Bob Hutchinson wrote:
On Tuesday 20 Sep 2005 23:16, Christian Anton wrote:
Hi everybody,
i tried to install vegadns on my system.
I have:
Gentoo Linux, hppa platform (also tested on x86 with identical error),
apache 2.0.54
mod_php 4.4.0 with safe_mode and register_globals OFF
djbdns 1.05
mysql 4.0.25
I can access the vegadns via my web browser, i created a domain named:
example.com, added two A-records and an MX-Record, then i ran
update-data.sh.
My data-File for tinydns looks now like this:
#example.com
+mail.example.com:192.168.5.1:3600
+www.example.com:192.168.5.1:3600
@example.com::mail.example.com:10:3600
Zexample.com:a.ns.gentix.de:hostmaster.example.com::16384:2048:1048576:2560
86400
^^^^^^^^^^^^^^^ (fix that)
and you need to create a NS record for example.com
add A record ns.example.com to the record for example.com, pointing to the
tinydns ip
this assumes that ns.example.com is going to be the name your server will be
accessed as
add NS record for example.com pointing to ns.example.com
do one for any others too
add it to default records,easier next time.
export to data and make
from the tinydns/root dir
tinydns-get any example.com
then
dnsq any example.com ip.address.of.dns
and finally
dnsqr any example.com
you might want to edit /etc/resolv.conf
a manual done "make" in the directory /service/tinydns/root does not
fail, only it tells me that data.cdb is already acualized, what sounds
good.
from another machine: dig @192.168.5.33 example.com:
[EMAIL PROTECTED] ~ $ dig @192.168.5.33 example.com
; <<>> DiG 9.2.5 <<>> @192.168.5.33 example.com
; (1 server found)
;; global options: printcmd
;; connection timed out; no servers could be reached
couldn't reach ns.gentix.de
tinydns is definetly reachable at this ip, when i create a domain
manually with ./add-ns expample2.com 192.168.5.33 && make, it resolves
fine.
Can anybody help me out please?
Christian
Thank you very much. I think it was just too late yesterday to do
something productive...
Now i have another small problem but i will open a new thread for this...
Christian