(imported topic written by ononcg91)
Example Win debugging session testing DNS server configuration.
Present configuration of network interface showing only one DNS server entry:
H:>ipconfig /all
Windows IP Configuration
Host Name . . . . . . . . . . . . : MYHOSTNAME
Primary Dns Suffix . . . . . . . : MYDOMAIN.com
Node Type . . . . . . . . . . . . : Unknown
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : MYDOMAIN.com
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : HP NC7782 Gigabit Server Adapter
Physical Address. . . . . . . . . : 00-12-79-D8-46-93
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 172.17.160.195
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 172.17.160.1
DNS Servers . . . . . . . . . . . : 10.160.29.90
QnA session showing relevance tests for DNS server configuration:
Q: addresses of dns servers of network
A: 10.160.29.90
I: plural ipv4 address
Q: exists addresses whose (it as string = “10.160.29.90”) of dns servers of network
A: True
I: singular boolean
Q: exists addresses whose (it as string = “10.168.29.87”) of dns servers of network
A: False
I: singular boolean
Q: name of operating system as lowercase starts with “win” AND not (exists addresses whose (it as string = “10.160.29.90”) of dns servers of network and exists addresses whose (it as string = “10.168.29.87”) of dns servers of network)
A: True
I: singular boolean
Updated network configuration with two DNS servers:
H:>ipconfig /all
Windows IP Configuration
Host Name . . . . . . . . . . . . : MYHOSTNAME
Primary Dns Suffix . . . . . . . : MYDOMAIN.com
Node Type . . . . . . . . . . . . : Unknown
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : MYDOMAIN.com
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : HP NC7782 Gigabit Server Adapter
Physical Address. . . . . . . . . : 00-12-79-D8-46-93
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 172.17.160.195
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 172.17.160.1
DNS Servers . . . . . . . . . . . : 10.160.29.90
10.168.29.87
QnA session showing relevance tests for DNS server configuration:
Q: addresses of dns servers of network
A: 10.160.29.90
A: 10.168.29.87
I: plural ipv4 address
Q: exists addresses whose (it as string = “10.160.29.90”) of dns servers of network
A: True
I: singular boolean
Q: exists addresses whose (it as string = “10.168.29.87”) of dns servers of network
A: True
I: singular boolean
Q: name of operating system as lowercase starts with “win” AND not (exists addresses whose (it as string = “10.160.29.90”) of dns servers of network and exists addresses whose (it as string = “10.168.29.87”) of dns servers of network)
A: False
I: singular boolean