Displaying 1 result from an estimated 1 matches for "nat_ip1".
2005 Jul 09
1
Problems with iproute2
I''m using Debian (sarge)
I do now have 2 ISP, one DSL and one cabel.
I want to use the DSL as my primary and only use the cabel-modem if the DSL
fails.
The setup is:
IP1 -> Router -> NAT_IP1 -> eth0 -> eth2 (LAN)
IP2 -> Cable-Modem -> eth1 -> eth2 (LAN)
I wrote the following in my /etc/iproute2/rt_tables
ip rule add from NAT_IP1 lookup 1
ip route add 10.1.0.0/16 via 10.1.1.1 table 1
ip route add 0/0 via NAT_IP1 table 1
ip rule add from IP2 lookup 2
ip route add...