I got great feedback last time I asked on this forum about DJBDNS, so I
figured I might try again.  :)

Late last year I set up DJBDNS on my home server to be authoritative for
www.kungfugamers.com, which is also run from my home server.

Now I'm trying to add a new domain.  I've purchased the domain about an
hour ago, so I know the record hans't propagated fully yet, but I wanted
to jump the gun a bit and set everything up on my side.  At the same
time, I decided to add a new subdomain for kungfugamers as well.  The
results weren't what I wanted.

I re-read the instructions at:

http://cr.yp.to/djbdns/run-server.html

And I followed them to add ftp.kungfugamers.com to tinydns as follows:

> ./add-alias ftp.kungfugamers.com 68.15.153.133
> make

When I do:

> tinydns-get a ftp.kungfugamers.com

I get the correct results.  It seems to have worked.  I moved on to
adding www.daystromsolutions.com.

> ./add-alias www.daystromsolutions.com 68.15.153.133
> make

but when I do

> tinydns-get a www.daystromsolutions.com

the results are not right.  All I get in response is:

1 www.daystromsolutions.com:

Which is not exactly a full return.  :(  I tried a dig against the dns
server

> dig @68.15.153.133 ftp.kungfugamers.com a
; <<>> DiG 9.2.2rc1 <<>> @68.15.153.133 ftp.kungfugamers.com a
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 56537
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1
 
;; QUESTION SECTION:
;ftp.kungfugamers.com.          IN      A
 
;; ANSWER SECTION:
ftp.kungfugamers.com.   86400   IN      A       68.15.153.133
 
;; AUTHORITY SECTION:
kungfugamers.com.       259200  IN      NS      a.ns.kungfugamers.com.
 
;; ADDITIONAL SECTION:
a.ns.kungfugamers.com.  259200  IN      A       68.15.153.133
 
;; Query time: 129 msec
;; SERVER: 68.15.153.133#53(68.15.153.133)
;; WHEN: Thu Feb 26 11:07:16 2004
;; MSG SIZE  rcvd: 89

The FTP subdomain seems just fine, but doing the same against the new
www.daystromsolutions.com domain yields nothing but this:

> dig @68.15.153.133 www.daystromsolutions.com a
; <<>> DiG 9.2.2rc1 <<>> @68.15.153.133 www.daystromsolutions.com a
;; global options:  printcmd
;; connection timed out; no servers could be reached

Have I missed a step in adding a new domain to my tinydns setup?  Any
help or hints would be appreciated.

In short, all I'm trying to do is run multiple domains off of one box
from my home.  The current domain (and apparently all its subdomains)
works fine.

-Tom Caudron


--
[EMAIL PROTECTED] mailing list

Reply via email to