Is it possible to have more than one traffic shaper on each computer? Also, has anyone written init scripts for the shaper? I wrote one, but it is very hackish. :( If no one has some good scripts, I will modify /etc/rc.d/init.d/network to support ifcfg-shaper0, and if I can have more than one shaper ifcfg-shaper* :) The shaper itself seems a bit hackish (no offense, I couldn't have done it at all) Wouldn't it be better if it was an option for the routes instead of an interface? ;) Instead of: shapecfg attach shaper0 eth0 shapecfg speed shaper0 128000 ifcfg shaper0 192.168.0.1 netmask 255.255.255.0 route add 192.168.0.2 dev shaper0 route add -net 192.168.1.0/24 gw 192.168.0.2 Just: route add -net 192.168.1.0/24 gw 192.168.0.2 bw 128k or something like that :)) -- Ivan Jager -- To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null