We use the tcp_outgoing_address feature extensively. Properly configured
(acls and all), this is an invaluable tool!
Regards
HASSAN
----- Original Message -----
From: "Amos Jeffries" <squid3@xxxxxxxxxxxxx>
To: "Roberto Salazar M." <rcsalazar77@xxxxxxxxxxx>
Cc: "Lista Squid" <squid-users@xxxxxxxxxxxxxxx>
Sent: Thursday, May 07, 2009 05:53
Subject: Re: Multiples real IP's address for tramsparent proxy
>
Regards,
I'm sorry my english....
I have several real ip' s in my card of network, everyone handle a lan
network with static nat(example 192.168.0.0/24 -> 64.46.64.253,
192.168.1.0/24 -> 64.46.64.254, etc) , but when I do transparent proxy,
all networks they use only primary ip network (example:
192.168.0.0/24,192.168.1.0/24 -> 64.46.64.253). How I can do handle an
real IP for each lan network?
First consider:
Does it really matter that much?
Then consider tcp_outgoing_address and other *_outgoing_address settings.
These add problems about manually configuring the routing details with
every network change, and possible routing misconfigurations only
affecting Squid. So don't use lightly.
Amos