Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Dec 2009 03:56:14 -0600
From:      "David DeSimone" <fox@verio.net>
To:        =?us-ascii?B?RGFuaWVsaXN6IExhc3psbw==?= <laszlo_danielisz@yahoo.com>
Cc:        freebsd-pf@freebsd.org
Subject:   Re: pf vs. afp
Message-ID:  <20091226095613.GX5508@verio.net>
In-Reply-To: <206966.91825.qm@web30802.mail.mud.yahoo.com>
References:  <C75A7621.DFEC1%mksmith@adhost.com> <206966.91825.qm@web30802.mail.mud.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Dnielisz Lszl <laszlo_danielisz@yahoo.com> wrote:
>
> bad_ports = "69,135,137,138,139,445,524,548,1433,6000,31337,666,12345"
> 
> # SPECIAL IMMEDIATE BLOCKS:
> # block bad ports and external broadcasts
> block in quick  proto { udp,tcp }  from any to any port { = $bad_ports }

This rule specifies to block (quick) port 548 (part of $bad_ports), so
your rules that occur later cannot allow that port.

-- 
David DeSimone == Network Admin == fox@verio.net
  "I don't like spinach, and I'm glad I don't, because if I
   liked it I'd eat it, and I just hate it." -- Clarence Darrow


This email message is intended for the use of the person to whom it has been sent, and may contain information that is confidential or legally protected. If you are not the intended recipient or have received this message in error, you are not authorized to copy, distribute, or otherwise use this message or its attachments. Please notify the sender immediately by return e-mail and permanently delete this message and any attachments. Verio, Inc. makes no warranty that this email is error or virus free.  Thank you.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091226095613.GX5508>