Re: [LARTC] limit number of connections per ip

2006-02-03 Thread Nataniel Klug
ry 02, 2006 7:17 PM Subject: Re: [LARTC] limit number of connections per ip > Well, only TCP has connections, UDP has non it is only a stream of packets. > > So for each user (IP) you could make a class for TCP and one for UDP. > > IP > /\ > TCP U

Re: [LARTC] limit number of connections per ip

2006-02-02 Thread Rasmus Melgaard
Well, only TCP has connections, UDP has non it is only a stream of packets. So for each user (IP) you could make a class for TCP and one for UDP. IP /\ TCP UDP The TCP class you already know how to limit, the UDP class I would limit with pfi

[LARTC] limit number of connections per ip

2006-02-02 Thread Jan Tomak
Hello!   I've read a lot of mail archives, but can't find solutions for my problem. I have router with about 700 users. I'm using HTB with SFQ leaf qdiscs for every user (client ip). So, different IP can have its own rate limit. This scheme ir working fine for a long time. But how can I limit