Q. How can I make it so that non-primary IP addresses on a network adapter don't register in DNS with Windows Server 2008 R2?
John Savill
November 19, 2010
1 Min Read
A. In Windows Server 2008 R2, the behavior of the non-primary addresses on an adapter changed so that all IP addresses register with DNS instead of just the primary IP address. Microsoft released a hotfix for Windows 7 and Windows 2008 R2 that allows you to configure additional IP addresses on an adapter without them registering with DNS. It uses the skipassource=true flag. You need to:
Apply the hotfix.
Remove the additional IP addresses from the network adapter.
Add the IP addresses back using netsh. For example,
netsh int ipv4 add address skipassource=true
About the Author
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
You May Also Like