#20809: Domain name not added to local IPv6 queries
-------------------------+--------------------------------
Reporter: anonymous | Owner: developers
Type: defect | Status: new
Priority: normal | Milestone:
Component: base system | Version: Chaos Calmer 15.05
Keywords: |
-------------------------+--------------------------------
For A records, dnsmasq properly adds the domain name to the host name, so
I can query both the hostname alone and the FQDN:
$ dig A ws ws.site.net
...
ws. 0 IN A 192.168.0.175
...
ws.site.net. 0 IN A 192.168.0.175
But for AAAA, only the plain hostname works:
$ dig AAAA ws
...
ws. 0 IN AAAA 2001:x:x:1::21f
$ dig AAAA ws.site.net
...
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1
i.e. no actual answer when I query it using the FQDN.
For reverse lookups, looking up the IPv4 address of the host returns the
whole FQDN, while the IPv6 address returns only the hostname:
$ nslookup 192.168.0.175
175.0.168.192.in-addr.arpa name = ws.site.net.
$ nslookup 2001:x:x:1::21f
...ip6.arpa name = ws.
It doesn't qualify the hostname with the domain name, making it unusable
as a proper RDNS delegation.
I have the domain name explicitly specified in /etc/config/dhcp.
--
Ticket URL: <https://dev.openwrt.org/ticket/20809>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets