Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Prevent DNS Registration of Secondary or Additional IP Addresses  (Read 2739 times)

0 Members and 1 Guest are viewing this topic.

mohitht

  • Guest
Prevent DNS Registration of Secondary or Additional IP Addresses
« 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  :)