I am trying to configure my nameservers to resolve a PTR zone for which we are authoritative. I have several forward zones that work just fine, but when I try to resolve a PTR, the result does not contain an answer.
The config has multiple views. Our internal view is for a 192.168.x.x network. The PTR zone is configured in the external view.
One thing I noticed is that in the reply, it shows our 192.168 zone as being SOA, which is strange to me:
dig -x 204.237.246.33
;; QUESTION SECTION:
;16.246.237.204.in-addr.arpa. IN PTR
;; AUTHORITY SECTION:
168.192.IN-ADDR.ARPA. 86400 IN SOA 168.192.IN-ADDR.ARPA. . 0 28800 7200 604800 86400
Here is the error I'm seeing in general.log:
09-Sep-2017 00:12:23.931 DNS format error from 199.212.0.73#53 resolving
33.246.237.204.in-addr.arpa/PTR for client 192.168.88.252#47911: question
section mismatch: got 33.88.168.192.in-addr.arpa/IN/PTR
So the only diff I see is /IN/PTR vs /PTR Any input on how to remedy this would be helpful.