Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Dec 2004 13:33:36 -0500
From:      Corey Smith <csmith@bonddesk.com>
To:        Darcy Buskermolen <darcy@wavefire.com>
Cc:        freebsd-ipfw@freebsd.org
Subject:   Re: Per flow load balancing
Message-ID:  <1103567616.35576.143.camel@localhost>
In-Reply-To: <200412171431.12983.darcy@wavefire.com>
References:  <1103315143.35576.127.camel@localhost> <200412171431.12983.darcy@wavefire.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 2004-12-17 at 14:31 -0800, Darcy Buskermolen wrote:
> Yes you can do this through the use of keep-state/check-state
> 

I'm trying a rule base like:

00005	check-state
00006	allow udp from any to any
00007	allow icmp from any to any
00010	reject tcp from any to any established
00015	prob 0.5 fwd tun1peerip tcp from any to any \
	recv bge0 xmit tun0 setup keep-state
00020	allow tcp from any to any setup keep-state
65535	allow ip from any to any

Unfortunately no connections ever match rule 15.  Any way you can show
me an example of using keep-state/check-state for per flow load
balancing?

-Corey Smith



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1103567616.35576.143.camel>