A network technician is investigating a client workstation that fails to resolve the internal hostname `app.finance.local`. Place the following diagnostic steps in the correct order, starting from initial client configuration verification through transport layer troubleshooting.
- 1Run `ipconfig /all` on the workstation to verify that a valid local IP address and correct primary DNS server IP address are configured.
- 2Inspect the local `HOSTS` file for incorrect static mappings and execute `ipconfig /flushdns` to clear local resolver cache entries.
- 3Execute `nslookup app.finance.local` targeting the assigned DNS server IP directly to test domain record query response.
- 4Perform a port check using `Test-NetConnection 192.168.1.10 -Port 53` to verify that firewall rules or ACLs are not blocking DNS traffic.
Cevap
The proper troubleshooting sequence moves from local client IP configuration verification, to clearing local host resolution mechanisms (HOSTS file and DNS resolver cache), to testing direct DNS server resolution via `nslookup`, and finally checking transport connectivity on port 53.
A methodical name resolution troubleshooting workflow starts by validating client IP/DNS configuration, clearing local client-side caches and static lookup overrides, querying the designated DNS server directly to test record availability, and lastly verifying port 53 reachability if timeouts occur.
Adım Adım Çözüm
Anahtar Kavram
Systematic DNS and Host Name Resolution Troubleshooting Sequence