LPIC-2 Exam 202 (Linux Engineer) — Question 94
Which of the following OpenVPN configuration options makes OpenVPN forward network packets between VPN clients itself instead of passing the packets on to the Linux host which runs the OpenVPN server for further processing?
Answer options
- A. inter-client-traffic
- B. client-to-client
- C. client-router
- D. client-pass
- E. grant-client-traffic
Correct answer: B
Explanation
The correct answer is B, client-to-client, which enables direct packet forwarding between VPN clients. The other options either do not facilitate this client-to-client communication or are not valid OpenVPN options for this specific functionality.