You are not logged in.

#1 2008-09-14 22:52:18

ybotspawn
Member
From: Oz
Registered: 2008-04-06
Posts: 140

Proxy Server?

Does anyone have any recommendation for a proxy server?  I'm building an archlinux environment for my usb drive and I wanted to be able to connect to my home network, as a proxy server.

Thansk!


"As long as people are going to call you a lunatic anyway,
why not get the benefit of it? It liberates you from convention. "

Offline

#2 2008-09-15 01:16:18

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,224
Website

Re: Proxy Server?

I don't quite understand what you're trying to achieve... You want to run a proxy at home then connect to the internet via that proxy when you're away from home and using your USB drive?

"Squid" is a common proxy server daemon.

Offline

#3 2008-09-15 03:40:00

ybotspawn
Member
From: Oz
Registered: 2008-04-06
Posts: 140

Re: Proxy Server?

Yes, I want to have a live installatin on my thumb drive, but be able to connect to certain 'work restricted' websites.  The problem with this is many of the proxy servers out there, my work already has blocked.  So I want to make my home server (arch) a proxy server for just me.  Savvy?

Matt


"As long as people are going to call you a lunatic anyway,
why not get the benefit of it? It liberates you from convention. "

Offline

#4 2008-09-15 07:23:23

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,224
Website

Re: Proxy Server?

Yes - makes sense (even though if you were in my network I'd kick yur butt tongue)

Squid is what you want. You'll need to use iptables (or other firewall) to limit the incoming connections to your proxy to only be from your work's IP address, otherwise you'll be running an open proxy which is just asking for trouble.

http://wiki.archlinux.org/index.php/Squid

Last edited by fukawi2 (2008-09-15 07:23:54)

Offline

#5 2008-09-17 03:42:39

Ruckus
Member
Registered: 2007-02-17
Posts: 204

Re: Proxy Server?

I just use SSH tunneling.

Offline

#6 2008-09-17 06:47:52

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,224
Website

Re: Proxy Server?

Ruckus wrote:

I just use SSH tunneling.

Setting up a new tunnel for each destination is a pain in the butt. And even more of a pain for websites on shared servers and serve Virtual Hosts.

Offline

#7 2008-09-17 09:04:16

Ruckus
Member
Registered: 2007-02-17
Posts: 204

Re: Proxy Server?

fukawi2 wrote:
Ruckus wrote:

I just use SSH tunneling.

Setting up a new tunnel for each destination is a pain in the butt. And even more of a pain for websites on shared servers and serve Virtual Hosts.

Use dynamic tunneling or what ever, you just set firefox to use a socks five proxy at localhost:port, and then it does dns and everything through the tunnel. See here: http://wiki.freaks-unidos.net/weblogs/a … ssh-tunnel

Offline

#8 2008-09-18 06:28:27

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,224
Website

Re: Proxy Server?

That is cool. I didn't know that - thanks big_smile

ybotspawn - that seems like a much simpler solution!

Offline

#9 2008-09-18 13:13:25

Ruckus
Member
Registered: 2007-02-17
Posts: 204

Re: Proxy Server?

fukawi2 wrote:

That is cool. I didn't know that - thanks big_smile

ybotspawn - that seems like a much simpler solution!

FYI, im not sure of you particular setup, but what I have is an array of portable programs installed onto my flash drive at like

78300abb59772524c2f6f0262ca74868.png
A hidden folder named Applications, (it's hidden under windows, i need this setup for while im on a random windows PC). Install each portable application inside of the Applications folder in it's own sub folder, then create shortcuts and put them in the PortableWin32 folder. You have to be sure to edit the shortcut of each windows shortcut and make the "Start In" folder empty, but leave the target alone, that way if you plug the USB stick into another windows computer, and it gets assigned a different drive letter, it will still find the target exe. I tunnell all Firefox and Pidgin traffic over my dreamhost.com account (I don't think they track SSH bw usage), and from home I tunnel samba off of my private dev server to my PC at work so I can work on any side projects while I'm goofing off. (I'm a clerk in a an adult book/video store). Also, while at work, when someone uses a creditcard to pay for an Item, the business DSL gets kicked offline for about 30 seconds, so I ended up getting a modified putty that reconnects on disconnect and using SSH keys so it re-connects for me automatically.

SSH is a really powerfull tool.

Offline

#10 2008-09-26 13:27:07

ybotspawn
Member
From: Oz
Registered: 2008-04-06
Posts: 140

Re: Proxy Server?

Wow, cool ideas, I'll have to give implementing these a go next week, thanks guys!


"As long as people are going to call you a lunatic anyway,
why not get the benefit of it? It liberates you from convention. "

Offline

Board footer

Powered by FluxBB