On Monday 27 January 2003 01.25, PeterKorman wrote: > My apologies for late arrival on this thread. > suppose the SQUID server has a public IP > address that is running NAT to pipe traffic > on and off of the internet transparently for > the web server but the webserver has > 192.168.x.y. a private ip address. > Such are the tangled gossamer threads we > weave. Is there still a way to make it work?
Yes. Just make sure you do not NAT the requests direcly in to the private address. The requests should be accepted by Squid running on the public address, and then proxied in to the private address. Regards Henrik
