Admin-Ahead Community

Windows => General Windows => Topic started by: mohitht on December 28, 2013, 10:39:34 pm

Title: Prevent DNS Registration of Secondary or Additional IP Addresses
Post by: mohitht on December 28, 2013, 10:39:34 pm
In order  to prevent the DNS registration of a secondary or additional IP address on the same network adapter especially when configuring SSL for web applications like Sharepoint 2013 and web hosting.


Use the following command to prevent DNS Registration of secondary/additional IP addresses.


Netsh int ipv4 add address Interface Name ip address skipassource=true


Where Interface Name is the name of the Network Connection and IP Address is the address you wish to assign.


Thanks  :)