On Tue, Nov 12, 2002 at 10:57:09AM -0759, David Thiel wrote: > I've done some looking, but I can't seem to find a way to emulate > the behavior of iproute2 under a *bsd based system. Is there some > way I can achieve equivalent functionality with a pf-based firewall, > or with some additional routing tricks?
You can do simple forms of source based routing (or routing based on other packet fields) with pf using route-to/reply-to, but stock OpenBSD doesn't support multipath routing yet. There are patches on kame.net that allow you to add multiple default routes. But there's no load-balanced multipath routing yet at all, I'm afraid. Daniel
