C:\Users\LCE>nslookup 默认服务器: BUTONGWIFI Address: 192.168.8.1
butongwifi 服务器: BUTONGWIFI Address: 192.168.8.1
名称: butongwifi Address: 192.168.8.1
quit
C:\Users\LCE>ping butongwifi Ping 请求找不到主机 butongwifi。请检查该名称,然后重试。
C:\Users\LCE>ping 192.168.8.1
正在 Ping 192.168.8.1 具有 32 字节的数据: 来自 192.168.8.1 的回复: 字节=32 时间<1ms TTL=64 来自 192.168.8.1 的回复: 字节=32 时间<1ms TTL=64 来自 192.168.8.1 的回复: 字节=32 时间=1ms TTL=64 来自 192.168.8.1 的回复: 字节=32 时间=1ms TTL=64
192.168.8.1 的 Ping 统计信息: 数据包: 已发送 = 4,已接收 = 4,丢失 = 0 (0% 丢失), 往返行程的估计时间(以毫秒为单位): 最短 = 0ms,最长 = 1ms,平均 = 0ms
C:\Users\LCE>
PS: 1.由于上传截屏太麻烦,我就直接粘贴字符吧。 2.192.168.8.1 是我的路由器,其 hostname 是 butongwifi。 3.电脑是通过有线连接到路由器的,DNS 是 192.168.8.1。 4.手机访问 http://butongwifi 是正常的,通过 WIFI 连接到路由器。
如图,我在路由器上设置*.wifi都解析到192.168.8.1,*.butongwifi也是,但*.wifi就是正常的,但*.butongwifi就有问题。
我重新设置了。现在呢,直接ping wifi或者ping butongwifi不行,但ping wifi.和ping butongwifi.就可以。 电脑上浏览器http://butongwifi.也可以,但http://butongwifi仍然不行
谢谢大家热心帮助。现在已经搞定了。如上图,以前所在域这里我没有设置,现在设置为lan,就好了。 设置以后,dns解析正常,ping也正常,通过浏览器访问http://butongwifi也正常了。
1
ArianX 2018-03-20 15:35:54 +08:00 via Android 2
Ping 依赖于 ICMP 协议,禁用 ICMP 协议,就能禁止 ping
|
2
mchong 2018-03-20 16:38:20 +08:00
要不先 ipconfig /flushdns 看看
|
4
aboutboy OP @mchong 感觉 dns 解析没问题,只是 ping butongwifi 时有问题
———————————————————————————————————— C:\Users\LCE>ipconfig /flushdns Windows IP 配置 已成功刷新 DNS 解析缓存。 C:\Users\LCE>nslookup 默认服务器: BUTONGWIFI Address: 192.168.8.1 > butongwifi 服务器: BUTONGWIFI Address: 192.168.8.1 名称: butongwifi Address: 192.168.8.1 > exit C:\Users\LCE>ping butongwifi Ping 请求找不到主机 butongwifi。请检查该名称,然后重试。 C:\Users\LCE> |
5
aboutboy OP ![pingerror]( http://77g7gi.com1.z0.glb.clouddn.com/pingerror.png)
|
6
WordTian 2018-03-20 17:23:13 +08:00 via Android
对方服务器禁 ping 了呗
|
7
pkookp8 2018-03-20 17:24:56 +08:00 via Android
你把电脑 windows 自带防火墙打开,试试别的设备能不能 ping 通,人家也一样
|
8
ycz0926 2018-03-20 17:29:28 +08:00 via iPhone
iptables 了解下
|
9
NightRemix 2018-03-20 17:33:26 +08:00
我的服务器就禁 ping 关闭 22 端口了
|
10
aboutboy OP |
11
jasonyang9 2018-03-20 17:41:10 +08:00
因为主机名字叫 BU (不) TONG (通)。。。(逃
真正的原因可能是 nslookup 利用的是 DNS 服务,而 ping 会在没有后缀的名字解析时尝试用 NetBIOS。。。 https://superuser.com/questions/134057/can-ping-ip-address-and-nslookup-hostname-but-cannot-ping-hostname-temporarily-i |
14
zhigang1992 2018-03-20 17:55:38 +08:00 via iPhone
你把它加到 /etc/hosts 里面试试呢?
|
15
aboutboy OP |
16
0x8C 2018-03-20 18:04:35 +08:00
ping 和浏览器
处理域名的方式不一样 “ butongwifi ” 明显不是个域名,本地 hosts 里也没有 ping 直接返回找不到无可厚非 |
17
jasontse 2018-03-20 18:07:06 +08:00 via iPad
你需要 netsh winsock reset
|
19
Love4Taylor 2018-03-20 18:33:56 +08:00
设置下路由的 Domain Name 试试
|
20
WuwuGin 2018-03-20 19:31:34 +08:00 via Android
When a ping command is issued, the utility sends an ICMP Echo Request to a destination IP address. Try pinging the IP address of the target host to see if it responds. If that succeeds, try pinging the target host using a host name. Ping first attempts to resolve the name to an address through a DNS server, then a WINS server (if one is configured), then attempts a local broadcast. When using DNS for name resolution, if the name entered is not a fully qualified domain name, the DNS name resolver appends the computer's domain name or names to generate a fully qualified domain name.
If pinging by address succeeds but pinging by name fails, the problem usually lies in name resolution, not network connectivity. Note that name resolution might fail if you do not use a fully qualified domain name for a remote name. These requests fail because the DNS name resolver is appending the local domain suffixes to a name that resides elsewhere in the domain hierarchy. 了解一下。 |
21
7654 2018-03-20 19:36:08 +08:00
这个需要在 DNS 端建立 butongwifi 解析到 192.168.8.1
ping 才能正确响应 |
22
aboutboy OP 各位热心 V 友,我已经发现问题并解决了,请看 APPEND 最下一条。
@0x8C @7654 @ArianX @Love4Taylor @NightRemix @WordTian @WuwuGin @jasontse @jasonyang9 |