I do not want a server to auto update its IP address to DNS

S

Scott

I have my DNS through Windows Server. I have one server that is NATted
and I want have it's public IP address in DNS. However, when I change
the A record in DNS it changed back to the NAT IP address.

I went into the servers IP Setting page -> Advanced -> DNS -> and
unchecked "Register this connection's addresses in DNS" yet it still
keeps auto updating my DNS.

Any ideas? Thanks!
 
K

Kevin D. Goodknecht Sr. [MVP]

Scott said:
I have my DNS through Windows Server. I have one server that is
NATted and I want have it's public IP address in DNS. However, when
I change the A record in DNS it changed back to the NAT IP address.

I went into the servers IP Setting page -> Advanced -> DNS -> and
unchecked "Register this connection's addresses in DNS" yet it still
keeps auto updating my DNS.

Any ideas? Thanks!

Is this a Domain Controller?
Domain Controllers use the IP on the interface that is listens on
(interfaces tab) to register the A record with its name. Changing this
behavior to register a record not physically on the DC will break
replication.
If it is not a DC and the DNS server is used strictly for Public resolution,
use the PublishAddresses value in the registry.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DNS\Parameters

On the Edit menu, point to New, and then click String Value to add the
following registry value:
Value name: PublishAddresses
Data type: REG_SZ
Value data: IP address
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Recommeded DNS setting for all servers 1
DNS suffix for this connection: 6
DNS Forwarding Not Work 2
New DNS server 4
Static IP on a printer fails 6
DNS problems 2
Outside IP In DNS 1
Dns Server on windows 2000 8

Top