Re: round robin routing - how?

2003-01-20 Thread Tillman
On Mon, Jan 20, 2003 at 09:53:18AM +, Rob O'Donnell wrote: > Is it possible under FreeBSD to set up some sort of round-robin router - I > have another hardware ADSL router available, and am not adverse to sticking > a couple more network cards in the FreeBSD box if necessary - what I was > e

RE: round robin routing - how?

2003-01-20 Thread Michael Ritchie
I have something similar working with a Squid cache performing the load balancing. Just set it up to have two upstream caches, then set two static routes - one that says traffic to upstream cache 'A' goes through the first adsl link, and cache 'B' should pass through the other. Seems to work ok f