bind9 dns proxy

Posted by Zulakis on Server Fault See other posts from Server Fault or by Zulakis
Published on 2012-09-22T15:48:07Z Indexed on 2012/09/22 21:40 UTC
Read the original article Hit count: 407

Filed under:
|

We are offering multiple SSL-enabled services in our local network.
To avoid certificate-warnings we bought certificates for server.ourdomain.tld and firewall.ourdomain.tld.

We now created a zone in our local DNS-server in which we pointed the hosts to the corresponding private-ips.

Now, each time another record for ourdomain.tld, like for example www.ourdomain.tld or alike are changed, we need to update it on both our public-dns-server AND the local dns-server.

I would like our local bind-dns to serve all the information from our public-dns but serve different information for these 2 hosts.

I know I could possibly have our private-ips in our public-dns but I don't want that for security reasons.

The internet dns-server is being managed by a third party, while we have full control of the intranet one. Because of this I am looking for a solution which lets the intranet retrieve the records from the internet one.

© Server Fault or respective owner

Related posts about dns

Related posts about bind