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