RHEL 6, CENTOS6

Showing posts with label RHEL. Show all posts
Showing posts with label RHEL. Show all posts

Adding static route to RHEL-CENTOS-FEDORA

In RHEL/CENTOS/FEDORA you can add static route by applying route add command as other linux distributions, but if you want static permanaent route you can do it by modifying route-eth files..


path of file : /etc/sysconfig/network-scripts

modify route-eth0 or route-eth1 file on which ehternet interface you want to add route,

if file is not present create a file

# vi /etc/sysconfig/network-scripts/route-eth0

add following lines :

ADDRESS0=X.X.X.X
NETMASK0=X.X.X.X
GATEWAY0=X.X.X.X
example : 
ADDRESS0=192.168.1.0
NETMASK0=255.255.255.0
GATEWAY0=192.168.2.1
IF YOU WANT MORE ROUTES TO BE ADDED, APPLY 1,2,3, ETC. INSTEAD OF 0

About RHEL

Red Hat enterprise Linux is a Linux distribution produced by Red Hat



In past, Redhat  Linux was free and open source Linux distribution.
In 2004 it became a commercial Linux distribution under the name of  "Red Hat Enterprise Linux"


Red Hat Enterprise Linux is an enterprise platform well-suited for a broad range of applications across the IT infrastructure. 


After making it commercial, Red Hat started a new project for free community Linux called fedora.




So Red Hat is picking up stable fedora distribution which is tested OK by community and developing
Enterprise (commercial) Linux distribution.





Red Hat Linux 6.2                 Red Hat Linux 6.2E
Red Hat Linux 7.2                 Red Hat Enterprise Linux 2.1
Red Hat Linux 9                   Red Hat Enterprise Linux 3
Fedora Core 3                     Red Hat Enterprise Linux 4
Fedora Core 6                     Red Hat Enterprise Linux 5
Fedora 13                         Red Hat Enterprise Linux 6




There are some variants of red hat enterprise Linux :


In Red Hat Enterprise Linux 5 there are new editions that substitute former Red Hat Enterprise Linux 
Red Hat Enterprise Linux Advanced Platform (AS)
Red Hat Enterprise Linux ( ES) (limited to 2 CPU-s)
Red Hat Enterprise Linux Desktop with Workstation and Multi-OS option
Red Hat Enterprise Linux Desktop with Workstation option ( WS)
Red Hat Enterprise Linux Desktop with Multi-OS option
Red Hat Enterprise Linux Desktop ( Desktop)


red hat is also offering red hat certification program. This site is containing in depth information about rhel and other enterprise Linux distributions for server and workstation.