On Wed, Nov 05, 2008 at 01:02:33PM +1100, Mikel Lindsaar wrote:
> After reading http://www.openbsd.org/faq/faq6.html it looks that equal cost
> routing will not do what I want as it looks like each destination is mapped
> to one possible route out of a pool, which I believe means I'll only ever
> get 2mb/s per VOIP peer I connect to.

AFAIK it's done by a hash from the source and destination pair. So, it
depends on if you have multiple sources. But what do I know, I didn't
read the source...

> The other option I believe would be using PF to round robin the packets on
> both destinations using route-to rules.  Would this work?

Why wouldn't it?

> At the ISP end we will be terminating into the back of a CISCO.  The ISP is
> willing to work out what we need to make it work.

> I'm really trying to avoid having to buy an 1841.  Don't have the budget or
> inclination to spend that much money for a little green box when I think my
> OpenBSD box can handle it.
 
If you have two ethernets and you want to round-robin, trunk(4) might
work too.

-- 
Jussi Peltola

Reply via email to