@dLockers:
Excellent. I have configured an OpenVPN server and I am now trying to fine tune it.
Could someone explain the steps to achieve this however?
"To set this up, configure an OpenVPN server to listen on TCP port 443, and add a firewall rule to pass traffic to the WAN IP (or whatever IP used for OpenVPN) on port 443."
How do I pass 443 to the OpenVPN in the Firewall? I have already set the OpenVPN server to listen on 443/TCP.
If pfsense is OpenVPN server add the following rule to your WAN:
Action: Pass
Protocol: TCP
Source IP: any
Source Port: any
Destination IP: WAN address
Destination Port: https (443)
Thats all.