I have a Windows Server 2008 box that has one NIC. I have two IP's assigned to that NIC manually. I have gone to ncpa.cpl and opened the Advanced IP Configuration -> DNS menu and unchecked "Register this connection's addresses in DNS." Despite my efforts Windows is intent on disobeying and every night at 12 it re-registers the DNS entries. I would like to configure a static A record for this server in DNS and be done with it but it does not listen to me. How can I make Windows behave?

link|improve this question

57% accept rate
1  
Is your DHCP server configured to register clients on their behalf? – SpacemanSpiff Jan 2 at 16:09
@SpacemanSpiff, the address is manually assigned to the server. – jshin47 Jan 2 at 16:10
OK. Perhaps that setting requires a restart to take effect then? – SpacemanSpiff Jan 2 at 16:12
Certainly sounds like it's worth a try... I'll have to wait till tonight but sounds legit – jshin47 Jan 2 at 16:14
Is this server a DNS server? – Shane Madden Jan 3 at 7:31
feedback

1 Answer

We had the same problem, and eventually opened a call with MS Premier support to get an answer. The "solution" is described here.

http://support.microsoft.com/kb/975808

Trick to remember: After you have used NETSH to set the SKIPASSOURCE param, do not use the GUI to modify anything on the same NIC. If you do use the GUI to change anything, you need to re set the SKIPASSOURCE parameter with NETSH.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.