[LARTC] Giving high proprity to SIP packets

2004-12-31 Thread Ramasubramaniyan Srinivasan
Hi I want to give high priority to SIP packets that are flowing out of my system. I want to use RED or TBF for it. I dont know where to start from. Since my system is not supporting HTB..i am not able to get hold of some guidelines to implement the same. Looking forward to some help. regards

Re: [LARTC] shaping on tcp ports

2004-12-31 Thread Paras pradhan
On Wednesday 29 December 2004 13:50, Paras pradhan wrote: hi all: the following scipt is wokring perfectly with limiting ...on limimitng per ip basis.. eth0=public static ip eth2= private ip ( 192.168.2.1) -- iptables -t mangle -A POSTROUTING -s ! 192.168.0.0/32 -d

[LARTC] qdisc statistics

2004-12-31 Thread felix
Hi, I am trying to relate the lended and borrowed statistics to the others and, in particular, compare them with the assigned rates for each class. My understanding is that the lended and borrowed stats are expressed as a number of packets but over what time period do the numbers refer? In

Re: [LARTC] shaping on tcp ports

2004-12-31 Thread Stef Coene
On Friday 31 December 2004 12:44, Paras pradhan wrote: how do we mark in single iptables line using for ex: --dport 21 and -d 192.168.3.88 or have to do seperatly. I'm not sure if you can do it in 1 command. Just try it out. Stef ___ LARTC mailing

Re: [LARTC] qdisc statistics

2004-12-31 Thread Thomas Graf
* felix [EMAIL PROTECTED] 2004-12-31 13:35 My understanding is that the lended and borrowed stats are expressed as a number of packets but over what time period do the numbers refer? Since the qdisc/class was loaded or since the last overflow. For the sent statistics, both byte and packet

Re: [LARTC] HTB + GRED (santa clauss plz help me out)

2004-12-31 Thread Andy Furniss
Antonios Chalkiopoulos wrote: I 've been trynig for a long time now to make HTB and GRED to work togethen. The problem beeing that GRED doesn't use handles (instead it uses DP:1 DP:2 etc) i can not preperly filter traffic to them. Tomas Graf suggested to use the tc_index index of u32 classifier