Displaying 1 result from an estimated 1 matches for "a_rout".
Did you mean:
atrout
2005 Oct 24
0
In eth0 out eth1
...gateway to 192.168.3.10.
I have two scripts to configure the Linux machine to
forward/route traffic from eth0 to eth1 and out the Broadband gateway.
One script for route config. and one script for firewall/iptables config.
They are listed here and also at:
http://www.informationobject.com/iproute/a_route.txt
http://www.informationobject.com/iproute/b_firewall.txt
Would you say this is the correct way to go about doing this routing
configuration?
Thank you.
echo "Route Setup"
echo "Flushing NICs"
ip addr flush eth0
ip addr flush eth1
ip link set eth0 down
ip link set eth1 d...