Re: How to setup openvpn client?
Reply #4 –
Hello again.
You should try to connect manually first because you can test if the ovpn file has something wrong.
#openvpn yourconffile.ovpn
NOTE: If you use the openvpn command you might need to be sure that module "tun" is up, otherwise is not going to work. If you use Networkmanager this step is not needed.
#modprobe tun
If you don't see any error. You can configure Connman to connect with Openvpn following this link. That's mean you should read your .ovpn file and try to adapt in the connman configuration. I normally recommend Networkmanager if you want to connect with Openvpn because I think is easier. If you want to use networkmanager you should read this. By own experience I couldn't make openvpn work with Connman but It doesn't mean that you cannot make it work either, you should try. If you definitely want to use NetworkManager you must uninstall Connman.