Hi there,
Has anyone has much luck trying to get openVPN running on PFSense (2.7.0)? I’ve followed various tutorials online and on YouTube to get it running on my homelab for remote and testing… I configure the certs, set up the server, set up dyndns, setup firewall rules, files export fine and installs great. But when I try to connect it resolved the IP fine then just hangs on “Attempting to establish TCP connection with…”
The services are all running and initialised, I’m hoping it’s just something silly that I’m just being a dunce and not seeing.
This is the OpenVPN logs from the windows client.
2024-03-27 10:52:47 OpenVPN 2.6.7 [git:v2.6.7/53c9033317b3b8fd] Windows [SSL
(OpenSSL)] [LZO] [LZ4] [PKCS11] [AEAD] [DCO] built on Nov 8 2023
2024-03-27 10:52:47 Windows version 10.0 (Windows 10 or greater), amd64
executable
2024-03-27 10:52:47 library versions: OpenSSL 3.1.4 24 Oct 2023, LZO 2.10
2024-03-27 10:52:47 DCO version: 1.0.0
2024-03-27 10:52:54 TCP/UDP: Preserving recently used remote address:
[AF_INET]x.x.x.x:1194
2024-03-27 10:52:54 Attempting to establish TCP connection with
[AF_INET]x.x.x.x:1194
2024-03-27 10:53:05 SIGTERM[hard,init_instance] received, process exiting
=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Cert:
dev tun
persist-tun
persist-key
data-ciphers AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305:AES-256-CBC
data-ciphers-fallback AES-256-CBC
auth SHA256
tls-client
client
resolv-retry infinite
remote 1194 tcp
nobind
verify-x509-name “CertName” name
auth-user-pass
pkcs12 .p12
tls-auth .key 1
remote-cert-tls server
=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
If there’s any info you might need to help, let me know.
Thanks to all