I recently switched from the 2.0.35 kernel to the 2.1.128. I know that
I need to use ipchains instead of ipfwadm. I replaced my two ipfwadm
commands
ipfwadm -F -p deny
ipfwadm -F -a m -S 192.168.0.15/255.255.255.0 -D 0.0.0.0/0
with the supposedly equivalent ipchains commands.
ipchains -P forward DENY
ipchains -A forward -j MASQ -s 192.168.0.15/24 -d 0.0.0.0/0
It didn't work. I can dial my linux box and get connected, but the
masquerading bit no longer works. I am *sure* that I have all the right
things enabled in the kernel. So there must be something else I need to
do with ipchains.
Can anyone help me?
All I want to be able to do is to dial into the linux box and use it to
access the web.
Thanks.
Wes
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For daily digest info, email [EMAIL PROTECTED]