Bind forwarding...

Chris Buxton chris.p.buxton at gmail.com
Sun Apr 15 21:46:31 UTC 2012


To the IP address of the DNS server? As in, recursive queries sent to the server asking for this name will be forwarded on to... the same DNS server? That would only work if you had views enabled.

However, if what you really want is that such queries are answered with an A record pointing to the name server (or some other host), rather than getting the real answer from Apple's name servers, what you want is an authoritative zone, not forwarding.

zone "guzzoni.apple.com" {
	type master;
	file "short-circuit-queries.db";
};

Chris Buxton
BlueCat Networks

On Apr 15, 2012, at 11:15 AM, Markus Braun wrote:

> Hello,
> 
> how can i make a bind forwarding something like this:
> 
>  DNS server to forward Guzzoni.apple.com traffic to own IP?
> 
> thank you
> 
> marcus!
> _______________________________________________
> Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list
> 
> bind-users mailing list
> bind-users at lists.isc.org
> https://lists.isc.org/mailman/listinfo/bind-users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/bind-users/attachments/20120415/0f529eee/attachment.html>


More information about the bind-users mailing list