Hello all,

I'm using unbound as a DNS forwarder between on premise DNS and AWS private 
hosted zone. In Route53, I have 32.24.10.in-addr.arpa zone. I need to have 
unbound forward reverse DNS requests to this hosted zone.
The VPC IP for example is 10.24.32.0, the AWS name server is always plus two 
"10.24.32.2". In unbound.conf I've tried the following and it does not work:

server:
        interface: 0.0.0.0
        access-control: 0.0.0.0/0 allow
forward-zone:
        name: "."
        forward-addr: 10.24.32.2
forward-zone:
        name: "32.24.10.in-addr.arpa"
        forward-addr: 10.24.32.2

Thanks,
Raed


Please be advised that this email may contain confidential information. If you 
are not the intended recipient, please notify us by email by replying to the 
sender and delete this message. The sender disclaims that the content of this 
email constitutes an offer to enter into, or the acceptance of, any agreement; 
provided that the foregoing does not invalidate the binding effect of any 
digital or other electronic reproduction of a manual signature that is included 
in any attachment.

Reply via email to