Formatting code for LinuxRedhat


show source only

{{parent page="Linux"}}

===Redhat specific knowledge===
==[[LinuxRedhatRepo 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-scripts
%%(text;ifcfg-eth0-range0)
DEVICE=eth0
NETMASK=255.255.255.255
IPADDR_START=2xx.xxx.255.51
IPADDR_END=2xx.xxx.255.54
CLONENUM_START=0
%%

%%(text;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
%%

==Disable IPv6==
Edit /etc/modules.conf
%%
alias net-pf-10 off
alias ipv6 off
%%

Edit /etc/sysconfig/network
%%
NETWORKING_IPV6=no
IPV6INIT=no
%%
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki