From: Jason Opperisano <opie@817west.com>
To: netfilter@lists.netfilter.org
Subject: Re: Block proxy use.
Date: Mon, 22 Nov 2004 11:01:26 -0500 [thread overview]
Message-ID: <20041122160126.GA30757@bender.817west.com> (raw)
In-Reply-To: <1101131370.16509.24.camel@tux.it-akademiet.no>
On Mon, Nov 22, 2004 at 02:49:30PM +0100, Stian B. Barmen wrote:
> Is there som kind of filter for netfilter that can block access to
> anonymous proxies? The problem I often face is that the most advanced
> users always can work around the firewall by using proxies.
>
> I know that I could run a proxy myself but this is not exactly what I
> want. The best would be if there could be a filter similar to ipp2p
> which would check for a "proxy signature" and block those
> communications.
best option: run squid, transparently proxy connections to it, block
access to remote proxies by category with squidGuard and a decent
blacklist; or, by restricting HTTP CONNECT method.
sub-optimal options:
create a list of known remote proxies and block access to them via IP
address in netfilter or by black-holing the domains in your DNS server.
use something like l7filter (which i have zero experience with) to block
HTTP CONNECT requests. note that this method is powerless against
remote proxies that use SSL.
-j
--
"Lisa, Vampires are make-believe, like elves, gremlins, and Eskimos."
--The Simpsons
prev parent reply other threads:[~2004-11-22 16:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-22 13:49 Block proxy use Stian B. Barmen
2004-11-22 16:01 ` Jason Opperisano [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20041122160126.GA30757@bender.817west.com \
--to=opie@817west.com \
--cc=netfilter@lists.netfilter.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.