I can't seem to connect to the OpenVPN server I'm running on 10.2 though PF, I keep getting a tls-auth timeout.
Here's my pf.config:
tcp_services = "{ssh, http, https}"
# vpn address block
vpnclients = "10.8.0.0/24"
# wan interface
wanint = "vtnet0"
#tunnel interface
vpnint = "tun0"
# openvpn...