Can I get confirmation of my understanding of the FreeBSD pf? I'm trying to rdr a port using:
That works fine, but I was hoping to add options like
Thanks!
Code:
rdr pass inet proto tcp from any to $ext_if port X -> $int_ip
(max-src-conn 10)
to the rule. Am I correct that I would need to split out the redirect and pass rule to do that?Thanks!