Description:
How do I collect logs from the OpenVPN3 client on a Linux machine?
Resolution:
1.) Open a terminal and run this command. This makes the terminal ready to capture the window.
openvpn3 log --log-level 6 --config ${CONFIGURATION_PROFILE_NAME}
2.) Open another terminal and then run the command to start the VPN session.
openvpn3 session-start --config ${CONFIGURATION_PROFILE_NAME}
3.) Go back to the first terminal or the capturing window. It should display the logs upon VPN connection.
The above Step is an example only of collecting logs upon VPN connection. It is not limited to that scenario or command. It can be also used with other commands. Just prepare two terminals, one for capturing the window and one for initiating the command.
For additional information go to the link here
Please also refer to Locating the Client log files
Access Server Resources:
OpenVPN Access Server Documentation
OpenVPN Access Server Resource Center
OpenVPN Access Server Admin Manual
Comments
0 comments
Please sign in to leave a comment.