Skip to content

Setting proxy server on your friends router

drDentist edited this page Feb 28, 2013 · 55 revisions

Here is a little guide on how to easily use FREE proxy to play more than 4 characters in one game

What we need have our FREE proxy?

  1. router with possibility to install alternative firmware such as Tomato, DD-WRT, etc. owned by yor friends, neigbours, parents, girlfriend('s) :}
  2. ISP with permanent ip
  3. Proxifier
  4. Kolbot your best bot system :)

As an example i'll use Linksys WRT-54G router from my work. It's a really good choice, very stable , you configure it once and that's all, you can forget about it.
Firstable we need to upgrade our firmware. I recommend Tomato. Very friendly interface with lot's of possibilities. You can download the latest stable firmware from http://www.polarcloud.com/tomato

BE CAREFUL and DOWNLOAD appropriate firmware! It must be compatible with your ROUTER!

After you download file you have 4 more steps to do :

  1. Log in to your router in your browser. The default URL is http://192.168.1.1/.
  2. Click the Administration tab, then Firmware Upgrade.
  3. Select and upload the correct firmware for your router.
  4. Tak a break and wait for about 2 minutes while the firmware is uploaded & flashed.

Enjoy Tomato

TOMATO

Now we will install srelay to run our proxy

  1. Go to Administration/JFFS2 and enable jffs filesystem on your router
  2. Unzip the file "srelay" and copy it to /jffs directory on your router
  3. Execute:
    cd /jffs
    chown root:root ./srelay
    chmod 755 ./srelay
  4. Through the Tomato's UI add the following lines in Administration->Scripts-> Firewall

/jffs/srelay -c /etc/srelay.conf -i :2020 -a n -t
iptables -I INPUT -i vlan1 -s xx.xxx.xx.xx/32 -p tcp --dport 2020 -j ACCEPT

**where xx.xxx.xx.xx is ip of YOUR computer that you use for KOLBOT **

**!!!It's for your protection that only you can access your proxy!!! **

TOMATO1