A systems administrator is configuring a multihomed Windows client workstation connected to both a general office subnet () and a dedicated technician subnet (). The administrator must ensure that all traffic destined for a remote server network () is persistently routed through the gateway at , and that single-label hostname queries automatically append the internal corporate domain suffix. Which TWO of the following actions should the administrator perform on the Windows workstation to fulfill these requirements?
- Execute `route add 10.250.0.0 mask 255.255.0.0 192.168.20.50 -p` in an elevated Command Prompt.Cevap
- Add the corporate domain name to the 'Append these DNS suffixes (in order)' list within the Advanced TCP/IP Settings window.Cevap
- CRun `ipconfig /setdns 10.250.0.0` in an elevated Command Prompt to bind the target subnet routing mask.
- DAssign as the Default Gateway on both active network adapters in IPv4 properties.
Cevap
To achieve persistent selective network routing and automatic domain suffix resolution, the administrator must add a persistent static route using `route add -p` and append the domain name under the Advanced TCP/IP DNS properties.
The combination of creating a persistent static route using `route add -p` and defining specific DNS search suffixes in the Advanced TCP/IP Settings properly isolates local subnet traffic routing while guaranteeing automatic FQDN resolution for internal hosts.
Adım Adım Çözüm
Anahtar Kavram
Windows Client Routing Table and Advanced IPv4 DNS Settings