Hi,
I’m using the latest stable release of TurrisOS on a TurrisMOX device.
I’ve put some local hosts in the DHCP static leases and some additional addresses/hosts in the hosts list.
All local hosts are correctly resolved but I can’t get the reverse entries.
; <<>> DiG 9.16.11 <<>> turris.maison.dr4ke.net @192.168.10.1
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 26345
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;turris.maison.dr4ke.net. IN A
;; ANSWER SECTION:
turris.maison.dr4ke.net. 5 IN A 192.168.10.1
;; Query time: 6 msec
;; SERVER: 192.168.10.1#53(192.168.10.1)
;; WHEN: jeu. févr. 18 21:27:10 CET 2021
;; MSG SIZE rcvd: 68
Reverse:
$ dig -x 192.168.10.1 @192.168.10.1
; <<>> DiG 9.16.11 <<>> -x 192.168.10.1 @192.168.10.1
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 24944
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
;; QUESTION SECTION:
;1.10.168.192.in-addr.arpa. IN PTR
;; AUTHORITY SECTION:
1.10.168.192.in-addr.arpa. 10800 IN SOA 1.10.168.192.in-addr.arpa. nobody.invalid. 1 3600 1200 604800 10800
;; ADDITIONAL SECTION:
explanation.invalid. 10800 IN TXT "Blocking is mandated by standards, see references on https://www.iana.org/assignments/locally-served-dns-zones/locally-served-dns-zones.xhtml"
;; Query time: 3 msec
;; SERVER: 192.168.10.1#53(192.168.10.1)
;; WHEN: jeu. févr. 18 21:26:56 CET 2021
;; MSG SIZE rcvd: 266
Is this expected?