Results 1 to 1 of 1
I'm new-ish to linux and to server setup, please be gentle!
So I've got gentoo installed, my box is online, Apache is limping along. Now I need to get a ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-21-2006 #1Just Joined!
- Join Date
- Dec 2006
- Posts
- 4
NS/DNS Server confusion - using djbnds
I'm new-ish to linux and to server setup, please be gentle!
So I've got gentoo installed, my box is online, Apache is limping along. Now I need to get a nameserver up and running. I've set up djbdns according to the HowTo here http://gentoo-wiki.com/HOWTO_Setup_a...er_with_DJBDNS and I've gone to my domain registrar and pointed the domain's nameservers to my box.
I can now ping ns1.mydomain.net but I can not ping mydomain.net -- At this point, I'm stuck. My data file is included below.
Thanks!
djbdns data file:Code:$ ping ns1.bonsaibox.net PING ns1.bonsaibox.net (216.111.116.36): 56 data bytes 64 bytes from 216.111.116.36: icmp_seq=0 ttl=47 time=168.711 ms 64 bytes from 216.111.116.36: icmp_seq=1 ttl=48 time=146.778 ms [5]+ Stopped ping ns1.bonsaibox.net $ ping bonsaibox.net ping: cannot resolve bonsaibox.net: Unknown host
dig debug:Code:localhost root # cat data .bonsaibox.net:216.111.116.36:a:259200
Code:$ dig @216.111.116.36 bonsaibox.net ; <<>> DiG 9.3.2 <<>> @216.111.116.36 bonsaibox.net ; (1 server found) ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 9708 ;; flags: qr aa rd; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0 ;; QUESTION SECTION: ;bonsaibox.net. IN A ;; AUTHORITY SECTION: bonsaibox.net. 2560 IN SOA a.ns.bonsaibox.net. hostmaster.bonsaibox.net. 1166717364 16384 2048 1048576 2560 ;; Query time: 152 msec ;; SERVER: 216.111.116.36#53(216.111.116.36) ;; WHEN: Thu Dec 21 12:10:16 2006 ;; MSG SIZE rcvd: 83


Reply With Quote
