PDA

View Full Version : Force proxy


frodemt
March 3rd, 2008, 10:40 AM
I want to have one bastion server in my network. How do I force all users to use that proxy without them chaning any settings on their computer?

twistedtwig
March 3rd, 2008, 12:21 PM
as far as I understand it (which is limited) I think you need to redirect all the traffic through the proxy server.

So for squid (HTTP) you would redirect port 80 to go to port 3128.

I hope that might help, sorry I can not give a better answer

astrotech226
March 3rd, 2008, 03:03 PM
Set the server up as a transparent proxy and you won't have to do anything to the clients.

frodemt
March 4th, 2008, 06:15 AM
Set the server up as a transparent proxy and you won't have to do anything to the clients.

How to do that?

frodemt
March 4th, 2008, 06:23 AM
Never mind. I googled around ;)