A computer running Windows 7 connects to the corporate network through a VPN connection. You want to ensure that you can still access the Internet when the VPN is active, but Internet traffic must not be routed through the VPN tunnel. Which configuration change should you make on the VPN connection?
Certification
Microsoft Certification
Difficulty: Medium
Choose an option
-
AConfigure a static DNS server address on the client
-
BConfigure a static IP address and default gateway on the client network adapter
-
CModify the security settings of the VPN connection to allow Internet access
-
DModify the advanced TCP/IP settings of the VPN connection and disable use of the remote default gateway
Answer
Correct Answer: Modify the advanced TCP/IP settings of the VPN connection and disable use of the remote default gateway
Explanation
Introduction / Context:Virtual Private Network connections often use the remote network as the default route, meaning that all traffic, including Internet traffic, is sent through the VPN tunnel. This improves security but can be inefficient and unnecessary in some scenarios. The question focuses on configuring split tunneling on a Windows 7 VPN client so that only corporate network traffic goes through the VPN, while Internet traffic uses the local gateway.Given Data / Assumptions:
- The client computer runs Windows 7.
- The client connects to the corporate network via a VPN connection.
- You want Internet access while the VPN is connected.
- Internet traffic must not use the VPN tunnel as a default route.
- You are allowed to change settings on the VPN connection.