Amos Jeffries wrote:
hi dear
i install a linux and squid as proxy .
the users set proxy setting in his I.E
but i have some site in my network that i want the users connect to this
sites with his IP ADDRESS not With Squid ip address.
in iis log for sites i have only squid ip not ip of users. i wanted logged
to iis log the ip of users.
Three solutions to this: (in order of simplicity)
1) configure bypass directly into the browser. By the time the request
hits squid its too late to change.
2) look at squid logs for those site accesses as well as IIS logs.
2.5) http://www.google.com/search?hl=en&q=IIS+X-Forwarded-For&btnG=Search
3) configure browsers automatically with a PAC file that does #2.
Amos
Chris
P.S. I know, and I know that Amos knows, but I don't know if the
original requester knows, the PAC file would do #1...