On 11 aug 2010, at 14.59, João Damas wrote:

> Does anyone know of any code that will let one to run Unbound and NSD on the 
> same IP address and still use port 53 for listening on both?
> 
> Something like a DNS multiplexer front end, so that the recursive server and 
> the authoritative server are kept separate but the front-end directs queries 
> to one or the other (either based on the RD bit, a locally configured list of 
> zones, e.g. from NSD config, or some other way). Something that is 
> lightweight but avoids having to burn additional IP addresses.

Can you not run NSD on the same IP address but different port, and then set 
unbound to forward queries for the zones NSD is authoritative for to 
localhost:<port>? I.e. unbound listen on 53.

   Patrik


_______________________________________________
Unbound-users mailing list
[email protected]
http://unbound.nlnetlabs.nl/mailman/listinfo/unbound-users

Reply via email to