Re: ip forwarding broken in 2.1.24 ?

Tuomas Heino (tbittih@xgw.fi)
Wed, 29 Jan 1997 21:55:26 +0200 (EET)


On Wed, 29 Jan 1997, Pierfrancesco Caci wrote:

> Hi, It looks like 2.1.24 is not forwarding traffic from my ethernet to
> the radio port and vice versa. Has anyone else noticed this problem ?
> cat /proc/sys/net/ipv4/ip_forwarding yields a value of 2
>
from linux/Documentation/networking/ip-sysctl.txt :

ip_forwarding - "SNMP" BOOLEAN
2 - disabled (default)
1 - enabled

just echo 1>/proc/sys/net/ipv4/ip_forwarding ;)