search for: interface_1_ip

Displaying 1 result from an estimated 1 matches for "interface_1_ip".

2005 Jun 22
0
multi-interface problems
...got dual- isp''s, and connections comming in from both to hosts nat''d behind the firewall. 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_GAT...