A remote user on a Windows 11 Enterprise client connects to the corporate network using a built-in Windows VPN connection. While the VPN connection is active, the user can successfully access corporate intranet resources, but completely loses access to local subnet devices, including a local network printer on the user's home LAN. When the VPN connection is disconnected, local printing resumes immediately. Which of the following advanced IPv4 configuration settings on the client workstation should the technician modify to enable simultaneous access to local subnet resources while connected to the VPN?
- Uncheck the "Use default gateway on remote network" setting within the Advanced TCP/IP Settings of the VPN connection IPv4 properties.Answer
- BSet the Interface Metric of the local physical network adapter to 1 and the VPN adapter metric to 9999 in Advanced TCP/IP Settings.
- CExecute the command netsh interface ipv4 set address name="Ethernet" dhcp static in an elevated Command Prompt.
- DDowngrade the OS to Windows 11 Home because Windows 11 Enterprise automatically enforces mandatory full-tunnel routing policy locks.
Answer
Unchecking the "Use default gateway on remote network" option in the Advanced TCP/IP Properties of the VPN connection enables split tunneling, allowing local traffic to use the local network interface while corporate traffic routes through the VPN connection.
Unchecking the 'Use default gateway on remote network' option in the Advanced TCP/IP Settings of the VPN connection properties configures split tunneling on the Windows client. This setting prevents Windows from directing all outbound network traffic through the remote VPN gateway, allowing traffic destined for the local network subnet (such as local printers) to continue using the local physical network adapter and default gateway.
Step-by-Step Solution
Key Concept
Windows Client VPN Split Tunneling via Advanced TCP/IP Default Gateway Settings