A network administrator is reviewing security logs for remote employees connecting to the corporate network via a client-based Remote Access Virtual Private Network (VPN). The administrator discovers that while remote users can access internal private servers, their web browsing traffic to external internet sites is being routed directly through their local home internet service providers rather than through the corporate firewall and web content filter. Which of the following configuration settings on the VPN concentrator or client profile should the administrator modify to ensure all network traffic from remote clients is routed through the secure tunnel?
- Disable split tunneling and enforce a full-tunnel VPN configuration.Answer
- BReconfigure the IPsec encapsulation mode from Tunnel mode to Transport mode.
- CChange the VPN transport protocol from UDP port 500 to TCP port 443.
- DReplace RADIUS authentication with TACACS+ authentication on the VPN gateway.
Answer
Disable split tunneling and enforce a full-tunnel VPN configuration.
Split tunneling allows a remote user's device to route internet-bound traffic directly through their local network while only routing corporate-bound traffic through the VPN. Disabling split tunneling and implementing a full-tunnel VPN configuration modifies the client's routing table so that all network traffic—regardless of destination—is encapsulated and forwarded to the corporate VPN gateway for processing and security inspection.
Step-by-Step Solution
Key Concept
Split Tunneling vs. Full Tunneling VPN Configurations