tc qdisc add dev eth0 root handle 1: cbq avpkt 1000 bandwidth 100mbit
tc class add dev eth0 parent 1: classid 1:1 cbq rate 256kbit allot 1500 prio 5 bounded isolated
tc filter add dev eth0 parent 1: protocol ip prio 16 u32 match ip sport 80 0xffff flowid 1:1
Translation: the web server part of Navi is now limited to 256kbps, leaving a decent amount of bandwidth open for the family to use even when Filespace is under heavy load.
w00tw00t. Now to figure out where to put those commands so they'll stick...