Hi to all!
I'm studying qdisc prio but I have some problems.

I want to create 3 queue (3 bands prio), each one associated to a
workstation.

I mark (with iptables) packets using workstation mac address and then send
all packets in a particular queue.

qdisc prio with handle 10: (default priomap)

WS1 -> queue  10:1
WS2 -> queue  10:2
WS3 -> queue  10:3

I set it correctly (with no problem), but if WS1, WS2 and WS3 generate the
same traffic (same protocol) at the same time, bandwidth is equally
divided (priority is not applied).

If WS1 generate traffic with scp tool and WS2 generate traffic with ssh
(interactive), priority is correctly applied.

is there a way to configure qdisc prio so that all traffic generated by a
ws has a fixed priority (not depending on tos, protocol used,...) ?

Very thanks,
Fabio

_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

Reply via email to