I'ts just a short question

I'm using OpenBSD since version 3.0

in V4.6 i had some nat-anchors containing

rdr on $ExtIF proto tcp to $st43_ip port 80 -> {<st43-0>,<st43-1>} round-robin

when I try to translate this rule to pf 4.7

pass in quick on $ExtIF proto tcp to $st43_ip port 80 rdr-to {<st43-0>,<st43-1>} round-robin

pfctl gives me the following error.

st43.pf:6: only addresses can be listed forredirection pools
pfctl: Syntax error in config file: pf rules not loaded

I also can't combine tables eg. <st43> = {<st43-1>,<st43-2>}

the packet filter only accecpts rules like

pass in quick on $ExtIF proto tcp to $st43_ip port 80 rdr-to <st43-0> round-robin

So my question: Is this feature gone or is there a workaround

Description: there are two different processes controlling the redirection pools st43-0 and st43-1

Sincerly yours Amir El-Hussein

Reply via email to