Re: do not work nested unnamed anchor

2008-05-17 Thread Jeremie Le Hen
Hi Igor, On Fri, May 09, 2008 at 04:55:23PM +0400, Igor A. Valcov wrote: > Hello. > > For example: > > pf.conf > > ext_if="xl0" > ip_world="nn.nn.nn.nn" > > # Filter rules > block log all > > anchor in on $ext_if { >pass quick proto tcp to $ip_world port 22 keep state >

do not work nested unnamed anchor

2008-05-09 Thread Igor A. Valcov
Hello. For example: pf.conf ext_if="xl0" ip_world="nn.nn.nn.nn" # Filter rules block log all anchor in on $ext_if { pass quick proto tcp to $ip_world port 22 keep state # SSH pass quick proto tcp to $ip_world port 25 keep state # SMTP pass

do not work nested unnamed anchor

2008-05-08 Thread Igor A. Valcov
Hello. For example: pf.conf ext_if="xl0" ip_world="nn.nn.nn.nn" # Filter rules block log all anchor in on $ext_if { pass quick proto tcp to $ip_world port 22 keep state # SSH pass quick proto tcp to $ip_world port 25 keep state # SMTP