Syntax error in config file
-
php: : There were error(s) loading the rules: /tmp/rules.debug:32: syntax error /tmp/rules.debug:46: syntax error /tmp/rules.debug:47: syntax error /tmp/rules.debug:86: syntax error /tmp/rules.debug:89: syntax error /tmp/rules.debug:90: syntax error /tmp/rules.debug:110: syntax error /tmp/rules.debug:111: syntax error pfctl: Syntax error in config file: pf rules not loaded - The line in question reads [32]: scrub in on $WAN all fragment reassemble
Getting this when trying to reload rules.
/tmp/rules.debug:
http://pastebin.com/3VeBfD4D -
Somehow you have an alias named WAN. I thought we prevented that from being allowed, as it will cause exactly this kind of problem.
fix your alias name to something else, like WANIP or similar, and it should work.