Debian 7: Disable IPv6
Posted: Fri Mar 28, 2014 8:47 pm
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:
Links:
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