Linode Open VPN Connection From Pfsense
Hi all, I have deployed an openvpn linode instance and have been connecting to it via the OpenVPNConnect app both on my mac and iphone so I know the server is accessible.
One problem that I have is connecting to the client via pfsense. I have added the certificates successfully but the instance will not connect
Status (down)
Remote Host (Pending)
settings:
Mode: Peer to Peer ( SSL/TLS )
Data Ciphers: AES-256-CBC
Digest: SHA256
Custom Options:
cipher AES-256-CBC;
client;
server-poll-timeout 4;
dev tun;
dev-type tun;
remote-cert-tls server;
tls-version-min 1.2;
reneg-sec 604800;
push-peer-info;
Has anyone successfully connected to their Linode OpenVPN via pfsense so I can protect my whole network?