Example QnA debugging session of Win DNS server configuration

(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

(imported comment written by Lee Wei)

Hi,

What is the issue that you are seeing? From your ipconfig and relevance code above, everything seems to be working correctly.

Are you expecting a different answer in one of the relevance statement?

I indented and looked at the last relevance, and you are getting the correct response as well.

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

)

(imported comment written by ononcg91)

No issue, as noted in the title it is merely an example.

Cheers,

Jim