我们最近升级了我们的服务器,并且我们遇到了一个问题,那就是如果没有我把它的IP映射到hosts文件中,那么计算机找不到服务器。
当我完全符合域名的条件时,他们可以find它,但没有它,他们无法。 我已经search/使用DNS设置玩,但找不到任何东西来帮助解决这个问题。
ping ARTDC01 - fails ping ARTDC01.art.local - works NSLOOKUP - ARTDC01 - fails
我跑了一些ping和nslookups来显示这个问题。
Microsoft Windows [Version 6.3.9600] (c) 2013 Microsoft Corporation. All rights reserved. C:\Users\Craig>ping artdc01 Ping request could not find host artdc01. Please check the name and try again. C:\Users\Craig>ping artdc01.art.local Pinging artdc01.art.local [192.168.10.14] with 32 bytes of data: Reply from 192.168.10.14: bytes=32 time=119ms TTL=128 Reply from 192.168.10.14: bytes=32 time=110ms TTL=128 Reply from 192.168.10.14: bytes=32 time=188ms TTL=128 Reply from 192.168.10.14: bytes=32 time=112ms TTL=128 Ping statistics for 192.168.10.14: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 110ms, Maximum = 188ms, Average = 132ms C:\Users\Craig>nslookup Default Server: artdc01.art.local Address: 192.168.10.14 > artdc01 Server: artdc01.art.local Address: 192.168.10.14 *** artdc01.art.local can't find artc01.art.local: Non-existent domain > artdc01.art.local Server: artdc01.art.local Address: 192.168.10.14 Name: artdc01.art.local Address: 192.168.10.14
有任何想法吗?
没有使用HOSTS文件,这里有一些事情,我会尝试:
当我使用多个网卡的服务器时,通常会发生这种情况。