Hello,

I am using Squid Version 3.0-PRE3-CVS

Does anyone know what could cause 'r->client_addr' in redirect.cc to
evaluate to the gateway address of the machine that Squid is running on
even for people coming in from outside the machine?

That is, when Squid calls the redirector (squidGuard), the client
address is always the same (209.145.210.129), i.e., the gateway address
of the Squid host box.

I assume that client_addr comes from:

r->client_addr = conn.getRaw() != NULL ? conn->log_addr : no_addr;

in the redirectStart function in redirect.cc.

Could the problem have to do with how I have NAT setup, or something to
do with the nameserver?

Thanks,

Murrah Boswell

Reply via email to