Patrick9876
Regular Contributor
ASUS RT-AC86U, Merlin 384.13_2
IPv4 address 192.168.1.1
IPv6 address 2601:602:9200:2302::1
On Windows, if I issue an NSLOOKUP directed to 192.168.1.1, my AC86U includes its hostname in the reply.
If I issue an NSLOOKUP directed to 2601:602:9200:2302::1, my AC86U includes "No such name" in the reply. (I does return the address of queried resource name; it's just its own name that is unknown.)
In a Wireshark trace I see the "No such name". Windows translates it into "Unknown ":
This is obviously not a very big deal, but if it's intentional I'd like to understand the reasoning.
IPv4 address 192.168.1.1
IPv6 address 2601:602:9200:2302::1
On Windows, if I issue an NSLOOKUP directed to 192.168.1.1, my AC86U includes its hostname in the reply.
If I issue an NSLOOKUP directed to 2601:602:9200:2302::1, my AC86U includes "No such name" in the reply. (I does return the address of queried resource name; it's just its own name that is unknown.)
In a Wireshark trace I see the "No such name". Windows translates it into "Unknown ":
C:\Users\Patrick>nslookup ncix0001
Server: UnKnown
Address: 2601:602:9200:2302::1
Name: ncix0001.OF-LAN
Address: 192.168.1.81
C:\Users\Patrick>nslookup ncix0001 192.168.1.1
Server: RT-AC86U-1350.OF-LAN
Address: 192.168.1.1
Name: ncix0001.OF-LAN
Address: 192.168.1.81
Server: UnKnown
Address: 2601:602:9200:2302::1
Name: ncix0001.OF-LAN
Address: 192.168.1.81
C:\Users\Patrick>nslookup ncix0001 192.168.1.1
Server: RT-AC86U-1350.OF-LAN
Address: 192.168.1.1
Name: ncix0001.OF-LAN
Address: 192.168.1.81
This is obviously not a very big deal, but if it's intentional I'd like to understand the reasoning.