*** This bug is a duplicate of bug 260291 ***
    https://bugs.launchpad.net/bugs/260291

First I used network-manager but when the bug appeared I downloaded
network-manager-openvpn and the bug remained  unchanged. Here is my
configuration file openvpn.conf (NAME stands for my user id, IP-number
for the remote IP)

client
up ~/bin/up.sh
down ~/bin/down.sh
;dev tap
dev tun0
;dev-node vpn1
proto tcp
;proto udp
remote IP-number 22
;remote-random
resolv-retry infinite
nobind
;port 2222
;user nobody
;group nobody
persist-key
persist-tun
;http-proxy-retry # retry on connection failures
;http-proxy [proxy server] [proxy port #]
;mute-replay-warnings
ca ca.crt
cert NAME.crt
key NAME.key
ns-cert-type server
tls-auth XXXvpnta.key 1
;cipher BF-CBC        # Blowfish (default)
cipher AES-128-CBC   # AES
;cipher DES-EDE3-CBC  # Triple-DES
comp-lzo
verb 3
;mute 20

And I use the command :

sudo openvpn --config openvpn.conf

Thank you.

-- 
OpenVPN on Ubuntu Intrepid
https://bugs.launchpad.net/bugs/305199
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to