I'm trying to set up a SQUID server on Ubuntu to anonymize all HTTP traffic.

The goal is to hide the source IP make all the requests appear to be generated from the SQUID porxy.

I tried with the deafult configuartion but is not working as expected. How should I edit the squid.conf file?

Thanks

link|improve this question

75% accept rate
1  
Can you be more specific about 'not working as expected'? – Zoredache Oct 1 '09 at 16:28
feedback

1 Answer

up vote 1 down vote accepted

Most likely, your problem is with the X-Forwarded-For: header that Squid inserts in the outgoing request. To remove it, use forwarded_for directive as described here:

http://www.squid-cache.org/Doc/config/forwarded%5Ffor/

link|improve this answer
+1 that is definitely the case. – sybreon Oct 2 '09 at 0:52
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.