本地主机名仅在浏览器中无法解析

本地主机名仅在浏览器中无法解析

我在 Windows Server 2008 上遇到了一个问题。基本上,问题是每当我的本地主机名在浏览器中使用时,解析失败。据我所知,名称设置正确,我可以 ping 它并hostname返回正确的值。

IE 无法解析(FF 也一样)

如果我手动输入 IP,我可以访问 URL,但这是一个“单击一次”应用程序,尝试访问在线资源,因此无法做到这一点。我推测出于同样的原因,浏览器无法解析主机名。

ipconfig /全部

C:\Users\Administrator>ipconfig /all
Windows IP Configuration
   Host Name . . . . . . . . . . . . : sips5
   Primary Dns Suffix  . . . . . . . :
   Node Type . . . . . . . . . . . . : Hybrid
   IP Routing Enabled. . . . . . . . : No
   WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter Local Area Connection:

   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Microsoft Virtual Machine Bus Network Adapter
   Physical Address. . . . . . . . . : 12-34-56-78-99-00 //NOTE - MODIFIED. 
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes
   IPv4 Address. . . . . . . . . . . : xxx.xxx.94.5(Preferred)
   Subnet Mask . . . . . . . . . . . : 255.255.255.128
   Default Gateway . . . . . . . . . : xxx.xxx.94.126
   DNS Servers . . . . . . . . . . . : xxx.xxx.19.82
   NetBIOS over Tcpip. . . . . . . . : Enabled

我在 hosts 文件中也有一个 sips 条目。

xxx.xxx.94.5          sips5                          #

正如我所说,我也可以 ping 它。

任何帮助,将不胜感激。

编辑1-nslookup查找sips5

Server:  de307623-frankf-dns-ns1.xxxx.xxxxx.com
Address:  xxx.xxx.19.82

*** de307623-frankf-dns-ns1.xxxx.xxxxx.com can't find sips5: Non-existent domain

相关内容