A partire da Debian Etch (netbase 4.22) il file /etc/network/options
non viene più creato né consigliato. Anzi all'avvio lo script /etc/init.d/networking
segnala il warning:
/etc/network/options is deprecated.
Le opzioni tradizionalmente contenute in esso (che venivano usate per settare le opportune voci di /proc/sys/
) devono essere spostate in /etc/sysctl.conf
:
Opzione | Default | /etc/sysctl.conf |
---|---|---|
ip_forward=no | 0 | net/ipv4/ip_forward = 0 |
spoofprotect=yes | 0 | net/ipv4/conf/all/rp_filter = 1 |
syncookies=no | 0 | net/ipv4/tcp_syncookies = 0 |