Thread: nameservers
View Single Post
  #7   (View Single Post)  
Old 26th May 2008
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,128
Default

First get the nameserver setup working

You should use a single file for the komentari.info zone. And if you specify NS records you also should specify the their A records (sometimes called the glue records).

Then test with dig if you can lookup the nameservers
Code:
$ dig -t ns  komentari.info.
If dig returns you the nameservers then use them to do to lookup the address of panel.komentari.info.
Code:
$ dig +norecurse panel.komentari.info @208.84.149.210
Then repeat for the second nameserver
Code:
$ dig +norecurse panel.komentari.info @208.84.151.35
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote