system: Really disable ipv6 router advertisements.
[matthijs/servers/drsnuggles.git] / etc / sysctl.conf
1 # /etc/sysctl.conf - Configuration file for setting system variables
2 # See /etc/sysctl.d/ for additonal system variables
3 # See Documentation/sysctl and Documentation/net/ip-sysctl.txt for more info on
4 # the meaning of vars.
5
6 # Disable listening to routing advertisements on ipv6. The coloclue network
7 # doesn't use them, so this prevents us from getting messed up when someone
8 # else accidentally starts sending ras. Just setting default and all to 0
9 # doesn't seem to work, so really disable all of them.
10 net.ipv6.conf.all.accept_ra=0                                                                                                                 
11 net.ipv6.conf.default.accept_ra=0   
12 net.ipv6.conf.eth0.accept_ra=0   
13 net.ipv6.conf.eth1.accept_ra=0