On Wed, 12 Nov 2003, Yedidia Klein wrote: > we want to add another router that will be connected to another internet > line and have a part of our internal IPs browsing through this new > connection. > > we could run a second process of squid on the proxy machine, is there > any way to tell squid which gateway to use ??
You can tell Squid which source IP address to use (tcp_outgoing_address) and your OS can then use this information in the routing process to decide which gateway to use. See policy routing in your OS documentation. Regards Henrik
