Re: [LARTC] htb problem

2003-06-14 Thread terahz
Hey I hve the same problem. My packets are marked, my classes are OK my filters are set OK and all packets are passing through the root class!! I think that this is a big problem. A know 1 more person that has the same problem! --- изпратено от mail.bG Силна Анти-спам защита 12MB

[LARTC] HTB Question...

2003-06-05 Thread TeraHz
htb script: #!/bin/bash tc qdisc del dev eth1 root handle 1: tc qdisc add dev eth1 root handle 1: htb default 12 tc class add dev eth1 parent 1: classid 1:1 htb rate 48kbps ceil 48kbps tc class add dev eth1 parent 1:1 classid 1:10 htb rate 4kbps ceil 48kbps tc class add dev eth1 parent 1:1 classid

[LARTC] HTB default 12 ?

2003-06-04 Thread TeraHz
I've found that when the value in: tc qdisc add dev eth1 root handle 1: default 12 -> is 12 some of the packets are massing through class 1:12 and other through 1:1 if this value is 25 for example in the tc -s -d class show dev eth1 there are 0 packets sent from ALL CLASSES!!! why is that? I'm

[LARTC] HTB question (problem with tc filter + NAT)

2003-06-02 Thread TeraHz
I wan to share internet to these 12 PCs. But my traffic control is not working. I'm using IP Masquerading to route internet to the LAN eth0 - LAN interface eth1 - Internet interface this is my firs htb script: #!/bin/bash tc qdisc del dev eth1 root handle 1: tc qdisc add dev eth1 root handle 1: