Josh Durham wrote:
> Forgive me if this has been asked before -
> 
> I'm trying to set up bind to have A records for a zone, but forward
> requests for that zone to another known server if lookups fail.
> 
> For example, on my server, I would create a record for the zone
> example.com:
> server    IN    A 10.0.1.1

You can do this by creating multiple zones with these names, so for you
example, you would _not_ create an example.com zone, you would create a
zone for server.example.com and put in an A record at the apex.  This
way you can override/add names under example.com but have your resolving
server follow the normal resolution path and talk to the example.com
auth servers for other names under example.com, e.g., lookups for
www.example.com.

This can cause problems though, if the example.com authoritative server
uses/references any of the names you want to override (like as the
target of an MX record), then the view from your perspective will look
different and may have unintended consequences.  Just think it through
and test if you're not sure.

And don't forget about what you've done when it comes time to
troubleshoot a problem in 6 months!

Regards,
Mike

-- 
Michael Milligan                                   -> mi...@acmeps.com
_______________________________________________
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to