I'm somewhat uncertain on how NAT behaves especially on nearly concurrent rules.
e.g. assumption: ( ext_if has two addresse e.g. 82.100.200.1 and and ALIAS 82.100.200.2 ) nat pass on $ext_if form $internal_networks to 192.168.47.11 -> 82.100.200.1 nat pass on $ext_if form $internal_networks to any -> ( $ext_if ) ( how ) Can I bee sure that 192.168.47.11 will always be conncted from 82.100.200.1 ? will PF behave differently when the oder of the rules is vice-versa ? Kind regards, Stefan