Hi guys I am having some trouble with getting DNS to work. I will walk you through what I have done so far.
1) Clean Installed Centos
2) Disabled the Network Manager Service
3) Edited /etc/sysconfig/network-scripts/ifcfg-lo (For some reason there isn't a ifcfg-0 or 1 config file?)
4) added the following information
DEVICE=eth0
BOOTPROTO=static
IPADDR=192.168.168.222
NETMASK=255.255.255.0
ONBOOT=yes
TYPE=Ethernet
(Restarted the network service) service network restart
5) added the gateway
nano /etc/sysconfig/network
Networking=yes
Hostname= Akira
Gateway= 192.168.1.254
( Restarted network service again)
I can ping the router fine

6) Add DNS Details
nano /etc/resolv.conf
nameserver 192.168.1.201
( I also have tried with various other servers such as 8.8.8.8. )
Restart network
Now whenever I try to ping a web address I get Unknown Host. I have read numerous other guides and I am stumped and really need
your help.
Many Thanks