External & Internal Named Daemons

Barry Margolin barmar at genuity.net
Fri Jan 12 15:31:04 UTC 2001


In article <93lnas$qbc at pub3.rc.vix.com>,
Frank Reichenbacher <frank at bio-con.com> wrote:
>How do I start, restart, exec two ndc one for named.conf (my internal) and
>one for ext.named.conf (my external)?
>
>I'm trying to follow the Domain How-To at linuxdoc.org.

Each named.conf file should specify a different location for the Unix
domain socket in the "channels" statement.  Specify the corresponding
pathname with the -c option to ndc.  E.g. if you have:

controls {
    unix "/etc/ndc.ext";
};

then you do:

ndc -c /etc/ndc.ext exec

-- 
Barry Margolin, barmar at genuity.net
Genuity, Burlington, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.



More information about the bind-users mailing list