xiaomao@master:~$ ping www.qq.com
ping: unknown host www.qq.com
xiaomao@master:~$ ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_req=1 ttl=47 time=46.3 ms
64 bytes from 8.8.8.8: icmp_req=6 ttl=47 time=34.1 ms
64 bytes from 8.8.8.8: icmp_req=8 ttl=47 time=37.1 ms
^C
--- 8.8.8.8 ping statistics ---
由此可知是:dns问题
解决:xiaomao@master:~$ sudo gedit /etc/resolv.conf
添加:nameserver 8.8.8.8