Hello all,
Is it possible to do per-host queueing with OpenBSD ?
Now I have something like this :
altq on dc0 bandwidth 1Mb hfsc queue { employees }
queue employees bandwidth 15% hfsc (default upperlimit 15%)
pass in on dc0 inet proto tcp from 172.16.0.0/24 to any port 80 \
queue employees
I'd like to have 172.16.0.1 having max.150Kb, the same for 172.16.0.2,
same for .3, etc. in the limit of 1Mb as a total.
In my case, each host of 172.16.0.0/24 share the same amount of
bandwidth : 150Kb resulting in a real slow down if only 4 hosts are
connected. Even if more than 150*4Kb are available.
Is it possible without setting one sub-queue for each host ?
It could save me a looot of (and much more) work ;-)
Thank you in advance,
Denis