LPIC-2 Exam 202 (Linux Engineer) — Question 49
What information can be found in the file specified by the status parameter in an OpenVPN server configuration file? (Choose two.)
Answer options
- A. Errors and warnings generated by the openvpn daemon
- B. Routing information
- C. Statistical information regarding the currently running openvpn daemon
- D. A list of currently connected clients
- E. A history of all clients who have connected at some point
Correct answer: B, D
Explanation
The correct answers, B and D, indicate that the status file contains routing information and a list of currently connected clients. Options A and C relate to errors and statistics, which are not included in the status file, while option E refers to a historical record of clients, not current connections.