Re: Having trouble establishing IP masquerading

2010-09-13 Thread Lennart Sorensen
On Sat, Sep 11, 2010 at 12:10:30PM +, Hendrik Boom wrote: I've been IP masquerading for years. But now my Pentium front-end machine has bit the dust, and I'm setting up my server to do the masquerading itself. It's and AMD65 running Debian lenny: hend...@lovesong:~$ uname -a Linux

Having trouble establishing IP masquerading

2010-09-11 Thread Hendrik Boom
I've been IP masquerading for years. But now my Pentium front-end machine has bit the dust, and I'm setting up my server to do the masquerading itself. It's and AMD65 running Debian lenny: hend...@lovesong:~$ uname -a Linux lovesong 2.6.30-1-486 #1 Mon Aug 3 15:05:33 UTC 2009 i686 GNU/Linux

Re: Having trouble establishing IP masquerading

2010-09-11 Thread David Coulson
You need to have rules in the FORWARD chain (of the filter table) - The examples in the URL you referenced: $IPTABLES -A FORWARD -i $EXTIF -o $INTIF -m state --state ESTABLISHED,RELATED -j ACCEPT $IPTABLES -A FORWARD -i $INTIF -o $EXTIF -j ACCEPT I'm guessing $EXTIF would be eth0, and