Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > DNS Server > W2k3 will not tranfer or reload zone from master

Reply
Thread Tools Display Modes

W2k3 will not tranfer or reload zone from master

 
 
roitsupport
Guest
Posts: n/a

 
      11-09-2009
I am attempting to use w2k3 enterprise to provide secondary (slave) DNS
service for a couple of zones hosted from a Linux server running BIND. I am
not experiencing the documented incremental XFER issue that MS has a KB on.

My issue is that (both of) my AD servers will not even attempt to reload or
transfer the zones from the master (BIND) server. I've triple checked all the
settings on both sides and do not see any issues with the configuration. I've
also checked for connectivity between the two servers. I've even deleted the
zones on the Windows servers and recreated them. One of the zones I'm trying
to add is brand new and the other is an old one that I'm trying to update the
zone on (it's about a year behind on the serial # it has vs. the new one).
When I right click either zone and select reload from master or transfer from
master it instantly fails without any explanation in the event logs. Also I
never see any attempt to transfer according to my Linux server logs.

Can anyone help? This is extremely frustrating and I need to get DNS service
up for these zones ASAP on my AD side of my network.

Thanks!
 
Reply With Quote
 
 
 
 
Paul Bergson [MVP-DS]
Guest
Posts: n/a

 
      11-10-2009
Do you have a firewall blocking traffic. Maybe the network folks put up a
firewall you are unaware of.

Have you enabled dns debugging?

Have you attempted to run Wireshark to see if you see any traffic on the
wire?

Have you run any diagnostics at all such as dnscmd?
dnscmd /zoneinfo zone_name_failing

--
Paul Bergson
MVP - Directory Services
MCTS, MCT, MCSE, MCSA, Security+, BS CSci
2008, 2003, 2000 (Early Achiever), NT4
Microsoft's Thrive IT Pro of the Month - June 2009

http://www.pbbergs.com

Please no e-mails, any questions should be posted in the NewsGroup This
posting is provided "AS IS" with no warranties, and confers no rights.

"roitsupport" <> wrote in message
news0F7CFAB-A886-4FBE-8F58-...
>I am attempting to use w2k3 enterprise to provide secondary (slave) DNS
> service for a couple of zones hosted from a Linux server running BIND. I
> am
> not experiencing the documented incremental XFER issue that MS has a KB
> on.
>
> My issue is that (both of) my AD servers will not even attempt to reload
> or
> transfer the zones from the master (BIND) server. I've triple checked all
> the
> settings on both sides and do not see any issues with the configuration.
> I've
> also checked for connectivity between the two servers. I've even deleted
> the
> zones on the Windows servers and recreated them. One of the zones I'm
> trying
> to add is brand new and the other is an old one that I'm trying to update
> the
> zone on (it's about a year behind on the serial # it has vs. the new one).
> When I right click either zone and select reload from master or transfer
> from
> master it instantly fails without any explanation in the event logs. Also
> I
> never see any attempt to transfer according to my Linux server logs.
>
> Can anyone help? This is extremely frustrating and I need to get DNS
> service
> up for these zones ASAP on my AD side of my network.
>
> Thanks!



 
Reply With Quote
 
Grant Taylor
Guest
Posts: n/a

 
      11-12-2009
On 11/9/2009 8:34 AM, roitsupport wrote:
> My issue is that (both of) my AD servers will not even attempt to
> reload or transfer the zones from the master (BIND) server.


Silly question: Can either AD server query the master server via
nslookup or use it as their DNS server?



Grant. . . .
 
Reply With Quote
 
Ace Fekay [MCT]
Guest
Posts: n/a

 
      11-12-2009
"roitsupport" <> wrote in message
news0F7CFAB-A886-4FBE-8F58-...
>I am attempting to use w2k3 enterprise to provide secondary (slave) DNS
> service for a couple of zones hosted from a Linux server running BIND. I
> am
> not experiencing the documented incremental XFER issue that MS has a KB
> on.
>
> My issue is that (both of) my AD servers will not even attempt to reload
> or
> transfer the zones from the master (BIND) server. I've triple checked all
> the
> settings on both sides and do not see any issues with the configuration.
> I've
> also checked for connectivity between the two servers. I've even deleted
> the
> zones on the Windows servers and recreated them. One of the zones I'm
> trying
> to add is brand new and the other is an old one that I'm trying to update
> the
> zone on (it's about a year behind on the serial # it has vs. the new one).
> When I right click either zone and select reload from master or transfer
> from
> master it instantly fails without any explanation in the event logs. Also
> I
> never see any attempt to transfer according to my Linux server logs.
>
> Can anyone help? This is extremely frustrating and I need to get DNS
> service
> up for these zones ASAP on my AD side of my network.
>
> Thanks!



As Paul mentioned, I would suggest to use Wireshark to determine if the
transfer request is actually reaching the master. Keep in mind, TCP & UDP 53
both need to be opened to make this work.

--
Ace

This posting is provided "AS-IS" with no warranties or guarantees and
confers no rights.

Please reply back to the newsgroup or forum for collaboration benefit among
responding engineers, and to help others benefit from your resolution.

Ace Fekay, MCT, MCITP EA, MCTS Windows 2008 & Exchange 2007, MCSE & MCSA
2003/2000, MCSA Messaging 2003
Microsoft Certified Trainer

For urgent issues, please contact Microsoft PSS directly. Please check
http://support.microsoft.com for regional support phone numbers.


 
Reply With Quote
 
roitsupport
Guest
Posts: n/a

 
      11-17-2009
Hello Paul,

No firewall blocking traffic. I can telnet to port 53 both from the Windows
server to the Linux server and vise versa.

I do not see any attempts in the BIND logs on the Linux server where the
Windows server even tries to contact it when I force reload and transfers
from the Windows slaves.

I enabled debugging, restarted the DNS server and attempted to transfer and
reload the zone again from the master and I get nothing relating to transfers
in the debug file. The only thing I have in there is normal activity.

Wireshark traces show SOA queries to the Linux server upon manually doing
"transfer from master". When the Windows server does the standard query SOA,
the Linux server returns the standard query response with the domain name,
type SOA and then a list of root servers.

Shouldn't the Windows server request a zone transfer rather than a SOA query
if it wants to receive a copy of the zone?


"Paul Bergson [MVP-DS]" wrote:

> Do you have a firewall blocking traffic. Maybe the network folks put up a
> firewall you are unaware of.
>
> Have you enabled dns debugging?
>
> Have you attempted to run Wireshark to see if you see any traffic on the
> wire?
>
> Have you run any diagnostics at all such as dnscmd?
> dnscmd /zoneinfo zone_name_failing
>
> --
> Paul Bergson
> MVP - Directory Services
> MCTS, MCT, MCSE, MCSA, Security+, BS CSci
> 2008, 2003, 2000 (Early Achiever), NT4
> Microsoft's Thrive IT Pro of the Month - June 2009
>
> http://www.pbbergs.com
>
> Please no e-mails, any questions should be posted in the NewsGroup This
> posting is provided "AS IS" with no warranties, and confers no rights.
>
> "roitsupport" <> wrote in message
> news0F7CFAB-A886-4FBE-8F58-...
> >I am attempting to use w2k3 enterprise to provide secondary (slave) DNS
> > service for a couple of zones hosted from a Linux server running BIND. I
> > am
> > not experiencing the documented incremental XFER issue that MS has a KB
> > on.
> >
> > My issue is that (both of) my AD servers will not even attempt to reload
> > or
> > transfer the zones from the master (BIND) server. I've triple checked all
> > the
> > settings on both sides and do not see any issues with the configuration.
> > I've
> > also checked for connectivity between the two servers. I've even deleted
> > the
> > zones on the Windows servers and recreated them. One of the zones I'm
> > trying
> > to add is brand new and the other is an old one that I'm trying to update
> > the
> > zone on (it's about a year behind on the serial # it has vs. the new one).
> > When I right click either zone and select reload from master or transfer
> > from
> > master it instantly fails without any explanation in the event logs. Also
> > I
> > never see any attempt to transfer according to my Linux server logs.
> >
> > Can anyone help? This is extremely frustrating and I need to get DNS
> > service
> > up for these zones ASAP on my AD side of my network.
> >
> > Thanks!

>
>
> .
>

 
Reply With Quote
 
Ace Fekay [MCT]
Guest
Posts: n/a

 
      11-17-2009
"roitsupport" <> wrote in message
news:8B39071E-CBBD-4ECF-B91F-...
> Hello Paul,
>
> No firewall blocking traffic. I can telnet to port 53 both from the
> Windows
> server to the Linux server and vise versa.
>
> I do not see any attempts in the BIND logs on the Linux server where the
> Windows server even tries to contact it when I force reload and transfers
> from the Windows slaves.
>
> I enabled debugging, restarted the DNS server and attempted to transfer
> and
> reload the zone again from the master and I get nothing relating to
> transfers
> in the debug file. The only thing I have in there is normal activity.
>
> Wireshark traces show SOA queries to the Linux server upon manually doing
> "transfer from master". When the Windows server does the standard query
> SOA,
> the Linux server returns the standard query response with the domain name,
> type SOA and then a list of root servers.
>
> Shouldn't the Windows server request a zone transfer rather than a SOA
> query
> if it wants to receive a copy of the zone?
>
>


That's unusual. Telnet uses TCP, so that's not the best thing to test it
with. Transfers use UDP. Is anything blocking UDP, such as on the server
itself (a security app?) or in the firewall? If you delete the secondary,
and recreate it, does it work?

Ace



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
DNS server not populating zone file Elliot DNS Server 8 10-22-2009 01:25 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59