2017-11-20
今天装一个新的centos7系统,ping baidu.com 一直ping不通。
后来发现是没有dns
解决:
vi /etc/resolv.conf
加上:
nameserver 8.8.8.8
nameserver 8.8.4.4
重启机器 完美解决