Monday 9 June 2014

HOW TO CONFIGURE IP ADDRESS IN LINUX.

IP Configuration Process.


Step1.
          #cd_/etc/sysconfig/network-scripts/   then ok

Step2.
        #vi_ifcfg eth0    then ok

IPADDER=192.168.1.1
NETMASK=255.255.255.0
ON BOOT YES=yes
 then save and exit from file.

Step3.
       #service network restart
Step4.
      #init 6

NOW CONFIGURE YOUR IP.