[LARTC] Re: Equal bandwidth for any client

2005-05-13 Thread KartheeK
Hi, If you are running brctl tool on the linux box then there is a command that will automatically determine the number of MAC addresses in the network   #brctl showmacs    grep -v -w port | wc -l Ex: #brctl showmacs abcd 1 grep -v -w port | wc -l   Note that, for this to work your box should be

[LARTC] Re: Equal bandwidth for any client

2005-05-13 Thread KartheeK
Hi, If you are running brctl tool on the linux box then there is a command that will automatically determine the number of MAC addresses in the network   #brctl showmacs    grep -v -w port | wc -l Ex: #brctl showmacs abcd 1 grep -v -w port | wc -l   Note that, for this to work your box should be c

RE: [LARTC] Need some help

2005-05-13 Thread Karol Lassak
Hi.. > > Hi all, I have read the larc howto and I need to apply a traffic shaper > with this configuration: > > > router / two interface etho and eth1 > > lan > > lan is on eth1 and on eth0 I've the dsl connection (1.2 Mbit / 256 kbit) > Thats most common config.. (same as mine) > > >

[LARTC] Need some help

2005-05-13 Thread kinto
Hi all, I have read the larc howto and I need to apply a traffic shaper with this configuration: router / two interface etho and eth1 lan lan is on eth1 and on eth0 I've the dsl connection (1.2 Mbit / 256 kbit) I need to limit the bandwith towards lan and I've thought at HTB and tcng. I wr

Re: [LARTC] Strange pings.

2005-05-13 Thread Andy Furniss
Andy Furniss wrote: PPS. Is it possible to create a filter that will match all packets? I don't know about all, but all per protocol like - .. protocol ip prio 10 u32 match u32 0 0 .. .. protocol arp prio 11 u32 match u32 0 0 .. You can use .. protocol all prio 1 u32 match u32 0 0 .. for some reas

[LARTC] New shaping program - ist-shaper

2005-05-13 Thread Karol Lassak
Hi al.. I just write program that helps to configure tc with HTB and iptables CLASS extension. Its written in perl and uses Apache like config files. Program can be found on http://sourceforge.net/projects/ist-shaper/ or http://www.ingwar.eu.org/ist-shaper/ In few days will be new version with tim

[LARTC] Qdisc requeue should be void?

2005-05-13 Thread Stephen Hemminger
There is an design problem with the qdisc interface that causes qlen related bugs in netem, tbf, and other qdisc's that peek at the top of the queue. The problem is that requeue needs to be called from the dequeue function but requeue can fail. If requeue fails, then the calling qdisc can not pro

[LARTC] SQLiaison E-Mail Virus Alert

2005-05-13 Thread techsupport
SQLiaison Mail Server: GroupShield™ Alert The email server has discovered a problem with the following email. Please note that the sender of the email will not be notified with this message. > More information : Date/Time sent: 13 May 2005 13:17:01 Subject line: [LARTC] Re: From: [EMAIL PROT

[LARTC] tableview.sh

2005-05-13 Thread Kenneth Kalmer
netfilter and lartc members I just thought it's time I contribute. I created this little script to help me while setting up iptables rules for firewalling, shaping or both. I hope this helps someone. Called tableview.sh, inspired by Table Mountain, Cape Town, ZA :) --- SOF #!/bin/sh #

Re: [LARTC] Equal bandwidth for any client (i.e. automatic classgeneration)

2005-05-13 Thread Peter Surda
On Fri, May 13, 2005 at 07:18:45PM +0530, hareram wrote: > http://wipl-wrr.sourceforge.net/wipl.html > total bandwidth split to number of users online > its worked great I second that. Check out my linux distribution Route Hat (or its traffic control script) which allows you to set it up quickly.

[LARTC] Traffic shaping problem

2005-05-13 Thread Szluka Peter
Dear all,   I am a newbie, so excuse me if I ask stupid things. I have a proxy server with 2 nic, a subnet for wireless lan (with DHCP), and I would like to limit up/download speed to every client, who is connected to this network. After reading howto I think the only one solution is to c

Re: [LARTC] Equal bandwidth for any client (i.e. automatic classgeneration)

2005-05-13 Thread hareram
http://wipl-wrr.sourceforge.net/wipl.html this link should help some time back i deployed total bandwidth split to number of users online its worked great may be you look at this like hare - Original Message - From: "Andriy Korud" <[EMAIL PROTECTED]> To: Sent: Friday, May 13, 2005 6:52 P

[LARTC] Equal bandwidth for any client (i.e. automatic class generation)

2005-05-13 Thread Andriy Korud
Hello, I'm looking how (if) can I solve the following problem using HTB and iproute2: I need to assing the same bandwidth limit to every client, but the problem is that clients will be random - i.e. I know niether number of clients no IP or MAC addresses. If anybody knows FreeBSD's ipfw2 - I'm lo