In the DNS GUI I have three Host (A) records for the server in the domain.local section
Code: Select all
myserver Host (A) 192.168.0.2 (this is the record I want!)
myserver Host (A) 192.168.0.50 (this is a RRAS record)
myserver Host (A) 192.168.1.99 (this is a NAS teaming record)
So my question is: given that the RRAS IP needs to be present, is there any way of prioritising the server's main IP address, 192.168.0.2, or otherwise ensuring that it is always returned by PING? (No such problems occurred on Windows Server 2003, 32-bit).
Thanks!