View Full Version : Setting Up Proxy in Ubuntu
ExMachina
July 10th, 2006, 03:11 PM
How do i do it?
My school has a horrible firewall. Block 80% of thr LEGIT stuff.. I need to do reseacha dn i cant. So I want to install Ubuntu proxy at home and do a HTML page to use it. How do i go about this?
I have no worrie abotu bandwidth.
Any tips?
lamego
July 10th, 2006, 04:00 PM
You could install squid, there is a nice doc on how to install/configure squid (https://help.ubuntu.com/community/SquidGuard) on the wiki .
lawngn0mex
July 10th, 2006, 04:08 PM
If you can ssh to your box from school you can install tinyproxy on your machine at home. Set it up to listen on 127.0.0.1 port 8888. The config file should be in /etc/tinyproxy/tinyproxy.conf
from there, you can just make an ssh tunnel..
ssh -L 8888:localhost:8888 -N -l user ip
Then just go into your browser preferences and setup a proxy connection as localhost port 8888
You can be really slick and generate private keys on your remote computer (if it's YOUR computer i.e. laptop)
ssh-keygen -t rsa
then just put the contents of id_rsa.pub from your remote computer into ~/.ssh/authorized_keys on the machine you'll be sshing to. ;) That'll let you background the ssh tunnel by trailing it with an &
houstonbofh
July 10th, 2006, 09:48 PM
If you SSH in with an Xserver running on your client, you can just run firefox on your home system and display locally.
vBulletin® v3.8.1, Copyright ©2000-2009, Jelsoft Enterprises Ltd.