Wes Morriston <[EMAIL PROTECTED]> wrote:
>
> 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.

That should do it.  Really.

Remember that ip-forwarding is turned OFF by default in the 2.1 kernels. 
You need to enable it with a command like this:

    echo 1 > /proc/sys/net/ipv4/ip_forward

-- 
   [EMAIL PROTECTED] (Fuzzy Fox)      || "Nothing takes the taste out of peanut
sometimes known as David DeSimone  ||  butter quite like unrequited love."
  http://www.dallas.net/~fox/      ||                       -- Charlie Brown
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For daily digest info, email [EMAIL PROTECTED]

Reply via email to