[LARTC] bypassing qdisc for some traffic
Daniel Musketa
Daniel at musketa.de
Wed Nov 15 16:43:10 CET 2006
> Problem: I don't want to limit traffic from eth1 to
> eth2. Is there a clean way to bypass the qdisc for
> certain kind of traffic (all traffic from eth1)?
You can create a 100mbit root class 1: rate 100mbit default 11, containing two
subclasses: 1:10 rate 2mbit and 1:11 rate 98mbit ceil 100mbit. Use iptables
to mark all traffic coming from eth0 to go to 1:10 ...
Daniel
More information about the LARTC
mailing list