Stuck at OpenVPN start
Posted: Sat Dec 14, 2013 11:35 am
I have the community version of openvpn installed on Debian (OpenVPN 2.2.2) that is stuck on openvpn start when I try to connect.
I am using the following profile as my setup:
client
dev tun
proto tcp
remote myhome 443
tun-mtu 1500
nobind
persist-tun
comp-lzo
verb 3
mute 20
auth-nocache
<ca>
-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----
</ca>
<cert>
-----BEGIN CERTIFICATE-----
-----END CERTIFICATE----
</cert>
<key>
-----BEGIN RSA PRIVATE KEY-----
-----END RSA PRIVATE KEY-----
</key>
key-direction bidirectional
Output from openvpn connect:
2013-12-14 05:53:45 ----- OpenVPN Start -----
2013-12-14 06:02:11 ----- OpenVPN Start -----
Any idea what's going on?
I am using the following profile as my setup:
client
dev tun
proto tcp
remote myhome 443
tun-mtu 1500
nobind
persist-tun
comp-lzo
verb 3
mute 20
auth-nocache
<ca>
-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----
</ca>
<cert>
-----BEGIN CERTIFICATE-----
-----END CERTIFICATE----
</cert>
<key>
-----BEGIN RSA PRIVATE KEY-----
-----END RSA PRIVATE KEY-----
</key>
key-direction bidirectional
Output from openvpn connect:
2013-12-14 05:53:45 ----- OpenVPN Start -----
2013-12-14 06:02:11 ----- OpenVPN Start -----
Any idea what's going on?