Redhat specific knowledge
Setting up local Redhat repository
Run firstboot on reboot
touch /etc/reconfigSys
Redhat network range configuration
The following files should be placed at /etc/sysconfig/network-scriptsifcfg-eth0-range0
DEVICE=eth0
NETMASK=255.255.255.255
IPADDR_START=2xx.xxx.255.51
IPADDR_END=2xx.xxx.255.54
CLONENUM_START=0
NETMASK=255.255.255.255
IPADDR_START=2xx.xxx.255.51
IPADDR_END=2xx.xxx.255.54
CLONENUM_START=0
ifcfg-eth0-range1
DEVICE=eth0
NETMASK=255.255.255.248
IPADDR_START=2xx.xxx.245.90
IPADDR_END=2xx.xxx.245.94
CLONENUM_START=10
NETMASK=255.255.255.248
IPADDR_START=2xx.xxx.245.90
IPADDR_END=2xx.xxx.245.94
CLONENUM_START=10
Disable IPv6
Edit /etc/modules.confalias net-pf-10 off alias ipv6 off
Edit /etc/sysconfig/network
NETWORKING_IPV6=no IPV6INIT=no
There are 5 comments on this page. [Display comments]