[LARTC] 1 MBS per server Linux router

2003-06-25 Thread Jean-Francois Levesque
Hello everyone! I would like to do a linux router to limit the connection for some servers to 1 mbs per server. [SERVERS] --- [Linux 1MBS per server router] --- Internet I did some searches about routing and bandwidth on the net and the solution seems to be 'tc'. Well, 'tc' is not

Re: [LARTC] 1 MBS per server Linux router

2003-06-25 Thread Trevor Warren
Hello, If you just wanna reduce the b/w pipe per server wrr could be a simplistic implementation that would work. For real functionality see htb which works like a charm. For something more complex see cbq. Trevor On Wed, 2003-06-25 at 21:47, Jean-Francois Levesque wrote: Hello everyone!

Re: [LARTC] 1 MBS per server Linux router

2003-06-25 Thread Jean-Francois Levesque
Hi! I have done that script to test my router : #include fields.tc #include ports.tc #define INTERFACE eth0 #define LIMITEDRATE 1kBps

Re: [LARTC] 1 MBS per server Linux router

2003-06-25 Thread Trevor Warren
Hello Jean, For all that i know your tcng config would be perfectly fine. I will mail you my 4000 node config. Please try the same out and lemme know it if works for you. Trevor On Thu, 2003-06-26 at 00:23, Jean-Francois Levesque wrote: Hi! I have done that script to test my router :

Re: [LARTC] 1 MBS per server Linux router

2003-06-25 Thread Jean-Francois Levesque
Trevor Warren wrote: Hello Jean, For all that i know your tcng config would be perfectly fine. I will mail you my 4000 node config. Please try the same out and lemme know it if works for you. Trevor It's not working :-( Maybe because of my iptables rules : [EMAIL PROTECTED] root]# iptables