search for: natnet

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

Did you mean: catnet
2005 Nov 08
0
Dead Gateway Detection with PPPoE
...th2 XX.XX.XX.XX (Our DMZ) I''ve downloaded the 2.4.31 kernel source, patched it with the Julianpatches and read nano.txt about 8 times. I am SNATing the outgoing traffic to the appropriate address with iptables depending on the interface like so, iptables -t nat -A POSTROUTING -s $NATNET -o ppp0 -j SNAT --to $DSL iptables -t nat -A POSTROUTING -s $NATNET -o eth2 -j SNAT --to $WRL I made sure to include the stateful iptables statements as they appear in nano.txt. I worked extensively with mpath2.sh and have since cobbled together a script a la nano.txt, with the associated ping...