Re: [LARTC] limit bandwidth per host question

2007-05-11 Thread Andy Furniss
Andy Furniss wrote: tc class add dev eth2 parent 1:0 classid 1:2 htb rate 255kbit burst 255kbit Burst is a good idea Actually you need to specify burst and cburst for it to work and I suppose the law doesn't stop you being more generous than 255kbit - I just tried 100k (= 100k byte) and b

Re: [LARTC] limit bandwidth per host question

2007-05-11 Thread Andy Furniss
Andy Furniss wrote: tc class add dev eth2 parent 1:0 classid 1:2 htb rate 255kbit burst 255kbit Burst is a good idea Actually you need to specify burst and cburst for it to work and I suppose the law doesn't stop you being more generous than 255kbit - I just tried 100k (= 100k byte) and bro

Re: [LARTC] limit bandwidth per host question

2007-05-09 Thread Andy Furniss
[EMAIL PROTECTED] wrote: EHLO tc gurus. New to traffic control. Unfortunately, the politicians here in Denmark have decided that a PC is the same as a television set - so anyone owning a PC and internet connection of over 255 kbit/s must pay DKR 2200/year = EUR 300 = USD 400 in television lic

RE: [LARTC] limit bandwidth per host question

2007-05-09 Thread Etienne Carriere
Hi, May be you should check HTB and its 'ceil' param which can limit bandwith to an upper bound. Refers to HTB user guide section "4. Ceiling" http://luxik.cdi.cz/~devik/qos/htb/manual/userg.htm#ceiling etienne [EMAIL PROTECTED] wrote: (Sent by: [EMAIL PROTECTED] 08/05/2007 03:51) > EHLO

Re: [LARTC] limit bandwidth per host question

2007-05-08 Thread nic-lartc
If you mean BrazilFW? http://www.brazilfw.com.br this is not an option - we have a well functioning firewall with 4 interfaces, VPN, logging, an advanced quota system etc. We do not want a micro-floppy distro - just need to add traffic control to the existing Debian box. Nicolas hareram wrote