A desktop support technician is configuring a static IPv4 connection on a multi-homed Windows 11 workstation. The Ethernet adapter connects directly to an isolated local storage network (10.50.0.0/24) with no internet access, while the Wi-Fi adapter connects to the corporate network with internet access. After the technician enters static IP settings (10.50.0.25) and populates the IP address, subnet mask, default gateway, and DNS fields on the Ethernet adapter, the computer can reach the storage servers but completely loses internet access across all applications. Which modification to the Ethernet adapter's TCP/IP properties will resolve the issue?
- Remove the Default Gateway entry from the Ethernet IPv4 configuration.Cevap
- BAdjust the subnet mask setting on the Ethernet adapter to 255.255.0.0.
- CExecute ipconfig /flushdns from an elevated prompt to clear the interface binding order.
- DUpgrade the OS from Windows 11 Home to Pro to support dual network adapter configuration.
Cevap
Removing the Default Gateway entry from the Ethernet IPv4 configuration resolves the routing conflict and restores internet access.
In Windows client networking, defining a Default Gateway instructs the operating system where to send traffic destined for IP addresses outside the local subnet. When a computer has two active network adapters (dual-homed) and both have default gateways defined, Windows creates multiple default routes (0.0.0.0/0). If internet traffic is sent out the adapter connected to an isolated storage network, the packets cannot reach the internet. Removing the default gateway from the isolated storage interface ensures that all non-local and internet traffic is sent exclusively through the Wi-Fi adapter's gateway.
Adım Adım Çözüm
Anahtar Kavram
Dual-Homed Default Gateway Routing Conflicts