Ok thanks! Im doing some testing using this: http://devel.squid-cache.org/tosaddracl/example.html But it doesnt work, it gives me timeouts! I got many questions... like... ---->tcp_outgoing_address 192.168.0.1 someacl ( src acl) What does this rule do? im guessing: opens the connection from hosts listed on someacl to any website like if it was coming from 192.168.0.1? well i added that ip address to one of the interfaces and in http_port too What am i doing wrong? On 9/19/06, Henrik Nordstrom <henrik@xxxxxxxxxxxxxxxxxxx> wrote:
tis 2006-09-19 klockan 10:52 -0600 skrev sOngUs: > Hello guys!! I got a linux server with two WAN interfaces to two > different ISP's and im using SQUID to cache and filter some things to > the users... is there a way i can select wich route to squid take to > go to the internet? Squid doesn't do routing (that's a property of your TCP/IP kernel in the OS). But it can select different source addresses depending on the request which fits nicely in policy routing. See tcp_outgoing_address. Regards Henrik