Package: procps
Version: 1:3.2.7-3
The file /etc/sysctl.conf contains the following lines by default
# Uncomment the next line to enable packet forwarding for IPv4
#net.ipv4.conf.default.forwarding=1
Just uncommenting and running
/etc/init.d/procps restart
doesn't set ip forwarding.
I had to change the line to as follows ("default" replaced with "all")
net.ipv4.conf.all.forwarding=1
It looks like a similar problem for ipv6
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]