On 2007/10/02 17:54, Juan Miscaro wrote:
> rdr-anchor "webaccess" {
> rdr pass on $EXT inet proto tcp from any to ($EXT) port 80 -> $WWW
> }
...
> /etc/pf.conf:232: syntax error
> /etc/pf.conf:234: syntax error
Filter rule anchors can also be loaded inline in the ruleset within a
brace ('{' '}') delimited block.
"Translation rule anchors" are a different thing to "Filter rule anchors".
> anchor webaccess
> <rest of rdr>
...
> /etc/pf.conf:244: Rules must be in order: options, normalization,
> queueing, translation, filtering
rdr / rdr-anchor are translation rules, anchor is a filter rule -
the message is self-explanatory.