|
|
 |  |
Re: No authority recordsFrom: qdns Date: Thursday, October 10, 2002
Time: 2:26:36 pmHere the example again, witch show's the difference.
mountain.ch. is on our dns-server, and apple.ch. and nexbyte.ch are on
other servers. The dns-server to witch I send the query, is
ns1.sunrise.ch.
And I can't see the SOA record for mountain.ch.
Gruss Oliver
-------------------------------------------
nslookup -qs=TXT mountain.ch. ns1.sunrise.ch.
Server: ns1.sunrise.ch
Address: 193.192.227.3
*** No text (TXT) records available for mountain.ch.
-------------------------------------------
nslookup -qs=TXT apple.ch. ns1.sunrise.ch.
Server: ns1.sunrise.ch
Address: 193.192.227.3
apple.ch
origin = nserver.euro.apple.com
mail addr = hostmaster.euro.apple.com
serial = 2002101001
refresh = 10800 (3H)
retry = 3600 (1H)
expire = 604800 (1W)
minimum ttl = 86400 (1D)
-------------------------------------------
nslookup -qs=TXT nexbyte.ch. ns1.sunrise.ch
Server: ns1.sunrise.ch
Address: 193.192.227.3
nexbyte.ch
origin = ns1.nexbyte.com
mail addr = root.nexbyte.com
serial = 2000041402
refresh = 10800 (3H)
retry = 3600 (1H)
expire = 604800 (1W)
minimum ttl = 86400 (1D)
-------------------------------------------
>
>> I can ask every dns-server, and it will not give me the SOA record
>> for the zone of mountain.ch.. But the dns-server will give back, all
>> SOA records on all other zones witch I tried.
>> Why?
>
> works for me:
>
> # dig @ns2.meiway.com mountain.ch any
>
> ; <<>> DiG 8.3 <<>> @ns2.meiway.com mountain.ch any
> ; (1 server found)
> ;; res options: init recurs defnam dnsrch
> ;; got answer:
> ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 6
> ;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 2, ADDITIONAL: 2
> ;; QUERY SECTION:
> ;; mountain.ch, type = ANY, class = IN
>
> ;; ANSWER SECTION:
> mountain.ch. 11h24m IN NS ns1.mountain.ch.
> mountain.ch. 11h24m IN NS ns2.mountain.ch.
>
> ;; AUTHORITY SECTION:
> mountain.ch. 11h24m IN NS ns1.mountain.ch.
> mountain.ch. 11h24m IN NS ns2.mountain.ch.
>
> ;; ADDITIONAL SECTION:
> ns1.mountain.ch. 12H IN A 195.141.95.66
> ns2.mountain.ch. 12H IN A 195.141.95.67
>
> ;; Total query time: 3148 msec
> ;; FROM: Mgw1.MEIway.com to SERVER: ns2.meiway.com 212.73.210.72
> ;; WHEN: Thu Oct 10 22:44:29 2002
> ;; MSG SIZE sent: 29 rcvd: 136
>
> Len
|

Return to Digital Point Solutions' Home Page |