User Tools

Site Tools


fedora_redhat_centos

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
fedora_redhat_centos [2011/12/16 21:02]
k2patel [How do I disable IPv6?]
fedora_redhat_centos [2018/02/15 17:18]
k2patel [Fedora, Redhat & CentOS]
Line 1: Line 1:
 ====== Fedora, Redhat & CentOS ====== ====== Fedora, Redhat & CentOS ======
  
 +[[CentOS + Nginx + Backuppc4.x]]
 ==== My Repo ==== ==== My Repo ====
  I did not yet implemented GPG Key.  I did not yet implemented GPG Key.
Line 63: Line 64:
  
 Edit /​etc/​sysconfig/​network and set "​NETWORKING_IPV6"​ to "​no"​\\ Edit /​etc/​sysconfig/​network and set "​NETWORKING_IPV6"​ to "​no"​\\
-For 5.4 and later, replace in /​etc/​modprobe.conf ​+For 5.4 and later, replace in /​etc/​modprobe.conf\\
 <code bash> <code bash>
 alias ipv6 off alias ipv6 off
Line 73: Line 74:
 == Alternative (which might be easier and works on any release with /​etc/​modprobe.d):​ == == Alternative (which might be easier and works on any release with /​etc/​modprobe.d):​ ==
  
 +<code txt>
 # touch /​etc/​modprobe.d/​disable-ipv6.conf # touch /​etc/​modprobe.d/​disable-ipv6.conf
 # echo "​install ipv6 /​bin/​true"​ >> /​etc/​modprobe.d/​disable-ipv6.conf ​ # echo "​install ipv6 /​bin/​true"​ >> /​etc/​modprobe.d/​disable-ipv6.conf ​
 +</​code>​
  
 For CentOS 5.3 or older, add the following to /​etc/​modprobe.conf :  For CentOS 5.3 or older, add the following to /​etc/​modprobe.conf : 
Line 85: Line 88:
 :!: With the 5.4 update symbol/ipv6 module dependency capabilities have been introduced; therefore, if IPv6 has been previously disabled as above an upgrade to the bonding driver in 5.4 will result in the bonding kernel module failing to load. For the module to load properly use instead: :!: With the 5.4 update symbol/ipv6 module dependency capabilities have been introduced; therefore, if IPv6 has been previously disabled as above an upgrade to the bonding driver in 5.4 will result in the bonding kernel module failing to load. For the module to load properly use instead:
  
 +<code txt>
 # touch /​etc/​modprobe.d/​disable-ipv6.conf # touch /​etc/​modprobe.d/​disable-ipv6.conf
 # echo "​options ipv6 disable=1"​ >> /​etc/​modprobe.d/​disable-ipv6.conf ​ # echo "​options ipv6 disable=1"​ >> /​etc/​modprobe.d/​disable-ipv6.conf ​
 +</​code>​
  
 :!: Upstream employee Daniel Walsh recommends not disabling the ipv6 module but adding the following to /​etc/​sysctl.conf:​ :!: Upstream employee Daniel Walsh recommends not disabling the ipv6 module but adding the following to /​etc/​sysctl.conf:​
 <code bash> <code bash>
 net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.all.disable_ipv6 = 1
 +</​code>​
 +
 +==== Package require for X Forwarding ====
 +Following packages requires for minimal OS install and X Forwarding.
 +
 +<code bash>
 +yum install xorg-x11-xauth xorg-x11-fonts-* xorg-x11-utils
 </​code>​ </​code>​
fedora_redhat_centos.txt ยท Last modified: 2020/11/19 15:55 by k2patel