Linux Server Hack - How to Limit Bandwidth with Linux, TC, and iproute2!
...limiting bandwidth. I believe this one if more complicated but if you need it, it might be greatly helpful
Heres the code via Adamsinfo.com
Set some variables
bin/bash
EXT IFACE=eth0
INT IFACE=eth1
TC=tc
UNITS=kbit
LINE=10000 #maximum ext link speed
LIMIT=5000 #maximum that well allow
Set some variables for individual classes that well use...
