I'm trying to configure squid in order to have 30 differents anonymous proxies with differents ips protected by username/password.

Here is my config file : http://pastebin.com/0nYX7kR7

Right now this is half-working, I removed username/password lines in order to avoid errors.

When I try to make a request using a random proxy, the request returns no response.

However when I inspect my logs files, I see some strange things.

/var/log/squid3/access.log save my request like this

1328115326.408 173 178.32.145.1 TCP_MISS/200 287 GET http://squabbel.com/ipxx.php - DIRECT/66.197.171.23 text/html

and /var/log/squid3/store.log save my request like this

1328115326.408 RELEASE -1 FFFFFFFF 340AB813588079C4C0A04DED23C15E58 200 1328114098 -1 -1 text/html 12/12 GET http://squabbel.com/ipxx.php

So it seems that my request is saved, but not returned to user also please note that squidclient http://squabbel.com/ipxx.php returns 178.32.145.1 which is not a proxy ip

This is very strange. Any ideas?

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.