Please create a dummy domain like "test.int" by using the default dns wizard template instead of yours and test it with the command:
dig @localhost NS test.int
Mydns returns the correct results for this on my server:
dig @localhost NS test.int
; <<>> DiG 9.5.1-P3 <<>> @localhost NS test.int
; (2 servers found)
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 30363
;; flags: qr aa rd; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0
;; WARNING: recursion requested but not available
;; QUESTION SECTION:
;test.int. IN NS
;; ANSWER SECTION:
test.int. 86400 IN NS ns1.test.int.
test.int. 86400 IN NS ns2.test.int.
;; Query time: 21 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Wed Aug 19 19:16:57 2009
;; MSG SIZE rcvd: 62
Maybe its a problem with your wildcard cname record.
|
Recent comments
2 days 19 hours ago
3 days 4 hours ago
3 days 7 hours ago
3 days 8 hours ago
3 days 9 hours ago
3 days 11 hours ago
3 days 12 hours ago
3 days 14 hours ago
4 days 5 hours ago
4 days 6 hours ago