Describe TrafficShaping here.
http://www.kabelverhau.ch/elwms/de_shaping.php
http://luxik.cdi.cz/~devik/qos/htb
http://www.tldp.org/HOWTO/ADSL-Bandwidth-Management-HOWTO/implementation.html#AEN161
http://www.tldp.org/HOWTO/ADSL-Bandwidth-Management-HOWTO/implementation.html#AEN161
http://www.tldp.org/HOWTO/Adv-Routing-HOWTO/index.html
http://monkey.org/~marius/pages/?page=trickle
http://www.tldp.org/HOWTO/ADSL-Bandwidth-Management-HOWTO/intro.html#EMAILLIST
http://freshmeat.net/projects/wshaper/
http://www.tldp.org/HOWTO/ADSL-Bandwidth-Management-HOWTO/how-it-works.html#AEN126
Wetter mal aufräumen
http://www.wetteronline.de/cgi-bin/regframe?3&LANG=de&PLZ=06886&PLZN=Lutherstadt%20Wittenberg&PRG=citybild
http://www.wetter.com/v2/?SID=&LANG=DE&LOC=7000&LOCFROM=0202&type=WMO&id=397
http://luxik.cdi.cz/~devik/qos/htb/manual/userg.ht
1kbps=8kbit. Don't forget it !
http://luxik.cdi.cz/~devik/qos/htb/manual/userg.htm
http://luxik.cdi.cz/~devik/qos/htb/htbfaq.htm
what you can do is create classes that routes the traffic to each interface according to the limits you've set out.
http://luxik.cdi.cz/~devik/qos/ethloop/
tc qdisc add dev eth0 root handle 1: htb rate 1mbit (eg) tc qdisc add dev eth1 root handle 1:10 htb rate 128kbit tc qdics add dev eth2 root handle 1:20 htb rate 256kbit tc qdics add dev eth3 root handle 1:30 htb rate 128kbit tc qdics add dev eth4 root handle 1:40 htb rate 320kbit > Since you're using shorewall(since you are the one who introduced it to me), just integrate them into the tcstart file. > Also, should I use your commands here as a guide or can I > actually try them? Yeah.. I would think you _can_ actually use those commands. Try them out.
> Where can I find more docs (other than the LARTC guide) > to go deeper into this? let's see.. http://bubba.org/?option=software/cbq http://luxik.cdi.cz/~devik/qos/htb/manual/userg.htm http://fury.rupture.net/shaping/ http://www.opalsoft.net/qos/DS.htm http://www.digriz.org.uk/jdg-qos-script/index.html#qos-2.6 http://luxik.cdi.cz/~devik/qos/htb/manual/theory.htm http://qos.ittc.ukans.edu/
Linux/Netzwerk/TrafficShaping (last edited 2009-06-01 17:40:31 by DetlevLengsfeld)