Ankur Prakash schrieb:
Is there anyway to force users behind a gateway to use the
squid-proxy? What is the typical deployment like?
Thanks,
Ankur
a) Block port 80 with a firewall on the gateway for ordinary machines,
leaving only the proxy machine and maybe other special cases open.
Tell everybody to use the proxy on the machine/port you published.
b) use transparent proxying, i.e. make squid listen to port 80. This has
limitations, for example you cannot use authentication on the proxy. You
can find details for b) in the docs.
Yours,
Jakob Curdes