Date: Fri, 13 Sep 2002 10:46:42 -0600 From: "Samuel Chow" <cyschow@shaw.ca> To: "Ken Easson" <ken@justken.net> Cc: <questions@freebsd.org> Subject: Re: Which DNS server? Message-ID: <03ee01c25b45$239da440$2784412f@ca.nortel.com> References: <5.1.1.6.0.20020911160033.03cd94f0@mail.justken.net> <3D801BB9.3010800@cream.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Ken Easson wrote: > [about djbdns...] > and i'm told i need two instances of it running - one > for my internal servers, and one for my external - although > the later i do not understand, since external lookups happen > at the dns servers from my isp. (working great so far), i'd > consider caching those, but right now... i've got bigger concerns. djbdns separates the caching and answering of DNS into two different programs: tinydns for answering and dnscache for caching. They have to be run separately. The problem is they both want to listen on port 53. The trick is to tell dnscache to listening on the internal NIC, and tinydns on the loopback. Then, teach dnscache to resolve internal network with the local tinydns. After that, things should work. --- Samuel Chow cyschow@shaw.ca This message is displayed using recycled electrons. Segmentation Fault (core dumped) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?03ee01c25b45$239da440$2784412f>