From 605ecafb11b3db31af73eba127dbd9cfbf4a82f9 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Thu, 13 Aug 2009 12:23:37 +0200 Subject: [PATCH 1/1] system: Really disable ipv6 router advertisements. --- etc/sysctl.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.30.2