Comment 2 for bug 132060

Revision history for this message
Xamusk (ronanpaixao) wrote :

I'm using this configuration in /etc/openvpn/client.conf:
------------------8<------------------
client
dev tun
proto udp
remote 10.0.0.1 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca cacert.pem
cert client.pem
key clientkey.pem
verb 3
------------------8<--------------
even though it works with invoke-rc.d in the command line, nm doesn't seem to support a config like that.
I've tried many different configurations, even one that does ask for a password, but they didn't work.
I even tried changing the nm openvpn GConf entries with gconf-editor, but those only caused nm-applet to break beyond repair till next reboot (logoff doesn't fix it and I haven't determined exactly where the error goes).