OpenVPN network manager
Tofloor
poster avatar
sheep
deepin
2015-09-02 09:12
Author
Hello,

I've try't a lot to make it work, but I have give it up. I need a connection for OPENVPN. So I go to Network and add a OpenVPN type. Does someone have it work?
Gateway = hostname?
type = password
username
password
certificate? I have the RSA + key  with CA bundle, try't, and only the CA bundle of RapidSSL, but doesn't work.

Any solutions?
Reply Favorite View the author
All Replies
asterion30
deepin
2015-09-15 09:41
#1
Hi try conect by console create a file in /etc/openvpn.

Parameters:
client
dev tap
proto udp
remote (IP) 1194
float
resolv-retry infinite
nobind
user nobody
group nogroup
persist-key
persist-tun
mute-replay-warnings
ca /etc/openvpn/(NAME).pem
#ca ca.crt
#cert client.crt
#key client.key
comp-lzo
verb 3
auth-user-pass

Reply View the author
asterion30
deepin
2015-09-15 09:43
#2
https://bbs.deepin.org/post/30368
Hi try conect by console create a file in /etc/openvpn.

Parameters:

to connect:
sudo openvpn (file name).ovpn
Reply View the author