Debian 7: Disable IPv6

Step-by-Step descriptions of how to do things.
Post Reply
User avatar
^rooker
Site Admin
Posts: 1481
Joined: Fri Aug 29, 2003 8:39 pm

Debian 7: Disable IPv6

Post 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:
Jumping out of an airplane is not a basic instinct. Neither is breathing underwater. But put the two together and you're traveling through space!
Post Reply