Changes between Version 2 and Version 3 of disable IPv6

Show
Ignore:
Timestamp:
07/26/13 14:52:39 (11 years ago)
Author:
piontek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • disable IPv6

    v2 v3  
    11To improve network efficiency disable IPv6 if you really do not need it: 
    2 * add “NETWORKING_IPV6=no” in /etc/sysconfig/network file. 
     2* add NETWORKING_IPV6=no in /etc/sysconfig/network file. 
    33{{{ 
    44#!div style="font-size: 90%" 
    55{{{#!sh 
    6 echo “NETWORKING_IPV6=no” >> /etc/sysconfig/network 
     6echo NETWORKING_IPV6=no >> /etc/sysconfig/network 
    77}}} 
    88}}} 
     
    1212#!div style="font-size: 90%" 
    1313{{{#!sh 
    14 echo “options ipv6 disable=1” > /etc/modprobe.d/ipv6.conf 
     14echo options ipv6 disable=1 > /etc/modprobe.d/ipv6.conf 
    1515}}} 
    1616}}}