IPv6 for Linux

From KlavoWiki
Revision as of 00:15, 14 September 2009 by David (talk | contribs) (Created page with 'To Disbale IPv6 for Linux: '''/etc/sysconfig/network''' <pre> NETWORKING_IPV6=no </pre> '''/etc/modprobe.conf''' <pre> alias net-pf-10 off alias ipv6 off </pre> Stop the ipv6t...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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