很抱歉,但我读过的所有类似资料都无法解决我的问题。
我有Windows 7 专业版在这两台机器上,它们以公共网络形式联网。共享设置为文件共享、发现等 - 全部打开。Windows 资源管理器很好,我可以看到网络很好,还有共享文件夹。我可以转到命令提示符(以管理员身份)并使用 IP 地址 ping 另一台机器。
我无法使用它的名称来 ping 它。我想这样做是为了使用远程桌面连接。工作组名称相同,并且我在两台机器上都是用户和管理员,密码相同。
我尝试关闭两台机器上的 Windows 防火墙和防病毒软件。我使用的是 Belkin 路由器,具有 WAN ping 阻止功能,但没有 LAN 选项。两台机器在路由器上都显示正常。
三天过去了,我还是无法解决这个问题。去年我使用 Windows XP,它按名称导航很完美。是不是 Windows 7 Professional 做了一些不同的事情?
诊断结果
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Windows\system32>ping phoenix
Pinging phoenix.Belkin [198.105.251.24] with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 198.105.251.24:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
C:\Windows\system32>ipconfig /all
Windows IP Configuration
Host Name . . . . . . . . . . . . : october7
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : Belkin
Ethernet adapter Local Area Connection 2:
Connection-specific DNS Suffix . : Belkin
Description . . . . . . . . . . . : Realtek PCIe GBE Family Controller
Physical Address. . . . . . . . . : 6C-62-6D-69-B4-6B
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::a815:ffa0:1230:86fc%13(Preferred)
IPv4 Address. . . . . . . . . . . : 192.168.2.10(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Lease Obtained. . . . . . . . . . : Tuesday, July 23, 2013 5:08:44 PM
Lease Expires . . . . . . . . . . : Friday, August 29, 2149 11:47:41 PM
Default Gateway . . . . . . . . . : 192.168.2.1
DHCP Server . . . . . . . . . . . : 192.168.2.1
DHCPv6 IAID . . . . . . . . . . . : 292315757
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-17-48-BC-21-6C-62-6D-69-B4-6B
DNS Servers . . . . . . . . . . . : 192.168.2.1
NetBIOS over Tcpip. . . . . . . . : Enabled
Tunnel adapter isatap.Belkin:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . : Belkin
Description . . . . . . . . . . . : Microsoft ISATAP Adapter
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
Tunnel adapter Local Area Connection* 11:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
IPv6 Address. . . . . . . . . . . : 2001:0:9d38:6ab8:34e2:129c:b8ad:7db(Preferred)
Link-local IPv6 Address . . . . . : fe80::34e2:129c:b8ad:7db%11(Preferred)
Default Gateway . . . . . . . . . : ::
NetBIOS over Tcpip. . . . . . . . : Disabled
答案1
我注意到,在没有中央 DNS 服务器的对等网络上(在任何版本的 Windows 上),名称解析是一种命中或未命中的功能。
您可以检查zeroconf 网络服务正在运行,它应该解析名称和许多其他东西。
我通常安装你好Apple 提供的服务,可以完美地实现小型网络上的本地名称解析。
答案2
我认为这是 NetBIOS 处理的,它可以在没有内部 DNS 服务器的情况下启用名称发现。我不确定您的路由器是否会充当 DNS 服务器,因此需要启用 TCP/IP 上的 NetBIOS,并且 PC 需要位于同一子网中。由于它们可以互相 ping,因此可以安全地假设后者是这样的。
您可以在网络适配器设置中通过启用适配器属性下的复选框来启用 TCP/IP 上的 NetBIOS。
在命令行中尝试nbtstat -c
,看看你的对面节点是否可见。
答案3
这是根据您的 ipconfig 结果得出的另一个答案……
您需要更新路由器,以便它不会将“Belkin”DNS 后缀添加到您的查找中(DHCP 选项提供的配置)。如链接帖子“有时称为域名”中所述。
答案4
检查“本地连接属性”中的“Internet 协议版本 6 (TCP/IPv6)”是否已启用。如果没有,请选中复选框以启用它并 ping 远程主机。