Setting up a new Windows Server 2012 R2 Active Directory/DNS server that has network connections to multiple networks. One NIC is on my lab's private network of 10.x.x.x, the other is on a corporate network of 16.x.x.x. I only want to listen for DNS request on the private 10.x.x.x network, but when I open the DNS properties, Interfaces and try to choose that network, it's not there.
The fix is to use the command line:
dnscmd . /ResetListenAddresses 10.2.200.0Which adds the 10.x.x.x address and makes it the only interface to listen on: