DNS lookups

For successful failover cluster configuration, Milestone recommends that you run DNS queries in Windows PowerShell:

  • Use forward DNS lookup to obtain an IP address by searching the domain

  • Use reverse DNS lookup to obtain the domain name that is related to an IP address

To make sure that the IP addresses and the host names of the primary and secondary computers are resolved as expected, you must perform the queries on the primary and secondary computers:

Query name

Command

Perform on

Expected result
Forward DNS lookup Resolve-DnsName [secondary computer host name] Primary computer The host name of the secondary computer corresponds to the first IP address on the list.
Forward DNS lookup Resolve-DnsName [primary computer host name] Secondary computer The host name of the primary computer corresponds to the first IP address on the list.
Reverse DNS lookup Resolve-DnsName [secondary computer host name] Primary computer The host name of the secondary computer corresponds to the first IP address on the list.
Reverse DNS lookup Resolve-DnsName [primary computer host name] Secondary computer The host name of the primary computer corresponds to the first IP address on the list.