Problem connecting pfsense 2.5 to OpenVPN AS Server
-
Hello,
I am trying to connect from my pfsense to an OpenVPN Access Server. I downloaded the autologin profile for a user and was able to connect to the server successfully from my VPN client.
To setup this connection in my pfsense I opened the .ovpn with an editor, created new CA and Cert and setup new client connection using tls key from .ovpn.
The config is very similar to this exampleConnection is not successfully and in server log I see TLS errors:
2020-10-29T17:20:58+0100 [stdout#info] [OVPN 2] OUT: 'Thu Oct 29 16:20:58 2020 Authenticate/Decrypt packet error: packet HMAC authentication failed' 2020-10-29T17:20:58+0100 [stdout#info] [OVPN 2] OUT: 'Thu Oct 29 16:20:58 2020 TLS Error: incoming packet authentication failed from [AF_INET]91.xx.xxx.xxx:1195'
I sware I made no c&p failures during config creation.
Greetings from Berlin
Robert -
more log output is needed
udp or tcp
key-direction
wrong cipher
wrong ca/cert -
@kiokoman said in Problem connecting pfsense 2.5 to OpenVPN AS Server:
more log output is needed
I can post log from pfsense - which loglevel is needed?
udp or tcp
udp
key-direction
pfsense is client = key direction 1 and openvpn as is server = direction 0
wrong cipher
not that I know - used cipher AES-256-CBC
wrong ca/cert
no, tripple checked and the .ovpn file where ca, cert and key was taken from working fine with my vpn clientregards Robert