Bem pela descrição nota-se que não estou para falar, mas faz ai que funciona.

Rs.

 

# vim /etc/sysconfig/network-scripts/ifcfg-eth0

DEVICE="eth0"

HWADDR="08:00:27:DD:90:45"

NM_CONTROLLED="no"

ONBOOT="yes"

BOOTPROTO=static

IPADDR=192.168.0.101

NETMASK=255.255.255.0

GATEWAY=192.168.0.1

PEERDNS=yes

DNS1=8.8.8.8

DNS2=212.27.40.240

 

 

# service network restart

#vi /etc/resolv.conf

coloque as seguintes linhas:

nameserver 8.8.8.8

nameserver 8.8.4.4