Page 1 of 1

Debian 7: Disable IPv6

Posted: Fri Mar 28, 2014 8:47 pm
by ^rooker
I'm not using IPv6 for computers in our LAN, so I prefer to turn it off completely:

According to Michael Hampton's answer on superuser.com, it should be:

Code: Select all

$ echo net.ipv6.conf.all.disable_ipv6=1 > /etc/sysctl.d/disableipv6.conf
Links: