Felix Karpfen ha scritto:
When booting Debian Etch, one of the displayed messages reads that the use
of "etc/network/options" is now deprecated and the entries should be
transferred to "/etc/sysctl.conf".
As from "/usr/share/doc/netbase/README.Debian", you have to put
something like this in "/etc/sysctl.conf":
--
# ip_forward=no...
net.ipv4.ip_forward = 0
# spoofprotect=yes...
net.ipv4.conf.default.rp_filter = 1
net.ipv4.conf.all.rp_filter = 1
# syncookies=no ...
net.ipv4.tcp_syncookies = 0
--
gc :-)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]