Displaying 11 results from an estimated 11 matches for "classess".
Did you mean:
classes
2004 Aug 18
4
Gamest and QoS
Hi
I share my bandwith (adsl 512/128) between 12 users. I set up simple qos script for
incoming (IMQ) and outgoing traffic using htb in root, 4 classess and esfq qdisc at
leafs.
Interactive traffic goeas to class1 , http,mail etc. to class2, p2p,
ftp to class3, and rest to class4. Classess divide link in
proportion 20% (prio 1), 40% (prio 2), 20% (prio 3) ,20% (prio 4)
This works very well when users surfing internet (www,mail, ssh), bu...
2004 Jan 12
8
sum of child rates exceeds parent rate
Hi,
i have created a parent class with 45Meg rate/ceiling
Note : The actual traffic flowing via that pc is around 6Meg to 15Meg
I assume the problem will come only when the traffic is more than 45Meg.
Now if i create child classes whose sum of rates crosses more than 45Meg ?
1.How that tc behaves.
2.Will this affect browsing.
Pls let me know this details
Regards
Jayesh
2006 Sep 02
4
maximum class
Hi,
currently I''m using 48 class with htb & very stable
Is there any maximum number of class I can create in a single linux box ?
I need 500 or even 1000 class for campuss network.
Any help appreciated
thanks & regards
Tino
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2003 Jun 12
11
htb problem
Hi,
I have some interesting problem with htb , I set up root class and
sub-classess:
$TC qdisc add dev eth0 root handle 1: htb
$TC class add dev eth0 parent 1: classid 1:1 htb rate 1990kbit ceil 2000kbit
$TC class add dev eth0 parent 1:1 classid 1:10 htb rate 190kbit ceil 200kbit
$TC class add dev eth0 parent 1:1 classid 1:11 htb rate 1400kbit ceil
1600kbit
$TC class add dev eth0...
2006 Mar 22
2
Asterisk perms in manager.conf
Hi,
can someone sched a light what exactly mean the read write permissions
in manager.conf?
[public]
secret = private
deny=0.0.0.0/0.0.0.0
permit=10.0.0.0/255.255.0.0
read = system,call,log,verbose,command,agent,user
write = system,call,log,verbose,command,agent,user
Lets say I want some users to use dial through manager interface. But
don't want to allow them to run asterisk commands?
2002 Dec 05
1
write_socket_data(54) errors
I looked all over the archives to find an answer to this issue with Samba
not loading on my RH7.0 machine.
It turns out that I had deleted the server's name from my /etc/hosts file.
I discovered that by tail -f /var/log/samba/log.smb
when I saw the "unknown host xxxxxxx", I checked /etc/hosts and volia! It
wasn't there. I added the name back in, and restarted Samba.
2004 May 04
0
problem with wrong speeds
...bit ceil 5500Kbit burst 8638b cburst 8638b
Sent 51543995 bytes 41551 pkts (dropped 0, overlimits 0)
rate 133323bps 104pps
lended: 28949 borrowed: 0 giants: 0
tokens: 8170 ctokens: 8170
the rate is about 133 KBps which is about 1000 Kbit (our class has 5500)
now we look at some of the children classess
class htb 1:3632 parent 1:2309 prio 4 rate 64Kbit ceil 1020Kbit burst 1680b cburst 2904b
Sent 24009127 bytes 15880 pkts (dropped 4687, overlimits 0)
rate 62900bps 41pps
lended: 2109 borrowed: 13771 giants: 0
tokens: -364219 ctokens: -13866
class htb 1:3620 parent 1:2309 prio 4 rate 64Kbit cei...
2005 May 13
0
New shaping program - ist-shaper
...prio 2 | htb 1:10 32Kbit prio 3
|
#
+------------------------+------------------------+------------------------+
# | ssh/telnet/dns | http/https/pop3/smtp | rest
|
#
+------------------------+------------------------+------------------------+
#
# Root rule (htb 1:1) divides into 3 classess, each allocating part of total
# bandwidth (96Kbit, 64Kbit, 32Kbit).
#
# More complex and working example can by found in file complex.conf
#
############################################################################
###
# location of log file
Log_file = /var/log/ist.log
# use RETURN target for...
2006 Aug 18
5
Handle limit in filter
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I''ve written a minimal sort of Perl module that dynamically creates
and destroys traffic control rules for specific IPs. I''m currently
using it for a user bandwidth control application at a client site.
The module essentially gets Ethernet device(s), IP address and in/out
speeds as input and dynamically creates classes, queues
2006 Jul 25
3
problem in Route add using netlink
Hi all
Iam trying to implement "route add " using netlink. The changes are not reflected in the routing table. I have given my code and screen shots of the routing tables.
Can anybody tell me is there any mistake iam making in defining the fields .
or any other mistake iam commiting
thanxs
viji
//////////////////////////////////// CODE
2004 Jul 20
3
Fw: HTB - Really Big problem
...2:$ip htb rate $txmin$kbit ceil 256kbit
tc qdisc add dev eth0 parent 2:$ip handle $ip:1 sfq perturb 10
#filtrowanie po marku
tc filter add dev eth0 protocol ip preference 1 parent 2:0 handle $ip fw flowid 2:$ip
#Serwer
siec=5
ip=3
echo "5.2/3" #nadle x:3 because x:3 are saved for default classess
tc class add dev eth1 parent 1:1 classid 1:$ip htb rate $rxmin$kbit ceil 200kbit
tc filter add dev eth1 protocol ip parent 1:0 u32 match ip dst 192.168.5.2 flowid 1:$ip
tc qdisc add dev eth1 parent 1:$ip handle $ip:0 sfq perturb 10
#tx
iptables -t mangle -A MYSHAPER-OUT -p tcp -s 192.168.5.2 -j MA...