Disabling DNS Registration on Server 2008 R2

Posted by WaldenL on Server Fault See other posts from Server Fault or by WaldenL
Published on 2010-03-02T00:02:50Z Indexed on 2010/05/05 7:18 UTC
Read the original article Hit count: 675

Filed under:
|

I want to tell a server 2008 R2 machine to NOT register it's IP addresses in DNS. I go into the Advanced tab on IPv4 and turn off "Register this connection's addresses in DNS" simple! But... the addresses are updated in DNS anyway! And actually the A record is eventually removed from the DNS server.

I've confirmed that the checkbox is off by looking at it myself, and by checking the RegistrationEnabled registry value for that adapter. Both confirm that the registration is off.

I've turned of DNS debug logging on the DNS server and I can see DNS Update requests coming from the server in question! This should not happen.

What's even odder is that eventually (several hours) the A record for the server (which I added by hand!) is removed from the DNS server. I've also confirmed that scavaging is off on both DNS servers in the domain.

Ideas?

Edits: Per the comment: The server has static IP addresses. However, it's got two of them on one adapter.

Since I'm in a VM (HyperV) environment I just spun up a second adapter and moved the second IP to the second adapter. I set the first adapter to auto-register (since that's the IP I want anyway) and the second adapter to NOT auto-register. We'll see if this is any better.

Not any better. On a reboot of the server the registration was removed from DNS. Seems both cards are still contacting the server. Based on the DNS log the card that shouldn't register in DNS is registering a 'delete' request. And then the card that should register is registering an add request but that's ignored. I'm totally confused at this point.

© Server Fault or respective owner

Related posts about dns

Related posts about windows-server-2008-r2