> > > > seems to me you need to set up IP masqurade for internet conection > > sharing, try adding the rule: > > > > iptables -t NAT -A POSTROUTING -o eth1 -j MASQURADE
The "nat" should be in lower case: iptables -t nat -A POSTROUTING -o eth1 -j MASQURADE If both suggestions posted before don't work, please send us the output of the following commands: iptables -L -v -t nat iptables -L -v Alon -- This message was sent by Alon Altman ([EMAIL PROTECTED]) ICQ:1366540 GPG public key at http://alon.wox.org/pubkey.txt Key fingerprint = A670 6C81 19D3 3773 3627 DE14 B44A 50A3 FE06 7F24 -------------------------------------------------------------------------- -=[ Random Fortune ]=- Linux is obsolete (Andrew Tanenbaum) -------------------------------------------------------------------------- Haifa Linux Club Mailing List (http://www.haifux.org) To unsub send an empty message to [EMAIL PROTECTED]
