IPv6 for Linux

From KlavoWiki
Revision as of 00:18, 14 September 2009 by David (talk | contribs)
Jump to navigationJump to search

To Disbale IPv6 for Linux:
/etc/sysconfig/network

NETWORKING_IPV6=no

/etc/modprobe.conf

alias net-pf-10 off
alias ipv6 off


Stop the ipv6tables service

service ip6tables stop
chkconfig ip6tables off