search for: selvamani

Displaying 4 results from an estimated 4 matches for "selvamani".

2005 Jun 01
3
HTB on loopback gives a bit rate multiplied by 8
Hi, I am trying to use htb to limit bandwidth on loopback for traffic through particular port. Here is the script I am using. tc qdisc add dev lo root handle 1: htb tc class add dev lo parent 1: classid 1:1 htb rate 100kbit ceil 100kbit tc class add dev lo parent 1:1 classid 1:10 htb rate 50kbit ceil 50kbit tc class add dev lo parent 1:1 classid 1:11 htb rate 50kbit ceil 50kbit tc filter add
2005 Jun 02
8
How many (htb) tc classes and qdiscs are too many?
We have a Linux box that is acting as the gateway to the internet for about 400 people, typically there are not more then 50 of them using the internet at any given time. We would like to provide different levels of access to different users. For example 128kbps to some users and 256kbps to others. We have considered creating a class and qdisc for each user (using htb) however we don''t
2005 Jun 28
0
Re: Questin regarding HTB
...#upload $TC filter add dev eth0 parent 1: prio 2 protocol ip handle 603 fw flowid 1:203 on this one i can give what value i want for rate and ceil and works BUT it`s using iptables and mangle and also its effect is on entire bandwidth So...?? ----- Original Message ----- From: "Kiruthika Selvamani" <kiruthika.selvamani@gmail.com> To: "Vlad LUPESCU" <vlad.lupescu@actualbvt.ro> Sent: Tuesday, June 28, 2005 4:48 PM Subject: Re: [LARTC] Question regarding HTB Can you post the HTB scripts you are using - that way it will be easier to understand what you are trying to...
2012 May 03
1
Help with getting values from string
Hi All, I have a doubt. I used macros and i try to pass a value to a macro by concatenating a bunch of strings. But it does not seem to work. Please help. I have written down my code and the error message please tell me how to pass the value that a string points to. Thanks in advance #macro defined