wqx 2013-06-12
新装ubuntu之后感觉上网老是很慢,ping网站时每次ping指令都需要很久才能有响应,不过网络延迟却正常。后来发现是因为/etc/nsswitch.conf文件中hosts的配置有问题,做如下修改后正常:
将原来的这句
hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4
改为
hosts: files dns
不用重启,现在ping一切正常了。
From 192.168.25.133 icmp_seq=238 Destination Host Unreachable 虚拟机ping主机不通,但是主机可以ping通虚拟机,虚拟机ping不通外网