Can anyone tell me why nslookup is adding my domain name on to an nslookup of icq.mirabilis.com ... and then trying to do a lookup on that ? Is it because mirabilis.com are not returning any nameserver records in the authority records ? planet:~$ nslookup Default Server: planet.natlib.govt.nz Address: 192.122.171.130
set debug icq.mirabilis.com Server: planet.natlib.govt.nz Address: 192.122.171.130
;; res_nmkquery(QUERY, icq.mirabilis.com, IN, A) ------------ Got answer: HEADER: opcode = QUERY, id = 63705, rcode = NXDOMAIN header flags: response, auth. answer, want recursion, recursion avail. questions = 1, answers = 1, authority records = 1, additional = 0 QUESTIONS: icq.mirabilis.com, type = A, class = IN ANSWERS: -> icq.mirabilis.com canonical name = icq.fes.mirabilis.com ttl = 600 (10M) AUTHORITY RECORDS: -> mirabilis.com ttl = 600 (10M) origin = dns-01.icq.net mail addr = hostmaster.icq.net serial = 2001101601 refresh = 600 (10M) retry = 300 (5M) expire = 604800 (1W) minimum ttl = 600 (10M) ------------ ;; res_nmkquery(QUERY, icq.mirabilis.com.natlib.govt.nz, IN, A) ------------ Got answer: HEADER: opcode = QUERY, id = 63706, rcode = NXDOMAIN header flags: response, auth. answer, want recursion, recursion avail. questions = 1, answers = 0, authority records = 1, additional = 0 QUESTIONS: icq.mirabilis.com.natlib.govt.nz, type = A, class = IN AUTHORITY RECORDS: -> natlib.govt.nz ttl = 86400 (1D) origin = dns1.natlib.govt.nz mail addr = networks.natlib.govt.nz serial = 2001102309 refresh = 3600 (1H) retry = 1200 (20M) expire = 1728000 (1728000) minimum ttl = 86400 (1D) ------------ *** planet.natlib.govt.nz can't find icq.mirabilis.com: Non-existent host/domain
At first I thought it was a problem with our dns, but I have repeated the same query from other NZ sites nameservers and seem to be getting similar results. Are any other NZ ISP's or nznog people seeing a similar problem? Thanks Adrian Smith --------- To unsubscribe from nznog, send email to majordomo(a)list.waikato.ac.nz where the body of your message reads: unsubscribe nznog
On Tue, Oct 23, 2001 at 10:49:39AM +1300, Adrian Smith wrote:
Can anyone tell me why nslookup is adding my domain name on to an nslookup of icq.mirabilis.com ... and then trying to do a lookup on that ?
jabley(a)goose[130]$ dig icq.mirabilis.com ; <<>> DiG 8.3 <<>> icq.mirabilis.com ;; res options: init recurs defnam dnsrch ;; got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 4 ;; flags: qr rd ra; QUERY: 1, ANSWER: 8, AUTHORITY: 2, ADDITIONAL: 2 ;; QUERY SECTION: ;; icq.mirabilis.com, type = A, class = IN ;; ANSWER SECTION: icq.mirabilis.com. 10M IN CNAME icq.fes.mirabilis.com. icq.fes.mirabilis.com. 10M IN CNAME 1.fes.mirabilis.com. 1.fes.mirabilis.com. 10M IN A 205.188.153.101 1.fes.mirabilis.com. 10M IN A 205.188.153.102 1.fes.mirabilis.com. 10M IN A 205.188.153.97 1.fes.mirabilis.com. 10M IN A 205.188.153.98 1.fes.mirabilis.com. 10M IN A 205.188.153.99 1.fes.mirabilis.com. 10M IN A 205.188.153.100 ;; AUTHORITY SECTION: fes.mirabilis.com. 10M IN NS dns-01.icq.net. fes.mirabilis.com. 10M IN NS dns-02.icq.net. ;; ADDITIONAL SECTION: dns-01.icq.net. 1d23h59m55s IN A 152.163.159.234 dns-02.icq.net. 1d21h35m55s IN A 205.188.157.234 ;; Total query time: 5531 msec ;; FROM: goose.automagic.org to SERVER: default -- 127.0.0.1 ;; WHEN: Mon Oct 22 17:51:59 2001 ;; MSG SIZE sent: 35 rcvd: 267 Note that mirabilis' DNS is broken, here. They have a CNAME pointing at a CNAME; that wasn't allowed last time I checked. Maybe you're running some hideously intolerant resolver library, or nameserver. Joe --------- To unsubscribe from nznog, send email to majordomo(a)list.waikato.ac.nz where the body of your message reads: unsubscribe nznog
Try using 'dig' instead of 'nslookup', and don't forget to add a '.' after icq.mirabilis.com. -- Juha
-----Original Message----- From: owner-nznog(a)list.waikato.ac.nz [mailto:owner-nznog(a)list.waikato.ac.nz] On Behalf Of Adrian Smith Sent: Tuesday, 23 October 2001 10:50 To: nznog(a)list.waikato.ac.nz Subject: strange results from nslookup of icq.mirabilis.com
Can anyone tell me why nslookup is adding my domain name on to an nslookup of icq.mirabilis.com ... and then trying to do a lookup on that ?
Is it because mirabilis.com are not returning any nameserver records in the authority records ?
planet:~$ nslookup Default Server: planet.natlib.govt.nz Address: 192.122.171.130
set debug icq.mirabilis.com Server: planet.natlib.govt.nz Address: 192.122.171.130
;; res_nmkquery(QUERY, icq.mirabilis.com, IN, A) ------------ Got answer: HEADER: opcode = QUERY, id = 63705, rcode = NXDOMAIN header flags: response, auth. answer, want recursion, recursion avail. questions = 1, answers = 1, authority records = 1, additional = 0
QUESTIONS: icq.mirabilis.com, type = A, class = IN ANSWERS: -> icq.mirabilis.com canonical name = icq.fes.mirabilis.com ttl = 600 (10M) AUTHORITY RECORDS: -> mirabilis.com ttl = 600 (10M) origin = dns-01.icq.net mail addr = hostmaster.icq.net serial = 2001101601 refresh = 600 (10M) retry = 300 (5M) expire = 604800 (1W) minimum ttl = 600 (10M)
------------ ;; res_nmkquery(QUERY, icq.mirabilis.com.natlib.govt.nz, IN, A) ------------ Got answer: HEADER: opcode = QUERY, id = 63706, rcode = NXDOMAIN header flags: response, auth. answer, want recursion, recursion avail. questions = 1, answers = 0, authority records = 1, additional = 0
QUESTIONS: icq.mirabilis.com.natlib.govt.nz, type = A, class = IN AUTHORITY RECORDS: -> natlib.govt.nz ttl = 86400 (1D) origin = dns1.natlib.govt.nz mail addr = networks.natlib.govt.nz serial = 2001102309 refresh = 3600 (1H) retry = 1200 (20M) expire = 1728000 (1728000) minimum ttl = 86400 (1D)
------------ *** planet.natlib.govt.nz can't find icq.mirabilis.com: Non-existent host/domain
At first I thought it was a problem with our dns, but I have repeated the same query from other NZ sites nameservers and seem to be getting similar results.
Are any other NZ ISP's or nznog people seeing a similar problem?
Thanks Adrian Smith
--------- To unsubscribe from nznog, send email to majordomo(a)list.waikato.ac.nz where the body of your message reads: unsubscribe nznog
--------- To unsubscribe from nznog, send email to majordomo(a)list.waikato.ac.nz where the body of your message reads: unsubscribe nznog
participants (3)
-
Adrian Smith
-
Joe Abley
-
Juha Saarinen