Jason, I think this looks like what I am looking for. I assume the proxy.in.japan is The part that can be replaced by my company's internal domain name, and the Ip-address/netmask in the acl should be replaced by the Proxy box's IP in Japan.
Anyone have any thoughts if stuff will work ?? Thanks Chris -----Original Message----- From: Jason M. Kusar [mailto:[EMAIL PROTECTED]] Sent: 01 February 2003 04:21 To: Chris & Val Bamber; [EMAIL PROTECTED] Subject: Re: [squid-users] Redirecting Squid traffic to another Proxy. How ? hmmm. Never actually done this before, but I believe it is accomplished like this: cache_peer proxy.in.japan sibling 3128 0 no-query acl intranet dst ip-address/netmask cache_peer_access proxy.in.japan allow intranet cache_peer_access proxy.in.japan deny all You could also do the acl by domain name if that is easier. I'd be curious to know if this works. If someone sees an error, please post. Cheers, --Jason ----- Original Message ----- From: "Chris & Val Bamber" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 31, 2003 5:55 PM Subject: [squid-users] Redirecting Squid traffic to another Proxy. How ? > Hi, > > We presently have a Squid 2.5 server and are happy with it. We are now > needing To make our company intranet (based in Japan) available on the > network. This is > Not available through the normal T1 line, but a frame relay link. > > What I would like to do is to have Squid automatically forward > requests specific for Our intranet site to the Proxy box based in > Japan rather than going through the T1. > > We did it in a test environment using a ISA server and Squid Proxy > together. Everyone Pointed to the ISA, and a set of rules were > configured on the ISA to direct the traffic, > Up streaming server I believe ISA called them. > > I am hoping I can do this with two Squid boxes instead, rather than > using the ISA. Buying hardware and software for the ISA is very > expensive, so I want to avoid it if I can. > > I have looked through the squid.conf, but not really sure what I need > to be reading up On. Is it Cache_peer sections, or perhaps > redirectors. If I can merely direct all requests > that match a certain IP range or domain name then I think I will be onto > a winner. > > Thanks in advance. > Chris > > PS After lots of reading on the FAQs I managed to get NTLM > authentication working, a nice feature to have! > >
