Public domain
cd /usr/src/
wget http://kent.dl.sourceforge.net/sourceforge/bandwidthd/bandwidthd-2.0.1.tgz
tar -zxvf bandwidthd-2.0.1.tgz
cd /usr/src/bandwidthd-2.0.1
./configure
make install
subnet 192.168.1.0/24
dev "eth0"
output_cdf true
recover_cdf true
00 0 * * * /bin/kill -HUP `cat /var/run/bandwidthd.pid`
/usr/local/bandwidthd/bandwidthd
ln -s /usr/local/bandwidthd/htdocs /var/www/htdocs/bandwidthd
BY: Pejman Moghadam
TAG: bandwidthd
DATE: 2009-04-25 00:19:40