PF does not work,why?

2005-07-11 Thread jking1
#/etc/pf.conf # ext_if=\fxp0\ int_if=\rl0\ web_server=\192.168.0.1\ pcanywhere_port=\5631\ sql=\1433\ #table spamd persist #table spamd-white persist scrub in rdr pass on $ext_if proto tcp from any to port www

Re: PF does not work,why?

2005-07-11 Thread David Hill
On Mon, Jul 11, 2005 at 10:49:09PM +0800, jking1 wrote: #/etc/pf.conf # ext_if=\fxp0\ int_if=\rl0\ web_server=\192.168.0.1\ pcanywhere_port=\5631\ sql=\1433\ #table spamd persist #table spamd-white persist scrub

Re: PF does not work,why?

2005-07-11 Thread Stuart Henderson
rdr pass on $ext_if proto tcp from any to port www - $web_server port www pf.conf(5): If the pass modifier is given, packets matching the translation rule are passed without inspecting the filter rules.