免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
123下一页
最近访问板块 发新帖
查看: 14717 | 回复: 26
打印 上一主题 下一主题

LINUX虚拟机能解析DNS但PING不通外网 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2011-01-13 14:59 |只看该作者 |倒序浏览
系统 CentOS5.5
[root@sk1 ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth0
# Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE]
DEVICE=eth0
BOOTPROTO=static
BROADCAST=192.168.0.255
HWADDR=00:0C:297:55:28
IPADDR=192.168.0.244
GATEWAY=192.168.0.254
NETMASK=255.255.255.0
NETWORK=192.168.0.0
ONBOOT=yes

[root@sk1 ~]# ping www.qq.com
PING www.qq.com (119.147.15.13) 56(84) bytes of data.

--- www.qq.com ping statistics ---
7 packets transmitted, 0 received, 100% packet loss, time 5999ms

虚拟机与本机桥接
本机网络基本信息

Ethernet adapter 本地连接:

        Connection-specific DNS Suffix  . :
        Description . . . . . . . . . . . : Realtek PCIe FE Family Controller
        Physical Address. . . . . . . . . : C8-0A-A9-8B-5E-82
        Dhcp Enabled. . . . . . . . . . . : Yes
        Autoconfiguration Enabled . . . . : Yes
        IP Address. . . . . . . . . . . . : 192.168.0.6
        Subnet Mask . . . . . . . . . . . : 255.255.255.0
        Default Gateway . . . . . . . . . : 192.168.0.254
        DHCP Server . . . . . . . . . . . : 192.168.0.254
        DNS Servers . . . . . . . . . . . : 202.96.134.133
                                            202.96.128.166
        Lease Obtained. . . . . . . . . . : 2011年1月13日 9:44:19
        Lease Expires . . . . . . . . . . : 2011年1月14日 9:44:19

论坛徽章:
0
2 [报告]
发表于 2011-01-13 15:12 |只看该作者
很有可能是虚拟机的问题,我以前也遇到过。

论坛徽章:
0
3 [报告]
发表于 2011-01-13 15:15 |只看该作者
先PING 网关或真机IP试试能不能通,看哪里出问题!

论坛徽章:
0
4 [报告]
发表于 2011-01-13 15:18 |只看该作者
root@sk1 ~]# ping 192.168.0.254
PING 192.168.0.254 (192.168.0.254) 56(84) bytes of data.
64 bytes from 192.168.0.254: icmp_seq=1 ttl=128 time=15.3 ms
64 bytes from 192.168.0.254: icmp_seq=2 ttl=128 time=1.61 ms
64 bytes from 192.168.0.254: icmp_seq=3 ttl=128 time=0.836 ms
PING网关是没有问题的

论坛徽章:
0
5 [报告]
发表于 2011-01-13 15:21 |只看该作者
回复 1# shenkangxyz


    你虚拟机DNS 设置了吗?     你随便PING个外网的IP 你试试!

论坛徽章:
0
6 [报告]
发表于 2011-01-13 15:28 |只看该作者
汗  
[root@sk1 ~]# ping www.qq.com
PING www.qq.com (119.147.15.13) 56(84) bytes of data.

--- www.qq.com ping statistics ---
7 packets transmitted, 0 received, 100% packet loss, time 5999ms

没有DNS  怎么可能解析到IP
[root@sk1 ~]# ping 119.147.15.13
PING 119.147.15.13 (119.147.15.13) 56(84) bytes of data.

--- 119.147.15.13 ping statistics ---
10 packets transmitted, 0 received, 100% packet loss, time 9041ms

[root@sk1 ~]# cat /etc/resolv.conf
search com
nameserver 192.168.0.254

论坛徽章:
0
7 [报告]
发表于 2011-01-13 15:36 |只看该作者
哇   我试了一下  竟然打开QQ的首页了

ping 是可以设置禁止和启用!  这个怎么设置???

论坛徽章:
0
8 [报告]
发表于 2011-01-13 15:40 |只看该作者
回复 7# shenkangxyz


    PING 192.168.0.254 (192.168.0.254) 56(84) bytes of data.
64 bytes from 192.168.0.254: icmp_seq=1 ttl=128 time=15.3 ms
64 bytes from 192.168.0.254: icmp_seq=2 ttl=128 time=1.61 ms
64 bytes from 192.168.0.254: icmp_seq=3 ttl=128 time=0.836 ms


不过看你这 可以用ping

但是time 值怎么变化那么大

论坛徽章:
0
9 [报告]
发表于 2011-01-13 15:44 |只看该作者
root@sk1 ~]# ping 192.168.0.254
PING 192.168.0.254 (192.168.0.254) 56(84) bytes of data.
64 bytes from 192.168.0.254: icmp_seq=1 ttl=128 time=5.97 ms
64 bytes from 192.168.0.254: icmp_seq=2 ttl=128 time=6.23 ms
64 bytes from 192.168.0.254: icmp_seq=3 ttl=128 time=0.948 ms
64 bytes from 192.168.0.254: icmp_seq=4 ttl=128 time=0.623 ms
64 bytes from 192.168.0.254: icmp_seq=5 ttl=128 time=0.900 ms
64 bytes from 192.168.0.254: icmp_seq=6 ttl=128 time=0.892 ms
64 bytes from 192.168.0.254: icmp_seq=7 ttl=128 time=0.646 ms
64 bytes from 192.168.0.254: icmp_seq=8 ttl=128 time=1.16 ms
64 bytes from 192.168.0.254: icmp_seq=9 ttl=128 time=0.865 ms
64 bytes from 192.168.0.254: icmp_seq=10 ttl=128 time=9.48 ms
64 bytes from 192.168.0.254: icmp_seq=11 ttl=128 time=0.864 ms
64 bytes from 192.168.0.254: icmp_seq=12 ttl=128 time=0.859 ms
64 bytes from 192.168.0.254: icmp_seq=13 ttl=128 time=0.874 ms
64 bytes from 192.168.0.254: icmp_seq=14 ttl=128 time=0.875 ms
64 bytes from 192.168.0.254: icmp_seq=15 ttl=128 time=0.841 ms
64 bytes from 192.168.0.254: icmp_seq=16 ttl=128 time=0.882 ms
64 bytes from 192.168.0.254: icmp_seq=17 ttl=128 time=0.648 ms
64 bytes from 192.168.0.254: icmp_seq=18 ttl=128 time=0.877 ms
64 bytes from 192.168.0.254: icmp_seq=19 ttl=128 time=8.52 ms
^C64 bytes from 192.168.0.254: icmp_seq=20 ttl=128 time=0.888 ms
64 bytes from 192.168.0.254: icmp_seq=21 ttl=128 time=0.917 ms
64 bytes from 192.168.0.254: icmp_seq=22 ttl=128 time=1.65 ms
也还算正常吧

论坛徽章:
0
10 [报告]
发表于 2011-01-13 15:46 |只看该作者
回复 9# shenkangxyz


    真机ping  外网 没事吧?
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP