ฉันไม่รู้จัก Windows ดีนัก นี่คือ Win XP SP3 nslookup แก้ไขชื่อโฮสต์ได้ดี แต่ ping (และผู้ใช้ DNS อื่น ๆ ในเครื่องเช่น Chrome) ไม่สามารถแก้ไขชื่อโฮสต์เดียวกันได้ ping ทำงานได้ดีกับที่อยู่ IP ที่ชัดเจน
นี่เป็นข้อบกพร่องใน XP หรือไม่
C:\>nslookup blade.haq.loc
Server: dns.haq.loc
Address: 10.10.10.16
Name: blade.haq.loc
Address: 10.10.10.22
C:\>ping blade.haq.loc
Ping request could not find host blade.haq.loc. Please check the name and try ag
ain.
C:\>ping 10.10.10.22
Pinging 10.10.10.22 with 32 bytes of data:
Reply from 10.10.10.22: bytes=32 time=1ms TTL=63
Reply from 10.10.10.22: bytes=32 time<1ms TTL=63
Reply from 10.10.10.22: bytes=32 time<1ms TTL=63
1
ความเป็นไปได้ที่ซ้ำกันของเหตุใด 'ping' จึงไม่สามารถแก้ไขชื่อเมื่อ 'nslookup' ทำงานได้ดี
—
TFM