Il 21/10/2013 06:57, adamso ha scritto:
Hi guys,

I am using squid with multi wan. I want to forward traffic in each wan
according the lan subnet source or distination.
Eg : traffic for yahoo go to wan1 and others wan2
I try tcp_outgoing_address with virtual interface without succes

Please help me

Thanks



--
View this message in context: 
http://squid-web-proxy-cache.1019090.n4.nabble.com/squid-with-muliwan-tp4662760.html
Sent from the Squid - Users mailing list archive at Nabble.com.


Something like:

acl to_wan_1 dstdomain .yahoo.com

tcp_outgoing_address 192.168.10.1 to_wan_1

# default outgoing addr
# used for requests that don't match any of the previous acls
tcp_outgoing_address 192.168.10.2

--
Marcello Romani

Reply via email to