"ali" <(E-Mail Removed)> écrivait news:1121529355.547467.305510
@f14g2000cwb.googlegroups.com:
> I am trying to have a setup where I am running squid on rh9 but my
> gateway is doze1.
> Is it possible for dozeN to access internet using
> squid when the rh9 is not the gateway?
Yes, the server that host the proxy must have doze1 as its gateway. Then
squid will make its request throw the gateway.
> Currently I cannot even access
> internet through rh9 using squid (on a dialup) but I can access it if I
> disable the proxy.
Can you access Internet from rh9 (without the proxy) ?
If no, you have to set the gateway of rh9 (gateway=doze1).
If yes, does your doze1 route all internet trafic ? (mail, ftp, ...) or
only the web trafic ? In the last case it means that doze1 runs a web
proxy autodected by your Explorer browser. You may set squid to relay its
request on another proxy (doze1 in thhis case).
> How do I configure squid to work with the satellite proxy?
Wich satellite proxy ? on doze1 ? in your ISP network ?
You must define a peer proxy in the squid configuration.
> I want the users to be able to access other non-http apps to bypass
> squid, does that happen by default or do I have to do something else?
Squid only manager web proxying (http, https). So other applicaitons are
not concerned by squid.
http://www.squid-cache.org/
http://tldp.org
Regards