I received a few files from the host of an OpenVPN server. Including some keys, certificates and the config file. So I can connect fine with command line:
openvpn --config work.conf
Then it asks for my username, password, and OTP google code. After entering all this this, it says Initialization Sequence Completed
but nothing really changes on my end at all. Same IP address, still can't access the private network, etc. It's as if nothing happened.
So I wanted to try using the NetworkManager-openvpn
plugin, but that plugin doesn't ask for the OTP code from google. It just asks for username and password then fails immediately.
I guess I'm looking for either a solution to the command line method or gnome method. Any help is appreciated.