IPv6 for Linux: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
(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...')
 
No edit summary
Line 1: Line 1:
To Disbale IPv6 for Linux:
To Disbale IPv6 for Linux:<br>
'''/etc/sysconfig/network'''
'''/etc/sysconfig/network'''
<pre>
<pre>

Revision as of 00:18, 14 September 2009

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