我正在运行一个小型网络,主要由 Windows XP 客户端组成。我正在将服务器从 Debian/Samba/WINS 移至 OpenIndiana。现在我无法通过服务器名称访问它,但我可以通过 IP 访问它:
C:\Users\jaquer>net view \\lisa
System error 53 has occurred.
The network path was not found.
C:\Users\jaquer>net view \\192.168.1.10
Shared resources at \\192.168.1.10
Share name Type Used as Comment
-------------------------------------------------------------------------------
home Disk
data Disk
The command completed successfully.
我可以 ping 该服务器,并且名称解析为正确的 IP:
C:\Users\jaquer>ping -n 1 lisa
Pinging lisa.example.net [192.168.1.10] with 32 bytes of data:
Reply from 192.168.1.10: bytes=32 time=1ms TTL=254
Ping statistics for 192.168.1.10:
Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 1ms, Maximum = 1ms, Average = 1ms
我已确保已启用 TCP/IP 上的 NetBIOS。路由器正在运行m0n0wall,以防万一。我宁愿不将服务器添加到 [lm]hosts 文件中。
答案1
发现问题:我TCP/IP NetBIOS Helper
之前禁用过该服务。我想在 WINS 服务器运行时我不需要它。