Google Groups Home
Help | Sign in
anonymizing proxy solution
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Magnus Warker  
View profile
 More options Jul 5, 8:58 pm
Newsgroups: comp.os.linux.networking
From: Magnus Warker <war...@magnus.co>
Date: Sun, 06 Jul 2008 02:58:08 +0200
Local: Sat, Jul 5 2008 8:58 pm
Subject: anonymizing proxy solution
Hi,

I am looking for a solution for an anonymizer problem. This is the
situation:

1. I regularly access arbitrary internet sites from unsecure working
stations, i. e. working stations located in networks that I do not know, e.
g. public internet access stations.

2. I have an own server in the internet.

Now I would like to use my own server as a proxy to the internet sites I
access from the unsecure networks:

1. The local web browser should access my proxy using an encrypted
connection.

2. My proxy should forward the requests coming from my browser to the final
recipients.

3. In effect, only the encrypted connection to my own server will be visible
in the unsecure network.

My question: How can I realize this? I prefer open source software running
on linux.

The only proxy I know is squid. Can I use it in my scenario?

Thanks,
Magnus


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Magnus Warker  
View profile
 More options Jul 5, 11:02 pm
Newsgroups: comp.os.linux.networking
From: Magnus Warker <war...@magnus.co>
Date: Sun, 06 Jul 2008 05:02:59 +0200
Local: Sat, Jul 5 2008 11:02 pm
Subject: Re: anonymizing proxy solution

>> The only proxy I know is squid. Can I use it in my scenario?
> Yes, squid is already used by some anonymizing network
> applications. But what is so anonymous about your server if it is visible?

The communication with the web sites behind it is invisible. Isn't it?

Magnus


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
James T.  
View profile
 More options Jul 6, 1:06 am
Newsgroups: comp.os.linux.networking
From: "James T." <turajb@_NOSPAM_hoflink.com>
Date: Sun, 06 Jul 2008 05:06:58 GMT
Local: Sun, Jul 6 2008 1:06 am
Subject: Re: anonymizing proxy solution

Take a look at Privoxy (http://www.privoxy.org/). This is what I use &
its also a good web content filter (banners, pop-ups, etc...).

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kadin2048  
View profile
 More options Jul 9, 9:49 am
Newsgroups: comp.os.linux.networking
From: Kadin2048 <Ka...@address.invalid>
Date: Wed, 09 Jul 2008 08:49:32 -0500
Local: Wed, Jul 9 2008 9:49 am
Subject: Re: anonymizing proxy solution
On 2008-07-06, Magnus Warker <war...@magnus.co> wrote:
> Hi,

> I am looking for a solution for an anonymizer problem. This is the
> situation:

  [Protect machine on untrusted network using remote machine at home]

> My question: How can I realize this? I prefer open source software running
> on linux.

> The only proxy I know is squid. Can I use it in my scenario?

Just as a different solution, what I do is forgo the HTTP proxy
altogether and use the SOCKS forwarding feature of SSH instead.

As long as you have sshd running on your remote machine (the one in
your house, which is on a 'trusted' connection), and your travel
machine (the one you're using in the 'untrusted' network, like an
Internet cafe) has an SSH client -- available for basically every
platform -- you just open an SSH connection with the "-D {port}" flag,
and then point your browser at "localhost {port}", telling it to use a
SOCKS proxy.

This is in many ways a lot nicer than using an HTTP proxy.  All web
traffic is forwarded from the browser to the port on the localhost,
and from there across the SSH tunnel to the remote machine, which
actually makes the connections for you.

It's dead simple to set up and works for web traffic, instant
messaging, and virtually any other application that can use a SOCKS
proxy (pretty much everything).

Googling "ssh socks forwarding" will turn up lots of HOWTOs for
various platforms.  Here's just one, for Debian:
<http://www.debian-administration.org/articles/449>

I like this because it doesn't require installing or running anything
on your remote machine besides sshd, which chances are you're already
running as it is.

-Kadin.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John Thompson  
View profile
 More options Jul 6, 5:43 pm
Newsgroups: comp.os.linux.networking
From: John Thompson <j...@vector.os2.dhs.org>
Date: Sun, 6 Jul 2008 16:43:53 -0500
Local: Sun, Jul 6 2008 5:43 pm
Subject: Re: anonymizing proxy solution
On 2008-07-06, Magnus Warker <war...@magnus.co> wrote:

What degree of anonymity are you after? You might consider "tor"
(http://tor.eff.org), an anonymizing network of servers. If you run tor
and privoxy on your machine, anything routed through tor will be
encrypted before it leaves your machine, and is essentially untracable
back to your machine.

--

John (j...@os2.dhs.org)
** Posted from http://www.teranews.com **


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google