Quantcast
Channel: Admins eHow » disable
Viewing all articles
Browse latest Browse all 5

Disable ipv6 on Linux

$
0
0

To disable ipv6 on Linux, add following line to /etc/sysctl.conf

net.ipv6.conf.all.disable_ipv6 = 1

Now apply the change :

sysctl -p

Viewing all articles
Browse latest Browse all 5

Trending Articles