Please help. Networking newbie.
Here is the status of my setup:
Clients and servers are both running Ubuntu. Server is behind a Cisco ASA firewall. Firewall has IP address of 24.55.108.31, this is also the server’s public IP address. The server’s private IP is 198.25.67.40. The address of the tun0 interface openvpn created on the server is 10.8.0.1. Openvpn is also installed on the client however it has not created tun0. Both the server and client sides are configured to use port 1195. When I start openvpn on the client side, I get this error:
- TLS Error: TLS key negotiation failed to occur within 60 seconds
I googled the error and results suggested a problem with firewall port forwarding however i am having issues with that. On the client side, I have the server address listed as 24.55.108.31 and i have a rule on the firewall that forwards packets received at 24.55.108.31 on port 1195 to address 198.25.67.40 port 1195, but when I start openvpn on the client side, I am still getting the error about TLS key negotiation. Any ideas???