| Author |
Message |
![[Post New]](/jforum/templates/default/images/icon_minipost_new.gif) 15/04/2009 03:02:47
|
donr09
User
Joined: 18/12/2007 15:05:11
Messages: 3
Offline
|
My reverse zone for xxx.xxx.xxxin-addr.arpa-hosts
has reference to only one NS record
@ IN NS www.xxx.xxx.xxx.us
which is a reference to the local name server.
Can I also add references to the ISP that also keeps track of my domain
in the reverse zone in this way way
@ IN NS NS1.xxxx.net
@ IN NS NS2.xxxx.net
@ IN NS NS1.yyyy.net
@ IN NS NS2.yyyy.net
The zone xxx.xxx.xxx.us-hosts
has reference to the name servers already
@ IN NS www
@ IN NS NS1.xxxx.net
etc.,etc.
I am unclear if I have to put the entries in both master files.
Thanks
|
|
|
 |
![[Post New]](/jforum/templates/default/images/icon_minipost_new.gif) 16/04/2009 02:49:53
|
Chris Buxton
User
![[Avatar]](/jforum/images/avatar/a87ff679a2f3e71d9181a67b7542122c.jpg)
Joined: 26/07/2007 20:07:16
Messages: 151
Location: California
Offline
|
Don,
As we tried to explain privately, your NS records should match the list of name servers that are authoritative for your zone, which in turn should match the list of NS records in the parent zone.
As I recall, there were two different ISP's or offsite servers involved, and every one of them had problems. However, without real data, we can't check for you.
Use a shell command like this to see the chain of delegation/authority:
dig xxx.xxx.xxx.in-addr.arpa soa +trace
|
|
|
 |
![[Post New]](/jforum/templates/default/images/icon_minipost_new.gif) 17/04/2009 03:21:07
|
donr09
User
Joined: 18/12/2007 15:05:11
Messages: 3
Offline
|
Chris:
Thanks, I found a typo in DNS at the U or M. I understand what you are saying, but I am unable to tell those in charge of the servers as to what to do.
I will do the test tomorrow when I am at school also.
Don
|
|
|
 |
![[Post New]](/jforum/templates/default/images/icon_minipost_new.gif) 17/04/2009 03:28:27
|
donr09
User
Joined: 18/12/2007 15:05:11
Messages: 3
Offline
|
Interesting response. Looks similar to what you had in the e-mail.
This is from a home computer through the ISP that I use at home (not school ISP).
bigfork-high-schools-powerbook-g4-15:/Users/bhs root# dig 181.250.72.in-addr.arpa soa +trace
; <<>> DiG 9.3.5-P2 <<>> 181.250.72.in-addr.arpa soa +trace
;; global options: printcmd
. 21688 IN NS H.ROOT-SERVERS.NET.
. 21688 IN NS K.ROOT-SERVERS.NET.
. 21688 IN NS B.ROOT-SERVERS.NET.
. 21688 IN NS M.ROOT-SERVERS.NET.
. 21688 IN NS A.ROOT-SERVERS.NET.
. 21688 IN NS G.ROOT-SERVERS.NET.
. 21688 IN NS D.ROOT-SERVERS.NET.
. 21688 IN NS J.ROOT-SERVERS.NET.
. 21688 IN NS L.ROOT-SERVERS.NET.
. 21688 IN NS E.ROOT-SERVERS.NET.
. 21688 IN NS C.ROOT-SERVERS.NET.
. 21688 IN NS I.ROOT-SERVERS.NET.
. 21688 IN NS F.ROOT-SERVERS.NET.
;; Received 464 bytes from 216.211.191.9#53(216.211.191.9) in 21 ms
72.in-addr.arpa. 86400 IN NS x.arin.net.
72.in-addr.arpa. 86400 IN NS y.arin.net.
72.in-addr.arpa. 86400 IN NS z.arin.net.
72.in-addr.arpa. 86400 IN NS chia.arin.net.
72.in-addr.arpa. 86400 IN NS dill.arin.net.
72.in-addr.arpa. 86400 IN NS basil.arin.net.
72.in-addr.arpa. 86400 IN NS henna.arin.net.
72.in-addr.arpa. 86400 IN NS indigo.arin.net.
;; Received 196 bytes from 128.63.2.53#53(H.ROOT-SERVERS.NET) in 113 ms
181.250.72.in-addr.arpa. 86400 IN NS NS1.MTNMAX.NET.
181.250.72.in-addr.arpa. 86400 IN NS NS2.MTNMAX.NET.
181.250.72.in-addr.arpa. 86400 IN NS NS1.MONTANADIGITAL.NET.
181.250.72.in-addr.arpa. 86400 IN NS NS2.MONTANADIGITAL.NET.
;; Received 138 bytes from 199.71.0.63#53(x.arin.net) in 79 ms
181.250.72.in-addr.arpa. 10800 IN SOA ns1.mtnmax.net. dns.mtnmax.net. 2009041409 10800 3600 604800 10800
181.250.72.in-addr.arpa. 10800 IN NS ns1.mtnmax.net.
So far I have not been getting many complaints on mail at school or from those sending to school accounts. So I have not made but a couple of changes.
Thanks
Don
|
|
|
 |
|
|