-
Notifications
You must be signed in to change notification settings - Fork 331
Setting proxy server on your friends router
What we need to have our FREE proxy?
- router with possibility to install alternative firmware such as Tomato, DD-WRT, etc. owned by yor friends, neigbours, parents, girlfriend('s) :}
- ISP with permanent, public IP ( it can be dynamic but can't be changed to often, for example mine IP can be changed after 6 months, but it doesn't have to)
- Proxifier
- 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
After you download file you have 4 more steps to do :
- Log in to your router in your browser. The default URL is http://192.168.1.1/.
- Click the Administration tab, then Firmware Upgrade.
- Select and upload the correct firmware for your router.
- Tak a break and wait for about 2 minutes while the firmware is uploaded & flashed.
Enjoy Tomato
Now we will install srelay to run our proxy
- Go to Administration/JFFS2 and enable jffs filesystem on your router
- Unzip the file "srelay" and copy it to /jffs directory on your router
- Execute:
cd /jffs
chown root:root ./srelay
chmod 755 ./srelay - 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
Now it's just a piece of cake.In your diablo folder copy "game.exe" to "game1.exe". Run proxifier and add proxy server port number depends on what you set. in this example it's 2020
Now you need to add some rules