All of lore.kernel.org
 help / color / mirror / Atom feed
* Block proxy use.
@ 2004-11-22 13:49 Stian B. Barmen
  2004-11-22 16:01 ` Jason Opperisano
  0 siblings, 1 reply; 2+ messages in thread
From: Stian B. Barmen @ 2004-11-22 13:49 UTC (permalink / raw)
  To: netfilter

[-- Attachment #1: Type: text/plain, Size: 453 bytes --]

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 regards
Stian B. Barmen

[-- Attachment #2: smime.p7s --]
[-- Type: application/x-pkcs7-signature, Size: 3078 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Block proxy use.
  2004-11-22 13:49 Block proxy use Stian B. Barmen
@ 2004-11-22 16:01 ` Jason Opperisano
  0 siblings, 0 replies; 2+ messages in thread
From: Jason Opperisano @ 2004-11-22 16:01 UTC (permalink / raw)
  To: netfilter

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-11-22 16:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-22 13:49 Block proxy use Stian B. Barmen
2004-11-22 16:01 ` Jason Opperisano

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.