projects
/
matthijs
/
servers
/
drsnuggles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f35a74
)
system: Don't accept ipv6 router advertisements.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Mon, 27 Apr 2009 07:30:24 +0000
(09:30 +0200)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Mon, 27 Apr 2009 07:30:24 +0000
(09:30 +0200)
etc/sysctl.conf
patch
|
blob
|
history
diff --git
a/etc/sysctl.conf
b/etc/sysctl.conf
index 4c0e782737772b318dfc7c81699f52387ac910c8..a0f804e60918e0e50040709b51298ec6791e64db 100644
(file)
--- 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