Difference between revisions of "Proxy"

From Linuxintro
imported>ThorstenStaerk
(Created page with "A proxy server forwards your requests to the internet. The advantages are: * if several users share a proxy server it can serve requests out of its memory (buffering) * you can m...")
 
imported>ThorstenStaerk
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
= Software choice =
 
= Software choice =
 
* privoxy
 
* privoxy
* squid
+
* [[squid]]
  
 
= Process =
 
= Process =
Line 12: Line 12:
 
= Risks =
 
= Risks =
 
Dont leave your proxy running and allow anonymous access.
 
Dont leave your proxy running and allow anonymous access.
 +
 +
= See also =
 +
* [[network]]

Latest revision as of 03:54, 26 May 2012

A proxy server forwards your requests to the internet. The advantages are:

  • if several users share a proxy server it can serve requests out of its memory (buffering)
  • you can masquerade your location. You may get better rebate at Hertz or you may be able to watch a video that is not supposed to be available in the country you are in. Or you may not want people to know where you surf.

Software choice

Process

You can get yourself a virtual server at rackspace and use it as proxy.

Risks

Dont leave your proxy running and allow anonymous access.

See also