How do I make a server for proxies?

halfbakedrew

Newbie
Joined
Apr 23, 2010
Messages
49
Reaction score
5
I have a few computers sitting around doing nothing and would like to make them into proxy servers. How do I go about doing this?
 
How would you get IPs for your home computers?
 
Right now they are 2 running windows xp and one using linux. I can set them up in the office I work at and/or at my home.
 
on windows i can't help you.. on linux simply install squid and google "squid anonymous proxy" for articles regarding how to configure it.

also take in mind you need real IPs at those machines to get them working as proxies
 
Yes you should definitely be using linux or some unix based system excluding mac os.

And as for the services, it depends on what type of proxy you want to run. But to find what you need, you can always google: <distro name> <proxy type> server - example: ubuntu 12.04 socks5 server

Also, you need to be familiar with port forwarding if you are planning on doing this from your home / business.

Hope this helps.
 
You can set-up a proxy on both linux and Win, the only thing I can say is that they will not be cost efficient.

If you have a dynamic IP then it will not work since you must change the configuration each time you connect to the internet.

If they share the same internet connection that mean that you have only one IP so you will get only 1 proxy....

If let's say you have different connections with static IP's then the electricity bill for the 3 computers, since they will run 24/7 will be higher then the cost of 3 private proxy. And you have great chances that the connection speed will be much lower then the one you will get from a dedicated service.

If you really want to do that I suggest you get a VPS and set-up a proxy server on that.

Thank you
 
I have a few computers sitting around doing nothing and would like to make them into proxy servers. How do I go about doing this?

This is all the bookmarks that I used when setting up my proxy server on
windows server 2008, With the information here you will be able to setup
a proxy server. You can purchase ip packages from your ISP

Code:
http://certcollection.org/forum/topic/98920-installing-squid-proxy-server-running-on-windows/
http://www.reaper-x.com/2011/10/17/how-to-install-squid-proxy-on-windows/
http://www.talk.web.id/2009/08/installing-squid-web-proxy-server-on-windows-7/
http://www.ausgamers.com/features/read/2638752
http://www.squid-cache.org/
http://wiki.squid-cache.org/SquidFaq/BinaryPackages/
http://www.deckle.co.za/squid-users-guide/
http://www.google.com/#hl=en&sclient=psy-ab&q=squid+proxy+server+3.1+beginner%27s+guide+pdf&oq=+Squid+Proxy+Server+3.1:+Beginner%27s+Guide&gs_l=hp.1.2.0l4.0.0.1.6127.0.0.0.0.0.0.0.0..0.0.ciatsh..0.0.LVfcFeCRyRU&pbx=1&bav=on.2,or.r_gc.r_pw.r_qf.,cf.osb&fp=21c0595ad86507f8&biw=1280&bih=849
http://www.acmeconsulting.it/
http://www.thegeekstuff.com/2010/09/squid-control-internet-access/
http://social.technet.microsoft.com/Forums/en-us/Forefrontedgegeneral/thread/812fbc5a-b338-423a-a314-ece17b967c17
http://sichent.wordpress.com/2011/09/08/installing-squid-on-windows-home-server-whs-2011/
http://www.packtpub.com/squid-proxy-server-31-beginners-guide/book
http://www.howtogeek.com/51741/how-to-quickly-add-multiple-ip-addresses-to-windows-servers/
http://www.systmbx.com/squid-proxy/how-to-create-source-ip-acl-on-squid-proxy
http://www.linuxquestions.org/questions/linux-networking-3/user-authentication-in-squid-459329/
http://wiki.squid-cache.org/KnowledgeBase/Windows/
http://www.deckle.co.za/squid-users-guide/Starting_Squid
https://developers.google.com/speed/public-dns/
http://wiki.squid-cache.org/ConfigExamples/Authenticate/WindowsActiveDirectory
http://ntlmaps.sourceforge.net/
http://www.edugeek.net/forums/windows-server-2000-2003/54010-how-create-multiple-hundreds-ip-address-using-script-single-windows-server-vm.html
http://www.nthelp.com/w2k3/to_add_a_bunch_of_ip_addresses.htm
http://www.tldp.org/HOWTO/IP-Masquerade-HOWTO/
http://www.visolve.com/system_services/opensource/squid/squid27/contents_27.php
http://www.activestate.com/activeperl/downloads
http://www.webmin.com/windows.html
file:///C:/Perl/html/release.html
http://www.youtube.com/watch?v=8P-ClXjBaw4
http://en.wikipedia.org/wiki/Reverse_proxy
http://en.wikipedia.org/wiki/Proxy_server#Forward_proxies
http://www.visolve.com/reverseproxy.php
http://wiki.squid-cache.org/SquidFaq/SecurityPitfalls
http://www.general-files.com/download/source/gs4a4162d7h32i0
 
Back
Top