I'm going through the advanced routing howto and just have a few
questions. My setup is basically a three interface system eth0=
gateway no1 eth2 = gatewau no2 eth3 = internal masq. I want to set up
default routes for each interface, with routing back to the origin.
I have one quick question.
ip route add $P1_NET dev $IF1 src $IP1 table T1 (from advanced routing
tutorial)
eth0 = 123.456.789.101
net = 123.456.789.101/29
gw = 123.456.789.100
am I to assume $IP_NET = 123.456.789.101/29 $IF1 = eth0 and $IP1 =
123.456.789.100 ? is this correct