[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ISP port blocking practice
- Subject: ISP port blocking practice
- From: jfbeam at gmail.com (Ricky Beam)
- Date: Thu, 22 Oct 2009 17:37:03 -0400
- In-reply-to: <[email protected]>
- References: <[email protected]>
On Thu, 22 Oct 2009 13:22:17 -0400, Zhiyun Qian <zhiyunq at umich.edu> wrote:
> 1). For any outgoing traffic, if the destination port is 25, then drop
> the packets.
> 2). For any incoming traffic, if the source port is 25, then drop the
> packets.
Inspecting outgoing traffic is generally easier to do as there's less of
it. (in a consumer context, which is the only place such filtering makes
any sense.)
--Ricky