Hi
I have a problem to connect a client to my ClearOS 5.2 SP1.
I'm trying to connect to that server using Windows 7. I'm running OpenVPN client as admin.
But something is wrong. This is short error from connection log:
| Code: |
TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
TLS Error: TLS handshake failed
TCP/UDP: Closing socket
|
I have got 2 internet connections(192.168.1.3. and 192.168.3.1) and 1 LAN (192.168.2.1).
Do I have to forward any ports to use OpenVPN?
Also [name].opvn file generated had my local domain name, which is not registered, so I had to edit it and change remote line from "remote server.local 1194" to "remote [name].poweredbyclear.com".
| Code: |
client
remote [name].poweredbyclear.com 1194
dev tun
proto udp
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca-cert.pem
cert client-[username]-cert.pem
key client[username]-key.pem
ns-cert-type server
comp-lzo
verb 3
auth-user-pass
|
Is this normal? What is that TLS error from connection log?
Thx