New Network sysctl.

Richard B. Johnson (root@chaos.analogic.com)
Thu, 19 Mar 1998 13:56:13 -0500 (EST)


For those who have problems with the new /proc/sys/net/ipv4 layout...

if test ${NEW_KERNEL}
then
echo "1" >/proc/sys/net/ipv4/ip_forward
echo "1" >/proc/sys/net/ipv4/conf/default/proxy_arp
echo "0" >/proc/sys/net/ipv4/conf/default/log_martians
else
echo "1" >/proc/sys/net/ipv4/ip_forwarding
echo "1" >/proc/sys/net/ipv4/ip_proxy_arp
echo "0" >/proc/sys/net/ipv4/ip_log_martians
fi

Cheers,
Dick Johnson
***** FILE SYSTEM MODIFIED *****
Penguin : Linux version 2.1.90 on an i586 machine (66.15 BogoMips).
Warning : It's hard to remain at the trailing edge of technology.

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