fedora_redhat_centos
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
fedora_redhat_centos [2011/12/16 21:02] – [How do I disable IPv6?] k2patel | fedora_redhat_centos [2020/11/19 15:55] (current) – [Fedora, Redhat & CentOS] k2patel | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Fedora, Redhat & CentOS ====== | ====== Fedora, Redhat & CentOS ====== | ||
+ | |||
+ | * [[CentOS + Nginx + Backuppc4.x]] | ||
+ | * [[ Default kernel ]] | ||
==== My Repo ==== | ==== My Repo ==== | ||
Line 63: | Line 66: | ||
Edit / | Edit / | ||
- | For 5.4 and later, replace in / | + | For 5.4 and later, replace in / |
<code bash> | <code bash> | ||
alias ipv6 off | alias ipv6 off | ||
Line 73: | Line 76: | ||
== Alternative (which might be easier and works on any release with / | == Alternative (which might be easier and works on any release with / | ||
+ | <code txt> | ||
# touch / | # touch / | ||
# echo " | # echo " | ||
+ | </ | ||
For CentOS 5.3 or older, add the following to / | For CentOS 5.3 or older, add the following to / | ||
Line 85: | Line 90: | ||
:!: 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 / | # touch / | ||
# echo " | # echo " | ||
+ | </ | ||
:!: Upstream employee Daniel Walsh recommends not disabling the ipv6 module but adding the following to / | :!: Upstream employee Daniel Walsh recommends not disabling the ipv6 module but adding the following to / | ||
Line 92: | Line 99: | ||
net.ipv6.conf.all.disable_ipv6 = 1 | net.ipv6.conf.all.disable_ipv6 = 1 | ||
</ | </ | ||
+ | |||
+ | ==== 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 | ||
+ | </ | ||
+ | |||
+ | ==== rc.local not working ==== | ||
+ | Since RHEL 7, by default rc.local is disabled.\\ | ||
+ | :!: check permission is 755 on / | ||
+ | <code bash> | ||
+ | systemctl enable rc-local | ||
+ | systemctl start rc-local | ||
+ | </ | ||
+ |
fedora_redhat_centos.1324069325.txt.gz · Last modified: 2020/08/10 02:30 (external edit)