FREQUENTLY ASKED QUESTIONS (Linux)
Q: How to disable IPv6 module in Linux? (Fedora,CentOS,Redhat)
Q: How to disable IPv6 module in Linux? (Fedora,CentOS,Redhat)
[root@server ~#]vi /etc/modprobe.d/ipv6.conf
install ipv6 /bin/true
# (add the above line and save the file)
Remove ipv6tables from startup
[root@server ~#]service ipv6tables stop
[root@server ~#]chkconfig ipv6tables off
Reboot the machine to take effect.
[root@server ~#]reboot
0 comments:
Post a Comment