vi /etc/sysctl.conf
net.ipv6.conf.all.disable_ipv6 = 1(where eth0 is your NIC)
net.ipv6.conf.eth0.disable_ipv6 = 1
and finally to make the changes permanent run:
sysctl -p
vi /etc/sysctl.conf
net.ipv6.conf.all.disable_ipv6 = 1(where eth0 is your NIC)
net.ipv6.conf.eth0.disable_ipv6 = 1
sysctl -p
0 comments:
Post a Comment