> /etc/nat.conf:18: syntax error
> pfctl: syntax error in rule file: pf rules not loaded

To load PF rules you have to use
# pfctl -R /etc/pf.conf

To load NAT rules you have to use
# pfctl -N /etc/nat.conf


> ----------------------PF.CONF-------------------------------------
> # Define useful variables
> ext_if="{ dc0 }" # External Interface
> int_if="{ dc1 }" # Our internal network range 192.168.1.0/24

I think, I'm not sure, that using interfaces name to get all IPs it's a
feature of -current
So are you using -stable or -current ?


Bye.


Ed

Reply via email to