On 2007/01/21 00:25, S t i n g r a y wrote:
> pass in on $int_if route-to { ($ext_if1 $ext_gw1) } inet proto tcp from \
> $lan_net to any port {$ports} keep state
>
> pass in on $int_if route-to { ($ext_if2 $ext_gw2) } from \
> $lan_net flags S/SA keep stateThe last matching line has priority - you need to put the line with $ports second.

