A tier-2 support technician is troubleshooting network connectivity on a Windows 11 Pro client workstation. The user can ping internal servers by their IPv4 address and browse external websites using IP addresses, but cannot access internal shares using fully qualified domain names (FQDNs) like `files.corp.local`. Inspecting `ipconfig /all` reveals that the adapter has a static IP address of , subnet mask , default gateway , and preferred DNS server . Which configuration change should the technician perform to resolve the domain name resolution failure?
- Reconfigure the IPv4 properties of the network adapter to set the Preferred DNS server to the local domain controller IP address.Answer
- BRun ipconfig /flushdns followed by ipconfig /renew in an elevated command prompt to obtain dynamic DNS server addresses.
- CNavigate to the Network and Sharing Center applet and change the active network profile type from Public to Private.
- DUpgrade the workstation operating system edition from Windows 11 Pro to Windows 11 Enterprise to unlock client DNS resolution capabilities.
Answer
Reconfigure the IPv4 properties of the network adapter to set the Preferred DNS server to the local domain controller IP address.
The system is currently configured with the loopback address () as its DNS server. Because no local DNS service is running on the workstation, domain name resolution fails. Changing the preferred DNS setting to point to the actual internal DNS server/domain controller allows the client to successfully resolve hostnames like `files.corp.local`.
Step-by-Step Solution
Key Concept
Windows TCP/IP Client DNS Configuration
Estimated Time:2m 0s