> -----Original Message-----
> From: [email protected] [mailto:[email protected]] On Behalf
Of
> Stuart Henderson
> Sent: Sunday, January 17, 2010 6:20 AM
> To: mashenko shenua
> Cc: [email protected]
> Subject: Re: Round-robin + Squid + 3 ISP
>
> On 2010/01/16 22:00, mashenko shenua wrote:
> > Can you try it??. Some people tell me I can't use Squid with
> > round-robin.. I see this for pfsense :
> >
> > http://forum.pfsense.org/index.php?topic=7591.msg42943
> >
..
>
> Thinking about it some more, perhaps this isn't possible with old
> PF where nat was handled separately from filter rules; you might need
> -current to do this...
I think I have seen references to using,
nat on $ext1 from "self" to any -> ($ext1)
nat on $ext1 from $internal_net to any -> ($ext1)
nat on $ext2 from "self" to any -> ($ext2)
nat on $ext2 from $internal_net to any -> ($ext2)
To guarantee correct outbound addressing. IMHO, this is something that
Squid should handle...
-Steve S.