Re: [squid-users] squid with muliwan

From: Marcello Romani <mromani_at_ottotecnica.com>
Date: Mon, 21 Oct 2013 09:47:59 +0200

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
Received on Mon Oct 21 2013 - 07:48:03 MDT

This archive was generated by hypermail 2.2.0 : Mon Oct 21 2013 - 12:00:06 MDT