Re: ip masquerading in 2.1.97

Gordon Chaffee (chaffee@CS.Berkeley.EDU)
Fri, 1 May 1998 01:05:25 -0700 (PDT)


allspeed writes:
> is there a problem with ip_masquerading in kernel 2.1.97 i've upgrade from
> 2.0.33 and can't come out on internet anymore with my wfw machine anyone
> got the same problem?..
>
> what should i do to fix the problem?

I'd guess that adding this to a startup script would fix it:

if [ -f /proc/sys/net/ipv4/ip_forward ] ; then
echo 1 > /proc/sys/net/ipv4/ip_forward
fi
if [ -f /proc/sys/net/ipv4/ip_forwarding ] ; then
echo 1 > /proc/sys/net/ipv4/ip_forwarding
fi

- Gordon

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu