An enterprise network administrator is configuring a remote access VPN client profile on a security appliance to support mobile remote workers. The administrator enables split-tunneling to optimize bandwidth usage on the corporate Internet connection. Which two statements accurately describe the operational characteristics of this split-tunneling configuration?
- Only traffic destined for explicitly defined corporate IP address ranges is encrypted and routed through the secure VPN tunnel.Answer
- BAll IP traffic from the remote client, regardless of destination, is encapsulated and redirected through the corporate VPN gateway.
- Unencrypted public Internet traffic from the client host routes directly out of the local network interface to its local ISP.Answer
- DEnabling split-tunneling extends the internal Layer 2 broadcast domain across the WAN directly to the remote client's network adapter.
- ESplit-tunneling requires TACACS+ authentication protocol extensions to encrypt local client destination IP routing tables.
Answer
The correct operational characteristics of split-tunneling are that only traffic destined for specified corporate subnets is encrypted and routed through the VPN tunnel, while general Internet-bound traffic from the remote client routes directly out of its local Internet connection.
Split-tunneling separates corporate-bound IP traffic from public Internet traffic on a remote client. When split-tunneling is enabled on the VPN gateway, an access control list specifies which enterprise subnets must be sent through the encrypted IPsec or SSL tunnel. Any client traffic not matching these enterprise subnets bypasses the tunnel and routes directly out of the client's local physical interface to the Internet, conserving corporate WAN bandwidth.
Step-by-Step Solution
Key Concept
Split-Tunneling in Remote Access VPNs