Open
Description
Hi,
I am using the latest version from master branch.
When a device has an IPv4 and IPv6 DNS name assigned in netbox, everything works fine. The name can be resolved, the answer contains both records.
However, if a device only has an IPv4 assigned, we are running into the following issue:
bash-5.1# ping device.blabla.local
ping: device.blabla.local: Name does not resolve
bash-5.1# nslookup device.blabla.local
Server: 10.96.0.10
Address: 10.96.0.10#53
Name: device.blabla.local
Address: 172.29.14.1
** server can't find device.blabla.local: NXDOMAIN
When I check the logs, I can see the following info:
[INFO] 172.29.90.1:1770 - 29865 "A IN device.blabla.local. udp 47 false 512" NOERROR qr,aa,rd 92 0.048924982s
[INFO] 172.29.90.1:55350 - 33929 "AAAA IN device.blabla.local. udp 47 false 512" NXDOMAIN qr,aa,rd 47 0.044846348s
[INFO] 172.29.90.1:4305 - 63751 "A IN device.blabla.local. udp 47 false 512" NOERROR qr,aa,rd 92 0.000204359s
I guess the problem is that NXDOMAIN is returned for AAAA, even if a record for A was found.
Metadata
Metadata
Assignees
Labels
No labels