From: Matthijs Kooijman Date: Thu, 13 Aug 2009 10:23:37 +0000 (+0200) Subject: system: Really disable ipv6 router advertisements. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;ds=sidebyside;h=605ecafb11b3db31af73eba127dbd9cfbf4a82f9;p=matthijs%2Fservers%2Fdrsnuggles.git system: Really disable ipv6 router advertisements. --- diff --git a/etc/sysctl.conf b/etc/sysctl.conf index a0f804e..fbfccf2 100644 --- a/etc/sysctl.conf +++ b/etc/sysctl.conf @@ -5,6 +5,9 @@ # Disable listening to routing advertisements on ipv6. The coloclue network # doesn't use them, so this prevents us from getting messed up when someone -# else accidentally starts sending ras. +# else accidentally starts sending ras. Just setting default and all to 0 +# doesn't seem to work, so really disable all of them. net.ipv6.conf.all.accept_ra=0 net.ipv6.conf.default.accept_ra=0 +net.ipv6.conf.eth0.accept_ra=0 +net.ipv6.conf.eth1.accept_ra=0