<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; proxy server</title> <atom:link href="http://www.ghacks.net/tag/proxy-server/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 20:51:26 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Download, Verify And Use Proxy Servers With ST-ProxySwitcher</title><link>http://www.ghacks.net/2011/10/14/download-verify-and-use-proxy-servers-with-st-proxyswitcher/</link> <comments>http://www.ghacks.net/2011/10/14/download-verify-and-use-proxy-servers-with-st-proxyswitcher/#comments</comments> <pubDate>Fri, 14 Oct 2011 15:50:10 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[anonymous proxy]]></category> <category><![CDATA[proxy]]></category> <category><![CDATA[proxy server]]></category> <category><![CDATA[proxy switcher]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=51493</guid> <description><![CDATA[If you work a lot with proxy servers you have probably noticed that they are not the most reliable usually. While it is possible to pay for private proxy servers many users do not want to go that far for that extra bit of anonymity or access to country specific contents on the Internet. There [...]]]></description> <content:encoded><![CDATA[<p>If you work a lot with proxy servers you have probably noticed that they are not the most reliable usually. While it is possible to pay for private proxy servers many users do not want to go that far for that extra bit of anonymity or access to country specific contents on the Internet.</p><p>There are two main issues that you will identify eventually. It first takes time to compile a list of proxies and it second requires regular validation of those servers to make sure that they can be used for regular Internet surfing and other activities.</p><p>The freeware ST Proxy Switcher resolves both of those issues. The program ships without any proxy servers but with the functionality to download proxies after startup from the Internet. Proxy servers are divided into categories like HTTP Anonymous, Socks 5 or HTTP High Anonymous. Downloads seem to be limited to 20 proxies and you may find multiple lists under some categories that you need to download separately.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/10/st-proxy-switcher.jpg" alt="st proxy switcher" title="st proxy switcher" width="600" height="440" class="alignnone size-full wp-image-51495" /></p><p>The program suggests to download a country IP database from the Internet to identify the region or country a proxy is hosted in during checks. You can verify all downloaded proxy servers with a click on the check proxy button in the main program interface. This performs a variety of lookups inlcuding the server&#8217;s response time, region, status and proxy type. One of the issues that I have with the display here is that the program does not list if a proxy is anonymous or not, and it does not appear if a test for anonymity (aka IP spilling) is run during checks. It is therefor a good idea to test your IP before you start other Internet activities. You can <a
href="http://www.ghacks.net/ip/">lookup your IP</a> here on Ghacks.</p><p>You can activate a proxy from the list with a simple click and it will automatically be used in all compatible programs. This includes Google Chrome, Internet Explorer and Safari but not the Firefox web browser (at least not the Aurora version). There are no configuration options to select specific programs that you want to use the proxy server with which may be a issue for some users.</p><p>The program supports adding and verifying custom proxy server lists. If you have a list you can import it into the proxy switcher application to use it semi-automatically there.</p><p>Another nice to have but missing feature is automatic proxy rotation. Windows users can download ST-ProxySwitcher <a
href="http://st-proxyswitcher.com/">from the</a> ST ProxySwitcher homepage.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/10/14/download-verify-and-use-proxy-servers-with-st-proxyswitcher/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Restrict network access by time or IP address with Squid</title><link>http://www.ghacks.net/2010/06/19/restrict-network-access-by-time-or-ip-address-with-squid/</link> <comments>http://www.ghacks.net/2010/06/19/restrict-network-access-by-time-or-ip-address-with-squid/#comments</comments> <pubDate>Sat, 19 Jun 2010 18:07:06 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Advice]]></category> <category><![CDATA[Browsing]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Networks]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[Fedora]]></category> <category><![CDATA[proxy]]></category> <category><![CDATA[proxy server]]></category> <category><![CDATA[squid]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=26807</guid> <description><![CDATA[There are a number of reasons why you would want to restrict network access. You run a cafe with web access or you have young or teenage children and you want them to only be able to use the network at certain times. Their are certainly tools out there to do this on a PC-by-PC [...]]]></description> <content:encoded><![CDATA[<p>There are a number of reasons why you would want to restrict network access. You run a cafe with web access or you have young or teenage children and you want them to only be able to use the network at certain times. Their are certainly tools out there to do this on a PC-by-PC basis, but why not employ a proxy server instead? One of the best (and most robust) proxy servers available for the Linux operating system is the <a
title="Squid" href="http://www.squid-cache.org/" target="_blank">Squid</a> Proxy server. But don&#8217;t let the name fool you, you do not have to install Squid on a server. You can just as easily install squid on a Linux desktop machine and control network access from your LAN.</p><p>Of course when you open up your <strong>/etc/squid/squid.conf</strong> file you might be a bit overwhelmed. So in this article I am going to show you two ways to limit access with Squid (instead of tossing the whole configuration file at you at once). I will also show you the quick and dirty method of installing Squid on a Fedora 13 machine. Once done with this article, you will at least be able to control network access by time or by IP address. In later articles we will discuss other ways to control network access with Squid.</p><p><span
id="more-26807"></span><strong>Installation</strong></p><p>Installation is quite simple. You can do this two ways: Command line or using the Add/Remove Software tool. Let&#8217;s take a look at the latter first.</p><p>In order to install Squid from the Add/Remove Software tool follow these steps:</p><ol><li>Click <strong>System &gt; Administration &gt; Add/Remove Software </strong></li><li>Search for &#8220;squid&#8221; (no quotes).</li><li>Select the Squid application for installation.</li><li>Click Apply to install.</li></ol><p>That&#8217;s it. Now let&#8217;s take a look at the command line version of the same task. To do this, follow these steps:</p><ol><li>Open up a terminal window by clicking <strong>Applications &gt; System Tools &gt; Terminal.</strong></li><li>Issue the command <em>su </em>and then enter your root password.</li><li>Issue the command <em>yum install squid</em>.</li><li>If your system requires dependencies, allow them as well as the installation to continue.</li><li>When finished exit out of the root prompt by issuing the command <em>exit.</em></li></ol><p>That&#8217;s it. Squid is now installed. Now, on to the configuration.</p><p><strong>Configuration</strong></p><p>The configuration file you need to edit is <strong>/etc/squid/squid.conf</strong>. Open that file up with your favorite text editor and get ready to configure. The first set up I am going to show you is how to restrict access by time. To do this you are going to create Access Control Lists (ACLs).</p><p>Let&#8217;s assume you are restricting access on an internal LAN with an IP scheme of 192.168.1.0 with a subnet mask of 255.255.255.0. And let&#8217;s say you are restricting access for your teenage children such that they can only access the network from the hours of 3:00pm until 7:00pm (just a random time I used for example). For this you will need to add two ACLs to your configuration file. Add this first section to the bottom of the ACL section of the file (You will see a long list of lines that start out <em>acl</em>). For restricting to the times I prescribed above the ACLs would look like:<em> </em></p><p><em>acl home_network src 192.168.1.0/24<br
/> acl kids_hours time M T W H F 15:00-19:00</em></p><p>The first line defines the source of the connection and the second line defines the allowed time period.</p><p>To finish off this configuration you will need to add another line, this time you will add this section at the bottom of the <em>http_access</em> section (Under the<em> Insert your own rules&#8230; </em>here section). This line looks like:</p><p><em>http_access allow home_network kids_hours<br
/> </em></p><p>NOTE: You could also create an acl for weekend hours to allow more access during those days.</p><p>Now, let&#8217;s say one of those teens has had trouble with grades and you want to completely restrict access to only that one machine (say the IP address for that child is 192.168.1.10), while continuing to control access to the other machines. To do this you could add a third ACL like so:<em> </em></p><p><em>acl RestrictedHost src 192.168.1.10</em></p><p>Back to the <em>http_access </em>section you would then add this line:<em> </em></p><p><em>http_access deny RestrictedHost</em></p><p>Save and close that file. Now restart Squid with the command (run as the root user):</p><p><em>/etc/rc.d/init.d/squid restart</em></p><p>The last thing you need to do is to configure the PCs of those who need to go through the Proxy server. Remember, Squid uses port 3128.</p><p><strong>Final thoughts</strong></p><p>Squid is a very powerful tool that can be used to to limit access in numerous ways. What I have shown you is only scratching the surface of Squid&#8217;s power, but it give you a good idea where to start and how far it can go.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/06/19/restrict-network-access-by-time-or-ip-address-with-squid/feed/</wfw:commentRss> <slash:comments>14</slash:comments> </item> <item><title>Free Web Proxy Checker</title><link>http://www.ghacks.net/2009/11/04/free-web-proxy-checker/</link> <comments>http://www.ghacks.net/2009/11/04/free-web-proxy-checker/#comments</comments> <pubDate>Wed, 04 Nov 2009 20:53:17 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[free web proxy]]></category> <category><![CDATA[proxy]]></category> <category><![CDATA[proxy server]]></category> <category><![CDATA[web proxy]]></category> <category><![CDATA[web proxy checker]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=18124</guid> <description><![CDATA[A problem with most proxy servers and web proxies is that many tend to stop working after a while. The majority of web proxy servers are rather short lived with only a minority of popular ones that make it past the first six months of their existence. There are many reasons for this with the [...]]]></description> <content:encoded><![CDATA[<p>A problem with most proxy servers and web proxies is that many tend to stop working after a while. The majority of web proxy servers are rather short lived with only a minority of popular ones that make it past the first six months of their existence. There are many reasons for this with the most prominent ones being shut down by the hosting company or by the webmaster who is not able to monetize the server properly to keep up with the increasing bandwidth demand.</p><p><span
id="more-18124"></span>The web proxy checker is a lightweight tool for the Windows operating system that can check various proxy servers. The types that it can check are:</p><ul><li>SOCKS4</li><li>SOCKS5</li><li>HTTP</li><li>HTTPS</li></ul><p>The user who wants to check proxies can either load them from a text file or paste urls that point to proxies in the interface directly. The free web proxy checker will then parse the urls or text documents line by line and check the proxy servers against the rules configured by the user.</p><p>It is possible to check the proxy server against a url (the default is the Gmail url) or a host name and port with a ping always being performed in the beginning to sort out bad proxies immediately that do not respond positively.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2009/11/free_web_proxy_checker-500x404.jpg" alt="free web proxy checker" title="free web proxy checker" width="500" height="404" class="alignnone size-medium wp-image-18125" /></p><p>The web proxy checker comes with extensive options from selecting random user agents, connection settings, detecting a proxy server&#8217;s country of origin or running a distribution web server to logging options and statistics. Some of the options are for advanced users only but users with little to no knowledge should be able to start their first proxy check in under five minutes with the default configuration.</p><p>Web Proxy Checker is <a
href="http://www.optinsoft.com/listmanager/wpc.htm">available</a> for download at the developer&#8217;s website. It is compatible with most versions of the Microsoft Windows operating system including Windows 7.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/11/04/free-web-proxy-checker/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>Proxy Server Usage To Extend Jailtime In The US</title><link>http://www.ghacks.net/2009/04/15/proxy-server-usage-to-extend-jailtime-in-the-us/</link> <comments>http://www.ghacks.net/2009/04/15/proxy-server-usage-to-extend-jailtime-in-the-us/#comments</comments> <pubDate>Wed, 15 Apr 2009 19:10:44 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Security]]></category> <category><![CDATA[eff]]></category> <category><![CDATA[opera turbo]]></category> <category><![CDATA[privacy]]></category> <category><![CDATA[proxy]]></category> <category><![CDATA[proxy server]]></category> <category><![CDATA[tor]]></category> <category><![CDATA[united states]]></category> <category><![CDATA[vpn]]></category> <category><![CDATA[web proxy]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2009/04/15/proxy-server-usage-to-extend-jailtime-in-the-us/</guid> <description><![CDATA[A proxy server can be used for a number of things. People can use it to overcome censorship in their country, to access contents they could otherwise not access or to remain anonymous while performing research on the Internet. Proxy servers to provide a level of anonymity and privacy that makes them a good choice [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://www.ghacks.net/wp-content/uploads/2009/04/tor.png" alt="tor" title="tor" width="128" height="101" class="alignleft size-full wp-image-12039" />A proxy server can be used for a number of things. People can use it to overcome censorship in their country, to access contents they could otherwise not access or to remain anonymous while performing research on the Internet. Proxy servers to provide a level of anonymity and privacy that makes them a good choice in many situations. A new federal law in the United States is up for voting at the united States Sentencing Commission that can increase the jail time by up to 25% if a proxy server has been used.</p><p><span
id="more-12040"></span>Privacy advocates have already expressed great concern as proxy servers are not only in use by individuals who want to protect their privacy but also by companies and even Internet Service Providers, sometimes without the knowledge of the end user. VPN (Virtual Private Network) would for example be classified as proxy servers under the new legislation. As is the popular Tor client that has been created specifically to counter censorship in the world. Several web browsers like Opera Mini or Opera 10 are also making use of proxy servers to compress data to decrease the time it takes to load websites.</p><p>The United States Sentencing Commission will vote on the new legislation on April 15. It is set to take effect on November 1 if is is passing the voting process. You can read up on the EFFs stance <a
href="http://www.eff.org/press/archives/2009/03/17">here</a></p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/04/15/proxy-server-usage-to-extend-jailtime-in-the-us/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>Automatic Web Proxy Server In Firefox</title><link>http://www.ghacks.net/2009/03/09/automatic-web-proxy-server-in-firefox/</link> <comments>http://www.ghacks.net/2009/03/09/automatic-web-proxy-server-in-firefox/#comments</comments> <pubDate>Mon, 09 Mar 2009 09:30:42 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[firefox add-ons]]></category> <category><![CDATA[firefox proxy]]></category> <category><![CDATA[firefox proxy server]]></category> <category><![CDATA[firefox-extensions]]></category> <category><![CDATA[proxy server]]></category> <category><![CDATA[web proxy]]></category> <category><![CDATA[web proxy server]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=11032</guid> <description><![CDATA[Web browser users can normally enable or disable web proxy servers in their browsers. There is usually no way to configure a different web proxy server based on the visited website or an option to switch between web proxy use and no proxy use easily. Auto Proxy is a new experimental Firefox add-on that tries [...]]]></description> <content:encoded><![CDATA[<p>Web browser users can normally enable or disable <a
href="http://www.ghacks.net/2006/08/04/free-web-proxy-list/">web proxy</a> servers in their browsers. There is usually no way to configure a different web proxy server based on the visited website or an option to switch between web proxy use and no proxy use easily. <a
href="https://addons.mozilla.org/en-US/firefox/addon/11009/">Auto Proxy</a> is a new experimental Firefox add-on that tries to make proxy server usage in the Firefox web browser easier. The add-on provides access to several preconfigured web proxy servers that can be selected in the add-on&#8217;s options. It furthermore provides the means to configure websites that should be accessed using the configured web proxy servers.</p><p>This has the advantage to be able to exactly configure websites that should be accessed with proxies enabled. Switching proxy servers on and off is therefor a thing of the past after the initial configuration has been completed. Users can subscribe to a preconfigured list of websites that should be accessed using a web proxy server and add their own websites in the list. It is currently not possible to assign web proxy servers to specific sites but this is mentioned as a feature to come on the developer&#8217;s homepage.</p><p>It is currently only possible to add websites to the Firefox add-on and select either a preconfigured web proxy server or add a custom proxy that should be used to access those websites.</p><p><span
id="more-11032"></span><img
src="http://www.ghacks.net/wp-content/uploads/2009/03/web_proxy_server-500x375.jpg" alt="web proxy server" title="web proxy server" width="500" height="375" class="alignnone size-medium wp-image-11033" /></p><p>The preconfiogured web proxy servers have not been working 100% perfectly at the time of testing. The prospect is however excellent. Definitely a Firefox add-on to look out for.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/03/09/automatic-web-proxy-server-in-firefox/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>Web Proxy Server List</title><link>http://www.ghacks.net/2008/09/29/web-proxy-server-list/</link> <comments>http://www.ghacks.net/2008/09/29/web-proxy-server-list/#comments</comments> <pubDate>Mon, 29 Sep 2008 17:14:51 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Online Services]]></category> <category><![CDATA[The Web]]></category> <category><![CDATA[anonymity]]></category> <category><![CDATA[internet]]></category> <category><![CDATA[privacy]]></category> <category><![CDATA[proxy list]]></category> <category><![CDATA[proxy server]]></category> <category><![CDATA[web proxies]]></category> <category><![CDATA[web proxy]]></category> <category><![CDATA[web proxy server]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=7295</guid> <description><![CDATA[Keeping up with web proxy servers on the Internet can be a time consuming task. Proxies come and go that quickly that one could say it is nearly impossible to keep up unless someone would use scripts to check the web proxies automatically. The web proxy server list posted on Ghacks dates back two years [...]]]></description> <content:encoded><![CDATA[<p>Keeping up with web proxy servers on the Internet can be a time consuming task. Proxies come and go that quickly that one could say it is nearly impossible to keep up unless someone would use scripts to check the web proxies automatically. The <a
href="http://www.ghacks.net/2006/08/04/free-web-proxy-list/">web proxy server</a> list posted on Ghacks dates back two years and the main reason it was not updated is the fact that updating the servers would have to be done dynamically to provide visitors with a working list of proxy servers.</p><p>That is probably the same line of thought that the developer of <a
href="http://www.primeproxies.com/">Prime Proxies</a> had when he created his website. The website publishes an up to date list of working web proxy servers which are checked regularly so that the chance of encountering a non working proxy server is slim.</p><p>Proxies are divided into three categories that are named after the proxy script that is being used on the proxy websites. The three main scripts are PHP Proxy, CGI Proxy and Glyph. Some proxy scripts work better on specific websites than others and it comes down to finding the web proxy server script that displays the favorite websites properly.</p><p><span
id="more-7295"></span>The Prime Proxies database contains a list of more than 2300 working and 5000 dead proxy servers. That should be enough for everyone to find a web proxy server that is working and not banned at the location that you are accessing the Internet.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/09/29/web-proxy-server-list/feed/</wfw:commentRss> <slash:comments>80</slash:comments> </item> <item><title>Free Web Proxy List, Custom Proxy Server Guide</title><link>http://www.ghacks.net/2006/08/04/free-web-proxy-list/</link> <comments>http://www.ghacks.net/2006/08/04/free-web-proxy-list/#comments</comments> <pubDate>Fri, 04 Aug 2006 07:59:35 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Security]]></category> <category><![CDATA[proxy]]></category> <category><![CDATA[proxy list]]></category> <category><![CDATA[proxy server]]></category> <category><![CDATA[web proxy]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2006/08/04/free-web-proxy-list/</guid> <description><![CDATA[A web proxy is becoming more and more important in todays internet. Schools and Companys tend to block sites pretty quickly nowadays, especially when the blocking is directed at just a few websites and not every website in that category. Web Proxys might be able to sneak past this policies and display the site in your browser even though it is banned in the network.]]></description> <content:encoded><![CDATA[<p>A <strong>web proxy</strong> is becoming more and more important in today&#8217;s internet. Schools and companies tend to block sites pretty quickly nowadays.It is especially irritating when the ban is directed towards just a few websites and not every website in that category. A Web Proxy might be able to sneak past this policies and display the site in your browser even though it is banned in the network.</p><p><strong>How does a web proxy work ? </strong></p><p>A network bans a website either by its IP, its name or part of its name. A web proxy makes only shows its own address to the network and not the actual destination of the user. The admin of the network will think everything is fine and you are free to reach the site that is banned. The only thing that might happen is that the admin is banning the web proxy as well, but this is not a big deal either. Hundreds of web proxies exist, just switch to a new one and you are ready to visit the banned site again.</p><p><span
id="more-684"></span><br
/><h2>Setup your own Web Proxy Server:</h2><p>Let us assume that all proxy websites have been banned in your network, you can´t find a single web proxy that is still working. Your best choice is to create your own web proxy at an address that only you know. All you need is the php web proxy proxy and some webspace with php to upload it to. Search Google for free webspace php and you should find some hosts that allow you to use php and upload your web proxy to them.</p><p>You can alternatively use a <a
href="http://www.jmarshall.com/tools/cgiproxy/" title="web proxy cgi" target="_blank">cgi web proxy</a> which needs a webspace with cgi enabled.<br
/> <strong>Web Proxy List:</strong></p><p>Please not that the list does not display if the webproxy is able to handle scripts, I did not find a reliable way to make a test for all languages out there, therefor this has not been added to the list. I also removed websites that loaded slowly, displayed errors or forced you to click on an ad before you could use the service.</p><p>It is most likely that the name &#8220;proxy&#8221; might have been banned as well, try using web proxies that do not have proxy i their url, this might help.</p><h3>Free Web Proxy List</h3><ul><li><a
href="http://75i.net/" target="_blank" title="web proxy 75i">75i</a></li><li><a
href="http://anonymouse.org/anonwww.html" target="_blank" title="anonymouse web proxy">Anonymouse</a></li><li>Back Fox</li><li><a
href="http://www.browseatschool.net/" target="_blank" title="Browse at school web proxy">Browse at School</a></li><li><a
href="http://bypassbrowser.com/" target="_blank" title="bypass browser proxy">Bypass browser</a></li><li><a
href="http://www.cecid.com/" target="_blank" title="cecid">Cecid</a></li><li>Cgi Proxy</li><li>Conceal Me</li><li>Dark Proxy</li><li><a
href="http://www.daveproxy.co.uk/" title="dave proxy" target="_blank">Dave Proxy</a></li><li><a
href="http://www.dejacey.com/" target="_blank" title="dejacey web proxy">Dejacey</a></li><li><a
href="http://directproxy.com/" target="_blank" title="direct proxy">Direct Proxy</a></li><li><a
href="http://www.dtunnel.com/" target="_blank" title="dtunnel web proxy">Dtunnel</a></li><li><a
href="http://www.dzzt.com/" title="dzzt web proxy" target="_blank">Dzzt</a></li><li>Famous 5</li><li>Fly Proxy</li><li>Free Proxy</li><li><a
href="http://freeproxyserver.net/" title="free proxy server" target="_blank">Free Proxy Server</a></li><li><a
href="http://www.fsurf.com/" title="fsurf proxy" target="_blank">Fsurf</a></li><li>Ghost Click</li><li>Hide and go surf</li><li><a
href="http://hideyour.info/" title="hide your info" target="_blank">Hide your Info</a></li><li>Hujiko</li><li><a
href="http://www.iamnewguy.com/" target="_blank" title="iam new guy proxy">Iam new guy</a></li><li><a
href="http://www.idoxy.com/" target="_blank" title="idoxy web proxy">Idoxy</a></li><li><a
href="http://www.letmeby.com/" title="let me by proxy" target="_blank">Let me By</a></li><li><a
href="http://www.linfoxdomain.com/proxy/" title="lin fox proxy site" target="_blank">Lin Fox</a></li><li>Mr. Proxy</li><li>Neo Proxy</li><li>Net Sack</li><li>Peoples Proxy</li><li><a
href="http://www.pr0xy.org/" target="_blank" title="pr0xy">Pr0xy</a></li><li>Proxy 77</li><li><a
href="http://www.proxyanon.com/" title="proxy anon" target="_blank">Proxy Anon</a></li><li><a
href="http://proxyhero.com/" target="_blank" title="proxy hero">Proxy Hero</a></li><li>Proxy Lord</li><li><a
href="http://www.proxymod.com/" target="_blank" title="proxy mod">Proxy Mod</a></li><li>Proxy Prince</li><li>Proxy Snow</li><li><a
href="http://www.proxysurf.org/" title="proxy surf" target="_blank">Proxy Surf</a></li><li>Proxytastic</li><li><a
href="http://www.prxxy.com/" target="_blank" title="prxxy proxy">Prxxy</a></li><li><a
href="http://www.pureprivacy.com/" title="pure privacy" target="_blank">Pure Privacy</a></li><li>Radio Farda</li><li><a
href="http://www.safeforwork.net/" target="_blank" title="safe for work">Safe for Work</a></li><li>Safe Hazard</li><li>Safe Surfer</li><li><a
href="http://www.gamecrib.net/ebypass/" title="school bypasser proxy" target="_blank">School Bypasser</a></li><li>SD9</li><li><a
href="http://www.secretbrowse.com/" title="secret browse" target="_blank">Secret Browse</a></li><li><a
href="http://www.smartproxy.net/" title="Smart Proxy" target="_blank">Smart Proxy</a></li><li>Student Proxy</li><li>Stupid Censorship</li><li><a
href="http://www.surf-anon.com/" title="surf anon web proxy" target="_blank">Surf Anon</a></li><li>Surf Nameless</li><li>The web tunnel</li><li><a
href="http://www.tntproxy.com/" title="tnt proxy" target="_blank">TNT Proxy</a></li><li><a
href="http://www.traceless.com/" target="_blank" title="traceless">Traceless</a></li><li><a
href="http://www.unblockthis.com/cgi-bin/nph-proxy.pl/" title="unblock this" target="_blank">Unblock This</a></li><li><a
href="http://www.unbloxy.com/" target="_blank" title="unbloxy">Unbloxy</a></li><li><a
href="http://hrmovie.com" title="uni peak web proxy" target="_blank">Unipeak</a></li><li><a
href="http://urlencoded.com/" title="url encoded" target="_blank">Url Encoded</a></li><li>Virtual Browser</li><li><a
href="http://www.vpntunnel.net/" target="_blank" title="vpn tunnel">VPN Tunnel</a></li><li>Wkccp</li><li><a
href="http://worldwideproxy.com/" title="word wide proxy" target="_blank">World Wide Proxy</a></li><li>Wootage</li><li><a
href="http://www.workbrowse.com/" title="work browse proxy" target="_blank">Work Browse</a></li><li>World Want</li><li><a
href="http://www.xxxproxy.com/" title="xxx proxy" target="_blank">XXX Proxy</a></li><li><a
href="http://www.your-proxy.com/" title="your proxy" target="_blank">Your Proxy</a></li></ul><p>If none of the above work in your special case try my last resort, <a
href="http://www.blockstop.net/" target="_blank" title="blockstop coral">blockstop</a>. It utilities the coral cdn network and uses a different method to access sites.</p><p>Sites that update their web proxy lists daily:</p><p>http://proxy.org/<br
/> http://www.centurian.org/<br
/> http://www.azproxies.com/<br
/> http://www.publicproxyservers.com/</p><p>If you think a proxy server is missing in the list let us know in the comments.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2006/08/04/free-web-proxy-list/feed/</wfw:commentRss> <slash:comments>262</slash:comments> </item> <item><title>Setting up your own proxy server</title><link>http://www.ghacks.net/2006/04/07/setting-up-your-own-proxy-server/</link> <comments>http://www.ghacks.net/2006/04/07/setting-up-your-own-proxy-server/#comments</comments> <pubDate>Fri, 07 Apr 2006 05:45:22 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Security]]></category> <category><![CDATA[proxy]]></category> <category><![CDATA[proxy server]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=380</guid> <description><![CDATA[Lot´s of people complain that webproxys are not working at their works / schools computer because they have been banned by administrators. A way around this would be to setup your very own proxy server that is being hosted a) by a free webhosting service that supports either php or cgi or b) your own website that is being hosted by a webhosting company.]]></description> <content:encoded><![CDATA[<p>Lot´s of people complain that webproxys are not working at their works / schools computer because they have been banned by administrators. A way around this would be to setup your very own proxy server that is being hosted a) by a free webhosting service that supports either php or cgi or b) your own website that is being hosted by a webhosting company.</p><p>Both methods should work and I will walk you right through the installation process for both scripts and give you tips how to find out what is actually being blocked. Before we start you need to download a copy of <a
href="http://freshmeat.net/projects/phpproxy/" target="_blank">phpproxy</a> or <a
href="http://www.jmarshall.com/tools/cgiproxy/" target="_blank">cgiproxy</a> depending on what you want and can use. You also could perform a search for free webhosting on google for instance and try to find a webhoster that supports one of the two languages, a good site that I found while searching for those terms might be <a
href="http://www.freewebspace.net/" target="_blank">freewebspace.net</a></p><p><span
id="more-380"></span></p><p><strong>1. phpproxy</strong></p><p>Download <a
href="http://idea.hosting.lv/a/phpproxy/" target="_blank">phpproxy</a> and unpack it to a local directory on your hard drive. All you need to do know is to upload the script to your webspace and open up the new url to check if its working allright. You might want to rename the file to something different, something that does not contain the word proxy in it to avoid filters that ban everything that has the word &#8220;proxy&#8221; in it.</p><p>You could open up the script and enter your clients ip in there to make sure that only your client will be able to connect or you could add a .htaccess file to the directory forcing everyone who wants to start the script to enter a username and password. Again, use google if you like to find out more information about .htaccess</p><p>The php script has some requirements, make sure you read the readme file which is included and check to see if your hoster has those requirements enabled.</p><p><strong>2. cgiproxy</strong></p><p>Your hoster has to have cgi enabled in order to run this script. Many free hosters do not offer cgi or only some preinstalled scripts. Make sure it is enabled before you start the installation process.</p><p>First, download the <a
href="http://www.jmarshall.com/tools/cgiproxy/releases/cgiproxy.2.0.1.tar.gz" target="_blank">source</a> and unpack it to a local directory.</p><p>Now, open the .cgi file and take a look at the configuration. You can edit lots of settings from within, for example you could configure the script that way that it only allows text to go through the proxy but no images. Everything is explained in detail and all options are explained with comments, browse through the file, edit the options to your liking and save the new file.</p><p>After that upload the script to your cgi directory if that is required by your hoster and open the url from your browser. You are now ready to browse the web anonymously, to check if that is really the case load a website like <a
href="http://www.whatismyip.com/" target="_blank">whatismyip.com</a> as the first site and check if the ip matches with the server the script is installed and not your computers ip. If that is the case you´ve done everything right and can surf anonymously. (there are still ways to find out your ip,  just in case you are wondering)</p><p>3. What is being blocked ?</p><p>a) If you can access the proxy from the client they only block domains / ips.<br
/> b) If you can´t access the proxy they might be banning filenames that contain proxy as well, try changing the filename.</p><p>[tags]cgiproxy, tunnel, phpproxy, proxy, setup your own proxy, anon, anonymously, privacy[/tags]</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2006/04/07/setting-up-your-own-proxy-server/feed/</wfw:commentRss> <slash:comments>33</slash:comments> </item> </channel> </rss>
