Software >> OS >> Unix >> Linux >> How to configure default gateway and DNS servers for static IPe.g. for interface eth0 vi /etc/sysconfig/network-scripts/ifcfg-eth0 restart networking # /etc/rc.d/init.d/network stop # /etc/rc.d/init.d/network start you will notice that the file /etc/resolv.conf will then have the entry nameserver x.x.x.x
|