Reply to Thread New Thread |
![]() |
#1 |
|
a complete guide how to setup your own proxy server
hello, for anyone that does not know me i am nickk owner of ultravpsbox hosting company. wanted to post this guide on my 500th post but due to lack of time i wasn't able to, but this is the time now. so i will try to show you how you can setup your own proxy server and administrate it as per your request. if you are tired to pay for proxies that are misconfigured or not working at all i think this will help you. for installation you will need - linux vps - number of ip's as per your request - proxy server as software - fairly good knowledge of linux choosing linux vps the good thing with proxy server is that it does not need a powerful vps to run. actually it is depending on the number of proxies you will have on vps but a vps with 1gb ram will surely fit most of you. speed of vps does not really care you since you will get surprised even with a 10mpbs connection. of course if you get a 1gb connection vps you will have better ping results. tip: before you select your hosting company ask them to give you an ip to test the ping replies ( test results depending mostly from where you live) ip's another big factor for choosing your hosting company is the cost of the ip. prices are from 0.75$ up to 2$ per ip per month. it is very very difficult to find something cheaper than this and reliable. tip: do not choose ip's from same c subnet proxy server as software talking about http proxy the best solution here is squid. it is reliable, stable with many functionality . and of course talking for linux it is free. there is also a squid windows version but i would not suggest anyone to run a proxy server on windows. isa server wasn't always the best choice. so, having our vps, ip's and our proxy software we can go on. for vps os i would suggest centos. it is the free option of redhat. os which made to host servers software programs. hosting company will provide you with ssh login (terminal). many would find it difficult to work on ssh but there is always the solution. you have 2 options, either install via ssh freenx - you can find a complete guide here it is actually copy-paste job. after this you will be able to log in on your linux box as you connect on windows with rdp. second or additional solution is to install webmin. webmin is a simply module which just make your life easier by giving you a gui for many programs that are installed in your linux box as mysql, apache, and guess squid - complete guide is here again copy-paste work once you have connect on your vps via ssh or freenx or webmin then you need less than 2 minutes to install squid complete guide naijafinder forum actually is just a command. you will have to work with just one file, squid.conf which obvisouly is the configuration file of squid. following above simply how to the only left to do is to add in squid.conf file the ip's you did rent from hosting company at squid.conf it is relatively simple and will find many how to on net. it is something like this html code: Code
acl ip1 myip xx.xx.xx.01 acl ip2 myip xx.xx.xx.02 acl ip3 myip xx.xx.xx.03 tcp_outgoing_address xx.xx.xx.01 ip1 tcp_outgoing_address xx.xx.xx.02 ip2 tcp_outgoing_address xx.xx.xx.03 ip3 where xx.xx.xx.01 obviously the ip you got from hosting company finally if you want to make your proxies elite anonymous you will have just to copy paste the following code in squid.conf and then restart it html code: Code
forwarded_for off add this to #miscellanous header_access allow allow all header_access authorization allow all header_access cache-control allow all header_access content-encoding allow all header_access content-length allow all header_access content-type allow all header_acccess date allow all header_access expires allow all header_access host allow all header_access if-modified-since allow all header_access last-modified allow all header_access location allow all header_access pragma allow all header_access accept allow all header_access accept-enncoding allow all header_access accept-language allow all header_access content-language allow all header_access mime-version allow all header_access cookie allow all header_access set_cookie allow all header_access retry-after allow all header_access title allow all header_access connection allow all header_access proxy-connection allow all header_access all deny all header_replace user-agent anonymous this is it. you have your own proxy server with no cap limits and sure that only you use it. there are some more 'advanced' features as limit access at squid only from 1 ip, or add ncsa authentication so that every proxy has user/pass which you can find easily by searching on net. there are tons of how to. what i actually tried to do here is to give a solution on persons that have a good knowledge of linux to install their own proxy server and for others who are noob on linux to somehow give them a picture of what exactly is this 'proxies' all are talking about. i hope i did it successfully important cost of installation : - linux vps around 25usd - 10 ips x1$ per month 10usd so total 35 usd per month for 10 proxies. conclusion : my own opinion is that good proxies are costly. Similar Threads: |
![]() |
![]() |
#2 |
|
|
![]() |
![]() |
#3 |
|
|
![]() |
Reply to Thread New Thread |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|