Re: [LARTC] tc filter

2003-11-03 Thread Catalin BOIE
> what I wright is > > tc qdisc del dev eth0 root > tc qdisc add dev eth0 root handle 1: htb default 20 r2q 100 > > tc class add dev eth0 parent 1: classid 1:1 htb rate 100mbit ceil 100mbit > tc class add dev eth0 parent 1: classid 1:2 htb rate 1mbit ceil 10mbit > tc class add dev eth0 parent 1:1 c

RE: [LARTC] New member

2003-11-03 Thread Edmund Turner
Cillie, take this setup for example: Web server IP = 192.168.1.2 1MB access to the internet. Etho -LAN Eth2 - External --1MB access to the internet. tc qdisc add dev eth2 root handle 3: htb default 10 tc class add dev eth2 parent 3: classid 3:1 htb rate 1mbit tc class add dev eth2 parent 3:1 clas

[LARTC] Iptables connbytes

2003-11-03 Thread Todor Neshev
Hello, Is it possible to mark packets from particular IP and if it downloads over 100Kbytes, then it enters in CBQ shaper 32kbit/s for example ? My kernel is 2.4.22. If someone experimented with connection bytes patch please answer me. Regards, Todor Neshev ___

Re: [LARTC] beta-release of H-FSC port for Linux 2.6

2003-11-03 Thread Alexey Sheshka
On Sat, 01 Nov 2003 15:45:04 +0100 Patrick McHardy <[EMAIL PROTECTED]> wrote: > Not sure what you mean with "competitors", I made this port for > fun after happily discovering that the code was very nicely > written (unlike the version mentioned in the paper). This should > not be understood as d

[LARTC] MPC860 mailing lists

2003-11-03 Thread Ganesh Kumar
Title: Blank Hi all,   I'm working on MPC860 Power PC , I want to know whether any mailing lists or any user groups are available so that we can post our queries, right now I'm using  Motorola's official support, but other than this any Internet mailing lists or user groups are available so tha

[LARTC] tc filter

2003-11-03 Thread raz
hello my name is razvan and I'm from Romania my problem is kinda' stupid but I have tried all the posible ways of getting things to work an it still seems i'm missing something, maybe you can help me problem: i have a routing server, that is the gateway to the internet for a network and a file ser

Re[2]: [LARTC] (simplified) Rate precision

2003-11-03 Thread Peteris Krumins
Monday, November 3, 2003, 2:37:26 AM, you wrote: AK> Am Saturday 01 November 2003 21:32 schrieb Peteris Krumins: >> i wrote a few days ago but did not receive any answers. AK> I did not receive/read this mail. That one was about limits and data precision. >> The example above should shape

Re: [LARTC] New member

2003-11-03 Thread ph4ke
Hi Edmund OK, sorry 'bout that. Say for example that I have a webserver and I only want that thing to push 512kbit out. The only way that I see that I would be able to limit this kind of outbound traffic with the tc classifier is if I knew which ip's will be visiting web-pages. If this was

RE: [LARTC] New member

2003-11-03 Thread Edmund Turner
Cillie, I might be missing something here, but I do use this filter setup for limiting outbound http and ftp traffic. Regards edmund -Original Message- From: ph4ke [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 8:27 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re:

Re: [LARTC] New member

2003-11-03 Thread ph4ke
Hi Edmund Thanks for responding so soon. That works fine for shaping traffic that likes to talk on fixed ports, like smtp of pop3, but really do much when you want to start limiting things like outbound http or ftp traffic. regards, cilliè On Monday 03 November 2003 09:04, you wrote: > C

[LARTC] New member

2003-11-03 Thread ph4ke
Hi All, I'm new one the list and thought it somewhat appropriate to divulge a little info about myself Name: Cilliè Country : South-Africa I work for a ISP and we have been playing with tc/iptables/iproute snort and a whole load of other stuff on and off for the past view months. I have a