On Thu, Dec 06, 2001 at 02:27:30PM +0100, Jan Tammen wrote: > I'm trying to setup djbdns (from daemontools-installer 0.70-25 and > djbdns-installer 1.05-4) for my small local network [1]. Installing > the software was not a problem. According to the documentation on > http://cr.yp.to/djbdns.html, I did the following steps: > (snip) > 2: Set up DNS server: > - # tinydns-conf tinydns dnslog /etc/tinydns 10.0.0.1 > (snip) > 3: Set up external cache (to lookup external hosts): > - # dnscache-conf dnscache dnslog /etc/dnscachex 10.0.0.1
tinydns and dnscache can't both listen to the same IP address. Set up tinydns to listen on the loopback interface instead and it should work. -- Mark