A network technician is troubleshooting DNS resolution issues on a branch office workstation. The workstation is configured to use the local branch gateway router () as its primary DNS server, which should forward requests for internal corporate resources to the core DNS server ().
When attempting to resolve an internal hostname, the technician runs the following command-line queries from the workstation:
text
$ nslookup intranet.corp.local
Server: 192.168.10.1
Address: 192.168.10.1#53
** server can't find intranet.corp.local: SERVFAIL
$ nslookup intranet.corp.local 10.100.1.5
Server: 10.100.1.5
Address: 10.100.1.5#53
Name: intranet.corp.local
Address: 10.100.20.50
Based on the output, which TWO of the following are the most likely root causes for the initial resolution failure? (Select TWO.)
- The DNS forwarder configuration on the local router (192.168.10.1) is specified with an incorrect or unreachable upstream DNS server IP address.Answer
- An Access Control List (ACL) or firewall rule is blocking port 53 UDP/TCP traffic originating from the router's IP address to the core DNS server.Answer
- CThe core DNS server (10.100.1.5) is missing an authoritative A record for intranet.corp.local in its primary lookup zone.
- DThe nslookup command bypassed network DNS servers and evaluated a stale entry in the local workstation's HOSTS file.