Hi,
I'm wondering if it's possible to define a user/group for "rdr pass" rules on
3.4.
Suppose this only-one-ruleset
rdr pass on $if proto tcp from any to $if port 21 -> $if port 8021
Note: same interface, simply change the port.
If I'm not wrong "rdr pass" should create a state entry, so the client will be
able to talk to/receive from server port 21.
Is the only way to get it working this 2 lines ruleset ?
rdr on $if proto tcp from any to $if port 21 -> $if port 8021
pass in quick on $if proto tcp from any to $if port 8021 keep state user
$ftp-u group $ftp-g
Thanks.
Ed