-
Notifications
You must be signed in to change notification settings - Fork 331
Setting proxy server on your friends router
drDentist edited this page Feb 28, 2013
·
55 revisions
What we need 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 ip
- 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