DNS Server Setup Guide Line on Rhel 6 or Cent Os 6
*************************************************************** For Server Site *************************************************************** *************************************************************** *************************************************************** Command line ******************************************************************* [root@server1 ~]#vim /etc/sysconfig/netwprk-scripts/ifcfg-eth0 ******************************************************************* Write it in this file ******************************************************************* DEVICE="eth0" NM_CONTROLLED="yes" ONBOOT=yes TYPE=Ethernet BOOTPROTO=none DEFROUTE=yes IPV4_FAILURE_FATAL=yes IPV6INIT=no NAME="System eth0" UUID=5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03 IPADDR= 192.168.10.2 PREFIX=24 GATEWAY= 10.102.1.1 DNS1= 192.168.10.2 (Computer ) HWADDR=00:16:EC:38:25:3D Press ESC (Button) :x ***************************************...