On Fri, Aug 09, 2002 at 12:09:07PM -0400, Amir Seyavash Mesry wrote:

> Can some one tell me what the proper syntax is for using the user &
> group parameters in OpenBSD 3.1 & PF.

This feature was added after the 3.1 release, so you'll need -current to
use it.

> pass out proto tcp from fxp0 port 33333 >< 55555 to any port 33333 ><
> 55555 modulate state

pass out on fxp0 proto tcp \
        from any port 33333 >< to any port 33333 >< 55555 \
        user 1001 group 1007 modulate state

Daniel

Reply via email to