[LARTC] burst according to time limit???

2004-05-31 Thread Mpourtounis Dimitris
I was wondering if there is a queue with which I could have a regular rate limit at some kbits (say 256kbits) for my ethernet stations, but allow burstable sessions with a multiple limit (512 kbits)  for a specific time (say 3 minutes).  Of course, this is the same with having bursts of so

Re: [LARTC] Wondershaper - question

2004-05-31 Thread Mr Ivan Hawkes
Matthias Lendholt wrote: Those are port lists, not the line speed. They should be more like NOPRIOPORTDST="53 21 22" or similar. Check the docs for more help on it. Hi, I have a question conercing wondershaper. I'm using the Clarkconnect linux distribution for my linux router and I tried to use won

[LARTC] Wondershaper - question

2004-05-31 Thread Matthias Lendholt
Hi, I have a question conercing wondershaper. I'm using the Clarkconnect linux distribution for my linux router and I tried to use wondershaper. On start up of wshaper, there are no errors or any other problems but I'm not sure if it's running correctly. Only one qdisc / one class is used and when

RE: [LARTC] shaping

2004-05-31 Thread Mike
Not the answer you're looking for, but why not just specify your total bandwidth being much larger than your interface actually is and then subdividing into your groups? Mike. > -Original Message- > From: Abraham van der Merwe [mailto:[EMAIL PROTECTED] > Sent: Monday, May 31, 2004 8:58 AM

[LARTC] shaping

2004-05-31 Thread Abraham van der Merwe
Hi! Is there any way to do just plain vanilla TBF (Token Buck Filter) type shaping on a group of ips/networks, not an entire interface. Currently the only way I know how to shape in Linux is to use HTB or CBQ, but both of these need a total rate and then you need to subdivide that into classes. T

[LARTC] dsmark qdisc in tc(iproute2)

2004-05-31 Thread Amita Maheshwari
hi, i am currently working on a project on "design of diffserv testbed in linux". i am using tc utility of iproute2 for it. The qdisc dsmark used for marking the DS codepoint at the first hop router makes number of classes depending on the indices given in the command. But i am not clear h

Re: [LARTC] modified wondershaper script causes hardlock in server

2004-05-31 Thread Morten Nilsen
Damion de Soto wrote: > Hi Morten, >> but after using this modified script, the server would at random >> intervals cease to function, not answering ping, not showing anything in >> the console. No pertinent log entries were made at the time either. > You mean the console would be locked up and not

[LARTC] bonding problem with arp-monitoring

2004-05-31 Thread Anton Glinkov
Hello I have two linux machines connected via 2 dsl lines (bonded) 192.168.0.1-eth0-dsl---2Mbit---dsl-eth0-192.168.0.2 ^-eth1-dsl---2Mbit---dsl-eth1-^ so the final figure is something like this: 192.168.0.1-bond0---4Mbit---bond0-192.168.0.2 I can only use arp monitoring for fail chec

RE: [LARTC] Odd question about load balancing

2004-05-31 Thread GoMi
I am sorry about my previous email, it was a bit off a mess... Let me explain my self, I have my dsl routers working doing nat, and I want to set them up as a bridge but doing load balancing. My public ip addresses are : XXX.XXX.XXX.1 for dsl 1 and the same ending in .2 for dsl 2 Since I hav

Re: [LARTC] skip other iptables marking if packet is already marked

2004-05-31 Thread Anton Glinkov
> > I have many iptables setmark commands, but as soon > as there is one match, I would like to skip all the rest. > How to do this. -- cut -- > Wonder if it will work ? > My next question is should I use -j ACCEPT or -j RETURN ? -j RETURN iptables -t mangle -A -j MARK --set-mark iptables -t

[LARTC] skip other iptables marking if packet is already marked

2004-05-31 Thread Ming-Ching Tiew
I have many iptables setmark commands, but as soon as there is one match, I would like to skip all the rest. How to do this. ---not-working-not-mark-zero-is-not-accepted- iptables -t mangle -A PREROUTING . -j MARK --set-mark . iptables -t mangle -A PREROUTING -m MARK ! --mark