search for: b_firewall

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

Did you mean: my_firewall
2005 Oct 24
0
In eth0 out eth1
...gure 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 down ip link set eth0 up ip link set eth1 up echo "...