Is there any way in pf to redirect one port to a range of ports ? e.g rdr pass log on $public_nic proto tcp from any to $public_nat_ip port 80 -> $web_server port 80:100 Much like round robin load balancing on outbound nat, I want to round robin through ports if possible. ---Mike