ReePrime
centos 6 - disable ipv6

Hosted by Dailymotion. For legal issues report at the Copyright Center, report us on DMC, or use the Instant Removal tool.

centos 6 - disable ipv6

C
CentOS Tutorials

5,467 Views • Jan 14, 2016

Description

disable ipv6 on centos 6 :
1/ nano /etc/sysctl.conf

net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1

2/ sysctl -p
3/ cat /proc/sys/net/ipv6/conf/all/disable_ipv6
0=enable , 1=disables
4/ reboot