RE: Source Tracking in PF

2003-12-15 Thread Dom De Vitto
] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ryan McBride Sent: Monday, December 15, 2003 12:24 AM To: [EMAIL PROTECTED] Subject: Source Tracking in PF I just committed code which adds support

Re: Source Tracking in PF

2003-12-15 Thread Henning Brauer
On Sun, Dec 14, 2003 at 07:29:14PM -0800, Peter Hessler wrote: I was wondering if there was a way to use similar rules with ALTQ. E.G. Evenly split a queue for each source-ip on a /24. Allow each to use unused bandwidth, but guarantee each gets a fair percentage (in this example, each ip

Source Tracking in PF

2003-12-14 Thread Ryan McBride
I just committed code which adds support to track stateful connections by source IP address. This allows a user to: - Ensure that clients get a consistent IP mapping with load-balanced translation/routing rules - Limit the number of simultaneous connections a client can make - Limit the number

Re: Source Tracking in PF

2003-12-14 Thread Peter Hessler
On Mon, 15 Dec 2003 00:23:58 + Ryan McBride [EMAIL PROTECTED] wrote: :I just committed code which adds support to track stateful connections :by source IP address. This allows a user to: :- Ensure that clients get a consistent IP mapping with load-balanced : translation/routing rules :-