Hi, I had that option allready configured, and idd you will notice the X-forwarded header with the ip of the client. But whenever you surf to a website like www.showip.com, it will still say you surf from the ip of the proxy server, instead of your client ip. I even did a quick test on the nifty "shields up" page from grc. And also this one started scanning my proxy server, instead of my client.
A nice tip, but still not exactly what i need ;) Greetings Daan -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 11 May 2004 17:04 To: Daan Kerkhofs Cc: '[EMAIL PROTECTED]' Subject: [squid-users] R�f. : Squid possibilities and config Your proxy is acting as a client for your user, it's normal that the final server sees only the proxy's IP as the user never reach himself the server. But the client's IP is available in the http headers as the X-Forwarded-For field. You need to set forwarded_for on in your squid.conf to enable it --- St�phane Davy - Consultant Alc�ve Daan Kerkhofs <[EMAIL PROTECTED] Pour : "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> > cc : Objet : [squid-users] Squid possibilities and config 11/05/2004 14:58 > Hey Guys, > > I'm having the following problem here. I want to install a proxy server > for my users. > All users have public ip adresses, so there is no NAT involved here. > The user must be able to choose if he wants to use the proxy server or not > (by adding it to his internet explorer or whatever), so he has to be able > to surf with AND without the proxy server. > So far this all worked for me, but here is the catch. Whenever the use > decides to server with the proxy server enable, he surfs to all pages with > the ip of the proxy server, instead of his own ip. > How can I config squid so that the user visits pages with his own ip > instead of the proxy's ip when he has the proxy enabled in his browser. > Because letting users surf with a hidden ip is begging for abuse ;) > > Thanks a lot > Daan
