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?
Stuck at OpenVPN start
-
- OpenVpn Newbie
- Posts: 2
- Joined: Sat Dec 14, 2013 11:01 am
Re: Stuck at OpenVPN start
Here is my server conifg:
float
port 443
proto tcp
dev tap0
ca ca.crt
cert server.crt
key server.key
dh dh2048.pem
server-bridge 172.16.15.20 255.255.255.0 172.16.15.60 172.16.15.80
keepalive 10 120
comp-lzo
persist-key
persist-tun
status openvpn-status.log
verb 4
mute 10
port-share 127.0.0.1 444
ifconfig-pool-persist ipp.txt
Here is the status log but it only seems to show current users that are connected
OpenVPN CLIENT LIST
Updated,Sun Dec 15 13:59:49 2013
Common Name,Real Address,Bytes Received,Bytes Sent,Connected Since
debMon,x.x.x.x:38324,7359430,4066691608,Mon Dec 2 20:59:03 2013
ROUTING TABLE
Virtual Address,Common Name,Real Address,Last Ref
0a:92:03:c7:d2:3e,debMon,x.x.x.x:38324,Sat Dec 7 02:55:08 2013
GLOBAL STATS
Max bcast/mcast queue length,256
END
Thanks!
float
port 443
proto tcp
dev tap0
ca ca.crt
cert server.crt
key server.key
dh dh2048.pem
server-bridge 172.16.15.20 255.255.255.0 172.16.15.60 172.16.15.80
keepalive 10 120
comp-lzo
persist-key
persist-tun
status openvpn-status.log
verb 4
mute 10
port-share 127.0.0.1 444
ifconfig-pool-persist ipp.txt
Here is the status log but it only seems to show current users that are connected
OpenVPN CLIENT LIST
Updated,Sun Dec 15 13:59:49 2013
Common Name,Real Address,Bytes Received,Bytes Sent,Connected Since
debMon,x.x.x.x:38324,7359430,4066691608,Mon Dec 2 20:59:03 2013
ROUTING TABLE
Virtual Address,Common Name,Real Address,Last Ref
0a:92:03:c7:d2:3e,debMon,x.x.x.x:38324,Sat Dec 7 02:55:08 2013
GLOBAL STATS
Max bcast/mcast queue length,256
END
Thanks!