Displaying 1 result from an estimated 1 matches for "interface_2_ip".
Did you mean:
interface_1_ip
2005 Jun 22
0
multi-interface problems
...l. I can get to services on the firewall, but not the nat''d
hosts. Anyone have ideas?
# Do some cleanup before we do the config
ip route flush table T1
ip rule del from $INTERFACE_1_IP table T1
ip rule del fwmark 1 table T1
ip route flush table T2
ip rule del from $INTERFACE_2_IP table T2
ip rule del fwmark 2 table T2
# Additional Routing tables
ip route add $INTERFACE_1_SUBNET dev eth0 src $INTERFACE_1_IP table
T1
ip route add default via $INTERFACE_1_GATEWAY table T1
ip route add $INTERFACE_2_SUBNET dev eth1 src $INTERFACE_2_IP table
T2
ip route add d...