|
|
|
|
||||||
| linux.debian.user debian-user@lists.debian.org. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
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". Which I did and failed. I now get the following additional error messages: [root@carrot log]# cat boot | grep error Sat Nov 17 11:25:58 2007: Setting kernel variables...error: "ip_forward" is an unknown key Sat Nov 17 11:25:58 2007: error: "spoofprotect" is an unknown key Sat Nov 17 11:25:58 2007: error: "syn" is an unknown key The errors are the three entries that were in "/etc/network/options and are now in "/etc/sysctl.conf" What have I <missed|misunderstood>? Felix Karpfen -- Felix Karpfen Public Key 72FDF9DF (DH/DSA) -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
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 # syn=no ... net.ipv4.tcp_syn = 0 -- gc :-) -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
On Sat, 17 Nov 2007 22:44:21 +0100, gianca wrote:
> 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 > > # syn=no ... > net.ipv4.tcp_syn = 0 Problem solved! Grazie tante. Felix -- Felix Karpfen Public Key 72FDF9DF (DH/DSA) -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
![]() |
| Outils de la discussion | |
|
|