> iptables release 1.2.6a > Linux 2.4.18-bf2.4 #1 Son Apr 14 09:53:28 CEST 2002 i686 unknown > > Chain PREROUTING (policy ACCEPT) > target prot opt source destination > > Chain POSTROUTING (policy ACCEPT) > target prot opt source destination > LOG all -- anywhere anywhere LOG level > warning > MASQUERADE all -- 192.168.1.0/24 anywhere > LOG all -- anywhere anywhere LOG level > warning > > Chain OUTPUT (policy ACCEPT) > target prot opt source destination > > Any help and/or suggestions will be accepted gratefully. blind gues would be that you have the wrong interface specified in your MASQUERADE rule. can you post the output of "iptables -t nat -vnL" instead of just "-nL" so we can see the in/out interfaces. -j