pf issue - not blocking

2005-09-05 Thread Dulmandakh Sukhbaatar

I have this rule:

block in log quick on $lan from { 192.168.1.88, 192.168.1.95, 
192.168.1.99 } to any  label USER_RULE: blabla
pass in quick on $lan from 192.168.1.0/24 to any keep state  label 
USER_RULE: Default LAN - any


192.168.1.95 is being blocked, but others can use internet. For this 
rule looks correct. Any suggestions?




Re: pf issue - not blocking

2005-09-05 Thread Siju George
On 9/5/05, Dulmandakh Sukhbaatar [EMAIL PROTECTED] wrote:
 I have this rule:
 
 block in log quick on $lan from { 192.168.1.88, 192.168.1.95,
 192.168.1.99 } to any  label USER_RULE: blabla
 pass in quick on $lan from 192.168.1.0/24 to any keep state  label
 USER_RULE: Default LAN - any
 
 192.168.1.95 is being blocked, but others can use internet. For this
 rule looks correct. Any suggestions?
 

are there other *quick* rules that match 192.168.1.88  192.168.1.99
 before the 

block in log quick on $lan from { 192.168.1.88, 192.168.1.95,
192.168.1.99 } to any  label USER_RULE: blabla

rule???

It is a bit difficult to help without those details.
Please post your

/etc/pf.conf

and

output of

ifconfig -a

etc.

--Siju