Hey all,
Can anyone help me troubleshoot this? I downloaded the turnkey linux openvpn template from the PVE web interface and installed it into a new LXC container.
I believe I set it up as a host correctly using the first time configuration in the console, and my port forward rule for port 1194 on my pfSense firewall/router LOOKS good, but when I create a cert and put it on a client computer, it just times out without being able to make a connection:
Can anyone suggest any troubleshooting steps? I'm not that seasoned with openVPN so I'm not quite sure where to start, and would appreciate any help.
Thanks,
Matt
Can anyone help me troubleshoot this? I downloaded the turnkey linux openvpn template from the PVE web interface and installed it into a new LXC container.
I believe I set it up as a host correctly using the first time configuration in the console, and my port forward rule for port 1194 on my pfSense firewall/router LOOKS good, but when I create a cert and put it on a client computer, it just times out without being able to make a connection:
Code:
matt@LXDE01:~/Certs$ sudo openvpn --config ubuntu_box.ovpn
Wed Jan 4 11:43:44 2017 OpenVPN 2.3.11 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [PKCS11] [MH] [IPv6] built on Jun 22 2016
Wed Jan 4 11:43:44 2017 library versions: OpenSSL 1.0.2g 1 Mar 2016, LZO 2.08
Wed Jan 4 11:43:44 2017 Control Channel Authentication: tls-auth using INLINE static key file
Wed Jan 4 11:43:44 2017 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Wed Jan 4 11:43:44 2017 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Wed Jan 4 11:43:44 2017 Socket Buffers: R=[212992->212992] S=[212992->212992]
Wed Jan 4 11:43:44 2017 UDPv4 link local: [undef]
Wed Jan 4 11:43:44 2017 UDPv4 link remote: [AF_INET]xxx.xxx.xxx.xxx:1194
Wed Jan 4 11:44:44 2017 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
Wed Jan 4 11:44:44 2017 TLS Error: TLS handshake failed
Wed Jan 4 11:44:44 2017 SIGUSR1[soft,tls-error] received, process restarting
Wed Jan 4 11:44:44 2017 Restart pause, 2 second(s)
Wed Jan 4 11:44:46 2017 Control Channel Authentication: tls-auth using INLINE static key file
Wed Jan 4 11:44:46 2017 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Wed Jan 4 11:44:46 2017 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Wed Jan 4 11:44:46 2017 Socket Buffers: R=[212992->212992] S=[212992->212992]
Wed Jan 4 11:44:46 2017 UDPv4 link local: [undef]
Wed Jan 4 11:44:46 2017 UDPv4 link remote: [AF_INET]xxx.xxx.xxx.xxx:1194
Wed Jan 4 11:45:46 2017 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
Wed Jan 4 11:45:46 2017 TLS Error: TLS handshake failed
Wed Jan 4 11:45:46 2017 SIGUSR1[soft,tls-error] received, process restarting
Wed Jan 4 11:45:46 2017 Restart pause, 2 second(s)
Can anyone suggest any troubleshooting steps? I'm not that seasoned with openVPN so I'm not quite sure where to start, and would appreciate any help.
Thanks,
Matt