Glam Prestige Journal

Bright entertainment trends with youth appeal.

On OpenSUSE Tumbleweed, in the KDE environment, I used KDE's NetworkManager (the "Connections" System Settings Module) to set up an OpenVPN connection.

When I connect to it, there are no error messages, but it does not behave as I would expect.

Where can I find logs that are relevant to diagnosing an OpenVPN connection that is created and initiated through KDE on OpenSUSE Tubleweed?

1 Answer

Normally, you can find those in either /var/log (either within syslog or in a file called openvpn.log) or /etc/openvpn, but you should read your configuration file, something.conf, for custom definitions:

log /path/to/some/file
log-append /path/to/some/other/file
1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy