"Drew Tomlinson" <[EMAIL PROTECTED]> writes:

> I am using the following rules to match traffic on my home network with a
> FBSD 4.8 firewall.  The first rule matches but the second doesn't.  Here's
> the rules:
> 
> # Match this specific traffic
> 00700        288     329708 count ip from 192.168.1.3 8080 to any
> 
> # Match everything else
> 00800          0          0 count ip from not 192.168.1.3 8080 to any
> 
> Can anyone tell me what I am missing?
> 
> Thanks,
> 
> Drew

Probably because the "not" applies just to the address, and not to the port
number.

-- 

  Dan Pelleg

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to