In pf.conf I've got skip on {lo,tun0}, however after openvpn starts,
skip is removed from tun0. Is there a way to avoid this?
In the mean time I've added "pass quick on tun0" to pf.conf.# pfctl -f /etc/pf.conf # ls -l /dev/tun0 crw------- 1 root wheel 40, 0 Jun 19 09:32 /dev/tun0 # pfctl -v -sI all carp egress lo (skip) lo0 (skip) pflog pflog0 tun (skip) tun0 (skip) vr0 vr1 vr2 vr3 # openvpn --config /etc/openvpn/server.conf # ls -l /dev/tun0 crw------- 1 root wheel 40, 0 Jun 19 09:32 /dev/tun0 #pfctl -v -sI all carp egress lo (skip) lo0 (skip) pflog pflog0 tun tun0 vr0 vr1 vr2 vr3 --Ryan Slack

