- 论坛徽章:
- 0
|
本帖最后由 stoneyzjw 于 2013-11-30 21:42 编辑
lbseraph 发表于 2013-11-30 21:03 ![]()
从报错看应该是无法正常解析域名了(telnet都不可以,和浏览器关系不大吧?),多试几个IP解析看看~不行让换 ...
DNS应该没问题,我的windows机器都可以正常访问。
我试了其它的地址也一样。
- [root@rhel6 ~]# telnet www.chinaunix.net 80
- telnet: www.chinaunix.net: No address associated with hostname
- www.chinaunix.net: No address associated with name
- [root@rhel6 ~]# ping www.chinaunix.net 80
- PING 80 (0.0.0.80) 56(124) bytes of data.
- ^C
- --- 80 ping statistics ---
- 3 packets transmitted, 0 received, 100% packet loss, time 2871ms
- [root@rhel6 ~]# ping www.chinaunix.net -c 5
- PING www.chinaunix.net (219.148.35.60) 56(84) bytes of data.
- 64 bytes from 219.148.35.60: icmp_seq=1 ttl=247 time=50.2 ms
- 64 bytes from 219.148.35.60: icmp_seq=2 ttl=247 time=51.0 ms
- 64 bytes from 219.148.35.60: icmp_seq=3 ttl=247 time=49.8 ms
- 64 bytes from 219.148.35.60: icmp_seq=4 ttl=247 time=49.7 ms
- 64 bytes from 219.148.35.60: icmp_seq=5 ttl=247 time=50.3 ms
- --- www.chinaunix.net ping statistics ---
- 5 packets transmitted, 5 received, 0% packet loss, time 4058ms
- rtt min/avg/max/mdev = 49.760/50.250/51.067/0.538 ms
- [root@rhel6 ~]# telnet www.chinaunix.net 80
- telnet: www.chinaunix.net: No address associated with hostname
- www.chinaunix.net: No address associated with name
- [root@rhel6 ~]# telnet 219.148.35.60 80
- Trying 219.148.35.60...
- Connected to 219.148.35.60.
- Escape character is '^]'.
复制代码 |
|