[Bug 305199] Re: OpenVPN on Ubuntu Intrepid

2008-12-06 Thread Gonczi
OK it works !!!

However if I put script-security 2 in the config file in /etc/openvpn
there is an error message like unknown parameter 2 (I don't remember
exactly). I have also given the exact path for the files up.sh and
down.sh.

Thank you so much for your aid

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 305199] Re: OpenVPN on Ubuntu Intrepid

2008-12-05 Thread Gonczi
*** 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 
;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
Server Team, which is subscribed to openvpn in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 305199] [NEW] OpenVPN on Ubuntu Intrepid

2008-12-04 Thread Gonczi
Public bug reported:

Binary package hint: openvpn

Since I updated from Hardy to Intrepid (8.10), OpenVPN does not work.

The first line in the log file is:

Thu Dec  4 16:55:37 2008 OpenVPN 2.1_rc11 i486-pc-linux-gnu [SSL] [LZO2]
[EPOLL] [PKCS11] built on Oct 15 2008

and the three last ones are

Thu Dec  4 16:55:45 2008 openvpn_execve: external program may not be called due 
to setting of --script-security level
Thu Dec  4 16:55:45 2008 script failed: external program fork failed
Thu Dec  4 16:55:45 2008 Exiting

** Affects: openvpn (Ubuntu)
 Importance: Undecided
 Status: New

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs