Thanks for the suggestion, but as a matter of fact I have enabled
ip_forwarding with the explicit command:

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

There must be some other problem. Could the quotes in my command be
making a difference?

Wes

 

Fuzzy Fox wrote:
> 
> 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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For daily digest info, email [EMAIL PROTECTED]

Reply via email to