Displaying 3 results from an estimated 3 matches for "htbgen".
Did you mean:
  tbgen
  
2007 Jun 01
0
htb-gen 9.0beta (htb frontend with web-frontend for home/small/medium ISPs)
original at: http://www.praga.org.ar/wacko/DevPraga/htbgen
Htb-gen has evolved a lot since it release in feb/2006, but i have no 
time to make a public decent documented and generalized release.
But right now i think that is better to put the stuff here, so others can
enjoy the notorious improvements (and maybe someone whants to help out)
Lets go to the...
2005 Dec 27
0
Yet another htb rules generator
...oncern is: is this a good idea? any future on that? is it a duplicated effort?
Would somebody tell me if it could be of some help? 
I would not like to waste more time on this if it will be of no help.
The code still has vestiges from some earlier unsuccessful tests.
http://www.inexo.com.br/~ethy/htbgen-0.0.0-prealpha.tar.gz
Regards
5 days to go!!
-- 
Ethy H. Brito         /"\
InterNexo Ltda.       \ /  CAMPANHA DA FITA ASCII - CONTRA MAIL HTML
+55 (12) 3941-6860     X   ASCII RIBBON CAMPAIGN - AGAINST HTML MAIL
S.J.Campos - Brasil   / \
2005 Dec 22
2
strange tc filter behavior
...39;'t ''see'' any traffic
(Sent 0 bytes) on classes 1:11 1:12 on imq0. Classes 2:11 and 2:12 on eth2
has its counters increased and seems to make sence.
Any help will be greatly appreciated.
Thaks a lot.
#!/bin/sh
#
# Regras para HTB geradas em Thu Dec 22 11:16:01 2005
#
#
# htbgen version 0.0.1 - 2005/12/16
#
IP=/sbin/ip
TC=/sbin/tc
#
# Rules for input via eth2 (output via imq0)
#
$TC qdisc del dev imq0 root >&/dev/null
$TC qdisc add dev imq0 root handle 1: htb default ffff r2q 1
IPT=/usr/sbin/iptables
RMMOD=/sbin/rmmod
MODPROBE=/sbin/modprobe
$IPT -t mangle -F...