From: Matthijs Kooijman Date: Mon, 27 Apr 2009 07:30:24 +0000 (+0200) Subject: system: Don't accept ipv6 router advertisements. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fservers%2Fdrsnuggles.git;a=commitdiff_plain;h=4e2a1209889af0849c73d489b57aabe7e69c00e9 system: Don't accept ipv6 router advertisements. --- diff --git a/etc/sysctl.conf b/etc/sysctl.conf index 4c0e782..a0f804e 100644 --- a/etc/sysctl.conf +++ b/etc/sysctl.conf @@ -2,3 +2,9 @@ # See /etc/sysctl.d/ for additonal system variables # See Documentation/sysctl and Documentation/net/ip-sysctl.txt for more info on # the meaning of vars. + +# 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. +net.ipv6.conf.all.accept_ra=0 +net.ipv6.conf.default.accept_ra=0