验证RedHat6是否能够联网

验证RedHat6是否能够联网:
[root@testagent ~]# ping 8.8.8.8
[root@testagent ~]# ping 8.8.4.4
下载www.baidu.com首页并且显示下载信息:
[root@testagent ~]# wget -d http://www.baidu.com
能成功下载百度首页index.html文件,但不一定能ping http://www.baidu.com

[root@testagent ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
NETMASK=255.255.255.0
IPADDR=192.168.3.56
HWADDR=00:0C:29:C1:D6:8A
TYPE=Ethernet
#UUID=6a73447a-4baa-4ad4-bdca-73d3a654583f
ONBOOT=yes
#NM_CONTROLLED=yes
BOOTPROTO=static
GATEWAY=192.168.3.1
NETWORKING=yes
#DEFROUTE=yes
#DNS1=8.8.8.8
#DNS2=8.8.4.4
DNS1=202.96.209.5
DNS2=202.96.209.133

你可能感兴趣的:(linux,centos,redhat,OS)