2018-10-17 10:03:42 *Tunnelblick: Established communication with OpenVPN2018-10-17 10:03:42 MANAGEMENT: Client connected from [AF_INET]127.0.0.1:632562018-10-17 10:03:42 MANAGEMENT: CMD 'pid'2018-10-17 10:03:42 MANAGEMENT: CMD 'auth-retry interact'2018-10-17 10:03:42 MANAGEMENT: CMD 'state on'2018-10-17 10:03:42 MANAGEMENT: CMD 'state'2018-10-17 10:03:42 MANAGEMENT: CMD 'bytecount 1'2018-10-17 10:03:42 MANAGEMENT: CMD 'hold release'2018-10-17 10:03:55 MANAGEMENT: CMD 'username "Auth" "136"'2018-10-17 10:03:55 MANAGEMENT: CMD 'password [...]'2018-10-17 10:03:55 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts2018-10-17 10:03:55 Outgoing Control Channel Authentication: Using 256 bit message hash 'SHA256' for HMAC authentication2018-10-17 10:03:55 Incoming Control Channel Authentication: Using 256 bit message hash 'SHA256' for HMAC authentication2018-10-17 10:03:55 TCP/UDP: Preserving recently used remote address: [AF_INET]192.168.2.146:119442018-10-17 10:03:55 Socket Buffers: R=[786896->786896] S=[9216->9216]2018-10-17 10:03:55 UDP link local (bound): [AF_INET][undef]:02018-10-17 10:03:55 UDP link remote: [AF_INET]192.168.2.146:119442018-10-17 10:03:55 MANAGEMENT: >STATE:1539763435,WAIT,,,,,,2018-10-17 10:04:55 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)2018-10-17 10:04:55 TLS Error: TLS handshake failed2018-10-17 10:04:55 SIGUSR1[soft,tls-error] received, process restarting2018-10-17 10:04:55 MANAGEMENT: >STATE:1539763495,RECONNECTING,tls-error,,,,,2018-10-17 10:04:55 MANAGEMENT: CMD 'hold release'
Why does you WAN-IP have a class C network? Is this a internal firewall?Have you given the certificate from the firewall to the client? There is a TLS-error within your protocol. I've installed in on Fedora 29 (Linux), this had to be done manually, there i had to indicate the proper certificate.
I've imported single file profiles into Tunnelblick where the CA cert, client cert, key, and TLS key are all inline with tags like <ca> base64 lines </ca>Bart...
Hi David,If you can ping your WAN IP but not beyond, then there is likely to be a routing issue. Make sure that the route to and from the internet edge router is either by default gateway, static route, or some form of dynamic routing protocol. Bart...
Hi David,OPNsense is fine as far as routing is concerned since it has interfaces on 10.0.0.0/24 and 192.168.0.0/24. Can you check for updates from the web interface dashboard? If so, then OPNsense has internet access.Do you have a router further upstream, or does OPNsense have a public (non-RFC1918) WAN IP address?Bart...
Are you redirecting the gateway on the VPN clients? It's under 'tunnel settings' on the VPN server page.
Try taking out the source restriction in the VPN firewall rule (replace 10.0.0.0/24 with *). The client may not use the VPN address as its source IP.
If nothing improves, it's worth running a packet capture on the OpenVPN interface to further analyse the traffic.