Sei sulla pagina 1di 3

Guyz, I have seen lots of people daily crying for a proxy.

I have seen that, sometimes its not even possible to load the mail.yahoo.com page with 247 or 245 proxies during daytime. And I have also seen some people downloading at 200 KBps per connection from Internet through-out the day. Its pretty simple funda boss. Total bandwidth is limited. Now if some guyz r downloading at higher speeds then the others must have to share the rest of bandwidth among them, and thats why the public proxies become so slow. There are mainly 8 proxy servers. 10.3.100.211 8080 10.3.100.212 8080 10.3.100.148 8080 144.16.192.218.8080 144.16.192.245 8080 144.16.192.247 8080 144.16.192.217 8080 144.16.192.216 7777 Now first four proxies are accessible from hall during Monday to Friday 5.30 pm to 8 am , and Saturday Sunday 24 hours. 245 & 247 proxies r accessible throughout the day. And 216 and 217 cannot be accessed from hall by normal users. So, if you can access this 216 & 217 proxies, u will have superfast speed. Whats the solution ? The people who has their private proxies, will never stop using them. And since u r using the public proxies, u would never get a good speed. So, start creating private proxies. How to create your own proxies? For that you need an account in any of the department server. In most of the departments, u will get dept login-password from second year onwards. In some department, u will get that from 3rd year onwards.

Suppose your dept server ip is 10.24.1.4 and your account is : Login: rohit Password: rohit12 Download the datapipe.c file from DC++, rename it to test.c and save it in the following directory of ur computer. [guessing that windows is installed in ur C drive] C:\Documents and Settings\Administrator Now open the windows command prompt. You are by default in C:\Documents and Settings\Administrator. Now type the following: ftp 10.24.1.4 then give ur login & password. Now type the following: mput test.c then press ENTER twice. Now type bye to exit from ftp terminal. So you are now back to your C:\Documents and Settings\Administrator. Now type the following: telnet 10.24.1.4 A telnet window will come & prompt for your login & password. Give ur loginpassword. You will get a telnet terminal. Now type: cc test.c then type: ./a.out It will say Usage: ./a.out localhost localport remotehost remoteport Now localhost is ur department ip that is 10.24.1.4 and localport is any random 4 digit or 5 digit number chosen by you. Lets say, u chose 1234 or 54321

Now you need to know the remote proxy address. I have already told that 216 & 217 is not accessible by normal users. So if u datapipe on these two servers u will get the highest speed. In fact 216 is the FASTEST SERVER. So your remotehost will be 144.16.192.216 and remoteport will be 7777 So your command will be: ./a.out 10.24.1.4 1234 144.16.192.216 7777 Now you have successfully created your proxy whose address is 10.24.1.4 and whose port is 1234. Try this in any of ur application and see the speed. Wait wait.the tutorial isnt over yet. Learn to kill your proxy also. For killing your proxy: do the following steps: Type: ps ef | grep a.out

You will get a process number in the left side of your process containing your proxy Let it be 6235 Then type: kill -9 6235

You have successfully killed your proxy.

Potrebbero piacerti anche