SOLVED!

The "make" command (==> tinydns) didn't run correctly.


Jan wrote:
Hello,

this is my first post on this list. I'm using OpenBSD for some weeks now. I read around thousand pages about OpenBSD in the last months and I'm happy to continue doing so. Unfortunately I've problems going on:

I'd like to run a local djbdns server that creates a TLD inside my LAN.

1)
I've installed daemontools, UCSPI-TCP and djbdns, using the guide from djbdnsrocks.org.

2)
To configure djbdns I used the examples from (www.mn-linux.org/meetings/pastnotes/djbdns.pdf):

# dnscache-conf dnscache dnslog /etc/dnscache 172.16.144.132give back
# ln -s /etc/dnscache /service/
# touch /etc/dnscache/root/ip/172.16.144


# echo "172.16.144.129" > /etc/dnscache/root/servers/straz
# echo "172.16.144.129" > /etc/dnscache/root/servers/172.16.144.129.in-addr.arpa
//==> 172.16.144.129 is a Linux Box running apache

# tinydns-conf tinydns dnslog /etc/tinydns 127.0.0.1
# ln -s /etc/tinydns /service/
# cd /etc/tinydns/root
# ./add-ns straz 172.16.144.132
# ./add-host candle.straz 172.16.144.129
# make


This solution doesn't work. The 'dig' command runs out of time. When I use the configuration describen on djbdnsrocks.org I'm able to use djbdns as dns-server. But when I want to add my own namespace, it doesn't work.

In the last week, I tried several solutions, but nothing worked out for me. I would be happy if you can give me one or two buzzwords, about how to go on.


Thanks!

Jan

Reply via email to