Re: [squid-users] tcp_outgoing_address Not working

From: Nyamul Hassan <mnhassan_at_usa.net>
Date: Fri, 22 May 2009 03:59:04 +0600

I think your "acl" lines are wrong. They should read:

acl ip1 src 10.0.0.120
acl ip2 src 10.0.0.121
acl ip3 src 10.0.0.122

Regards
HASSAN

----- Original Message -----
From: "Chris Robertson" <crobertson_at_gci.net>
To: <squid-users_at_squid-cache.org>
Sent: Wednesday, May 20, 2009 02:59
Subject: Re: [squid-users] tcp_outgoing_address Not working

> RSCL Mumbai wrote:
>> Hi,
>>
>> I have setup "tcp_outgoing_address" as follows:
>>
>> -----------
>> acl ip1 myip 10.0.0.120
>> acl ip2 myip 10.0.0.121
>> acl ip3 myip 10.0.0.122
>> tcp_outgoing_address 10.0.0.120 ip1
>> tcp_outgoing_address 10.0.0.121 ip2
>> tcp_outgoing_address 10.0.0.122 ip3
>> ----------
>>
>> I have route2 rules which will change the g/w IP for the packets based
>> on the above rules.
>> Example: if SRC=10.0.0.120 then G/w=10.0.0.1 etc
>>
>>
>> tcp_outgoing_address does not seem to be working;
>
> Have you set "server_persistent_connections off"?
>
>> How can I verify is the SOURCE_IP is manitained ?
>>
>
> The manager interface will show IPs and port (both client and server)
> for current client connections.
>
>> ELSE:
>> Where else should I check to learn why the SRC IP is not maintained.
>>
>> Please help.
>>
>> Thx
>> Vai
>>
>
> Chris
>
Received on Thu May 21 2009 - 21:59:28 MDT

This archive was generated by hypermail 2.2.0 : Fri May 22 2009 - 12:00:01 MDT