On ons, 2007-07-25 at 11:02 +1000, Danny Gluch wrote: > What I want to do is use squid to route any requests to a particular > domain through a different gateway to everything else. If the domain > only had a single IP address I could easily do this by adding a static > route, but what about sites that have multiple subdomains running on > different IP ranges? For this you use tcp_outgoing_address combined with policy routing in your OS to route the traffic to the right gateway based on the source IP set by Squid. Regards Henrik