Implementing Secure Solutions with Virtual Private Networks (SVPN) — Question 152
An engineer notices that while an employee is connected remotely, all traffic is being routed to the corporate network. Which split-tunnel policy allows a remote client to use their local provider for Internet access when working from home?
Answer options
- A. tunnelall
- B. excludeall
- C. tunnelspecified
- D. excludespecified
Correct answer: C
Explanation
The correct answer is C, tunnelspecified, as it allows specific traffic to be sent through the tunnel while permitting other traffic to go through the local Internet connection. Option A, tunnelall, routes all traffic through the corporate network, while B, excludeall, blocks all traffic, and D, excludespecified, only allows specified traffic to bypass the tunnel, which does not fulfill the requirement.