Hi,

Can anyone tell me it its possible to establish a group/table of queues and
assign each queue to 1 ip with an outbound rule without needing a rule for
each ip and respective queue?  All I'm really looking for is a way to
guarantee a minimum bandwidth to each client on our network instead of using
a few queues for different types of traffic.  Any docs or links would be
great.  I've looked through the pf users guide and the pf, altq man pages.
We do plan to use RED.

Can I / How do I compact a series of rules like this?
pass out on int from xxxx to userA queue user1
pass out on int from xxxx to userB queue user2
...
pass out on int from xxxx to userC queue userA
...
pass out on int from xxxx to userFF queue userFF

To something more compact like this for the max amount of queues supported?
pass out on int from xxxx to {any of these users} queue {the queue thats
magically assigned to $user}


Is there a different shaping utility that would work better for what we need
to do?

-- 
Joe

Reply via email to