bind domain and subdomain on same machines

markham breitbach markhamb at corp.ssimicro.com
Sun Jan 4 01:59:35 UTC 2015


By default named listens on all available interfaces, so a single
instance of named should do what you need.  If you need to run a second
nameserver, you could set  "listen-on { };" for each named.conf, but at
that point I would probably consider running them in jails.  You could
also do something sneaky like hard-linking the zone files to ensure
consistency.

I'm really not too sure I understand what you are trying to achieve
though.  You don't need to split off the subdomain to a separate name
server, and there usually is not much point in running two name servers
on one host.

-M

On 2015-01-03 2:40 PM, helen ly wrote:
> hi
> can I configure Secondary DNS Server on same primary machine
> I have virtual interfaces
> i want to make as a domain(primary) and a subdomain(secondary)
> can this be archievd only with one zone file for two(domain,subdomain) and one named.conf.local
>  
>  
>  
>  
>  
>  
>  
>  		 	   		  
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"




More information about the freebsd-questions mailing list