cvca / tunnelblick

Automatically exported from code.google.com/p/tunnelblick
0 stars 0 forks source link

waiting for daemon #149

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
as soon as i try to connect it says waiting for daemon and stays like this
indefinitly.

What version of Tunnelblick are you using? On what version of OS X?

using 3.0b28 on os 10.6.2, but tried different versions of tunnelblick
before posting issue.

Please provide any additional information below. Please include your
configuration file and the contents of the OpenVPN Log window (including
the first few lines with version information), but remember to remove any
sensitive information such as IP addresses.

tunnelblick log:
2010-02-25 17:04:11 *Tunnelblick: OS X 10.6.2; Tunnelblick 3.0b28 (build
1422); OpenVPN 2.1.1
2010-02-25 17:04:14 *Tunnelblick: Attempting connection with
DominicHaffner.conf; Set nameserver = 0; not monitoring connection
2010-02-25 17:04:14 *Tunnelblick:
/Applications/Tunnelblick.app/Contents/Resources/openvpnstart start
DominicHaffner.conf 1337 0 0 0 1
2010-02-25 17:04:14 *Tunnelblick:
/Applications/Tunnelblick.app/Contents/Resources/openvpn
--management-query-passwords --cd /Users/ceenic/Library/Application
Support/Tunnelblick/Configurations --daemon --management-hold --management
127.0.0.1 1337 --config /Users/ceenic/Library/Application
Support/Tunnelblick/Configurations/DominicHaffner.conf --script-security 2

konsole output:
25.02.10 17:04:11   kernel  tap kernel extension version 20090913
<mattias.nissler@gmx.de>
25.02.10 17:04:11   kernel  tun kernel extension version 20090913
<mattias.nissler@gmx.de>
25.02.10 17:04:14   openvpn[467]    OpenVPN 2.1.1 i386-apple-darwin10.2.0 [SSL]
[LZO2] [PKCS11] built on Feb 24 2010
25.02.10 17:04:14   openvpn[467]    MANAGEMENT: TCP Socket listening on
127.0.0.1:1337
25.02.10 17:04:14   openvpn[468]    Need hold release from management interface,
waiting...

Original issue reported on code.google.com by cee...@gmail.com on 25 Feb 2010 at 4:11

GoogleCodeExporter commented 9 years ago
Please post your configuration file and the first few lines of the OpenVPN Log 
from the Details... window.

Original comment by jkbull...@gmail.com on 28 Feb 2010 at 5:43

GoogleCodeExporter commented 9 years ago
log:

2010-02-28 19:24:55 *Tunnelblick: OS X 10.6.2; Tunnelblick 3.0b28 (build 1422); 
OpenVPN 2.1.1
2010-02-28 19:25:00 *Tunnelblick: Attempting connection with ***.conf; Set 
nameserver = 0; not 
monitoring connection
2010-02-28 19:25:00 *Tunnelblick: 
/Applications/Tunnelblick.app/Contents/Resources/openvpnstart start 
***.conf 1337 0 0 0 1
2010-02-28 19:25:00 *Tunnelblick: 
/Applications/Tunnelblick.app/Contents/Resources/openvpn --
management-query-passwords --cd /Users/***/Library/Application 
Support/Tunnelblick/Configurations --
daemon --management-hold --management 127.0.0.1 1337 --config 
/Users/***/Library/Application 
Support/Tunnelblick/Configurations/***.conf --script-security 2

#OpenVPN Client conf
tls-client
client
dev tun
proto udp
tun-mtu 1400
remote *** 1194
pkcs12 ***.p12
cipher BF-CBC
verb 3
ns-cert-type server

*** - info removed

Original comment by cee...@gmail.com on 28 Feb 2010 at 6:30

GoogleCodeExporter commented 9 years ago
Try removing the "tun-mtu 1400". MTUs are very tricky. You could also try proto 
tcp,
too, instead of proto udp.

Original comment by jkbull...@gmail.com on 1 Mar 2010 at 1:38

GoogleCodeExporter commented 9 years ago
Abandoned by original poster.

Original comment by jkbull...@gmail.com on 2 Sep 2010 at 1:02