system: Really disable ipv6 router advertisements.
authorMatthijs Kooijman <matthijs@stdin.nl>
Thu, 13 Aug 2009 10:23:37 +0000 (12:23 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Thu, 13 Aug 2009 10:23:37 +0000 (12:23 +0200)
etc/sysctl.conf

index a0f804e60918e0e50040709b51298ec6791e64db..fbfccf25781ee7c9422bc55ab2a4219a4001226e 100644 (file)
@@ -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