
July 8th, 2002, 09:33 AM
|
|
Junior Member
|
|
Join Date: Jun 2002
Posts: 2
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
It ALL works fine now.
The problem was caused by the secondary DNS servers refusing to accept information from the primary, so it was left to answer all queries on its own, causing the time-outs.
Now the problem has been fixed on the secondary servers, they are now correctly resolving queries, and the URLs are accessible from any browser without having to ask twice.
Other strange details:
Configuration of the primary involved the creation of an access control list that only allowed AXFR requests only on certain IP addresses (specified secondary servers). But this had no immediate affect on zone information transfers.
The secondary servers actually had to be configured, by the company hosting them, to accept zone information on specific domain names. So I had to inform them of zones I wanted secondaried before it actually took place. Once this was done, I restarted the named daemon on the primary and checked, with NSLOOKUP, that each secondary had received the information.
I also checked the /var/log/messages for occurances of "Received NOTIFY answer from..." from each secondary that took place after a "Sent NOTIFY for...".
|