On Mon, 17 Jun 2002 20:08:39 +0200
Jo Geraerts <[EMAIL PROTECTED]> wrote:

> On Mon, Jun 17, 2002 at 11:08:28AM -0500, [EMAIL PROTECTED] wrote:
> > Then i wanted to tear down the firewall rules and make sure i knew what
> > i was doing, right?  Well iptables -F didn't stop the server from
> > forwarding traffic, and neither did anything else i tried, so i rebooted
> > both the laptops and the masq server.
> 
> you should have flushed the nat table
> iptables -t nat -F  
> 
> to enable masquerading:
> iptables -t nat -A POSTROUTING -o <yourinternetdevice> -j MASQUERADE
> 
> 
> Greetz,
> 
> Jo
> 
> 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to