LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Squid configuration issue (https://www.linuxquestions.org/questions/linux-server-73/squid-configuration-issue-926962/)

Number34 02-01-2012 11:16 AM

Squid configuration issue
 
Hi

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
Code:

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
Code:

1328115326.408 RELEASE -1 FFFFFFFF 340AB813588079C4C0A04DED23C15E58  200 1328114098        -1        -1 text/html 12/12 GET http://squabbel.com/ipxx.php
Which seems to mean that my request is successfuly done.
Note that
Code:

squidclient http://squabbel.com/ipxx.php
returns my saved request (but with incorrect ip ! the ip used is not one of those reserved for squid)

This is getting me mad.
Please any help is appreciated


All times are GMT -5. The time now is 02:54 PM.