bwm-tools-tech Mailing List for Bandwidth Management Tools (Page 14)
Brought to you by:
nkukard
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(13) |
Jul
(2) |
Aug
(1) |
Sep
(5) |
Oct
(10) |
Nov
(11) |
Dec
(8) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(6) |
Feb
(3) |
Mar
(22) |
Apr
(26) |
May
(15) |
Jun
|
Jul
(8) |
Aug
(2) |
Sep
(3) |
Oct
(4) |
Nov
|
Dec
(1) |
2005 |
Jan
(2) |
Feb
(6) |
Mar
(12) |
Apr
(34) |
May
(23) |
Jun
(21) |
Jul
|
Aug
(4) |
Sep
(5) |
Oct
(3) |
Nov
(2) |
Dec
|
2006 |
Jan
(3) |
Feb
(28) |
Mar
(12) |
Apr
(6) |
May
(17) |
Jun
(5) |
Jul
(19) |
Aug
(15) |
Sep
(10) |
Oct
(12) |
Nov
(1) |
Dec
|
2007 |
Jan
(5) |
Feb
(1) |
Mar
(5) |
Apr
(5) |
May
(7) |
Jun
(6) |
Jul
(2) |
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
(4) |
May
(5) |
Jun
|
Jul
|
Aug
(8) |
Sep
(8) |
Oct
(2) |
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
(6) |
May
(6) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
(7) |
Dec
|
2013 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <ep...@ge...> - 2004-07-27 12:05:26
|
Hello Sorry this got mailed twice, so please disregard every other mail i sent before this one :p i was wondering about two things concerning this software; 1. Does this work with a bridge?(i know you can use iptables on bridged traffic with a kernel patch, but i dont know if bwmd handles this..) 2. If i update settings in firewall.xml, and then add the new iptables rules by hand, will bwmd manage the new traffic flow without restartin= g the process? This is quite essencial, as i am working for a small isp and we cant down the uplink every time we need to manage another traff= ic flow.. Thanks for great work on this software! I could be interested in writing a web/cgi-frontend for this(to add new flows and such), if i get the time, or if my boss sees it as a necessity :) regards Bj=F8rn Magnus Mathisen |
From: Nigel K. <nk...@lb...> - 2004-07-27 12:04:27
|
On Tue, Jul 27, 2004 at 01:54:39PM +0200, ep...@ge... wrote: > 1. Does this work with a bridge?(i know you can use iptables on > bridged traffic with a kernel patch, but i dont know if > bwmd handles this..) anything you can nfmark and -j QUEUE in netfilter you can shape ;-) We setup an invisible bandwidth control bridge for this about 6 months ago .. worked like a dream. > 2. If i update settings in firewall.xml, and then add the new iptables > rules by hand, will bwmd manage the new traffic flow without restarting > the process? This is quite essencial, as i am working for a small isp > and we cant down the uplink every time we need to manage another traff= ic > flow.. >=20 bwmd needs to be restarted and iptables reloaded, this doesn't seem to be much impact though... we run about 155Mbps of internet traffic and sometimes reload & restart iptables & bwmd. tcp seems to recover nicely. > Thanks for great work on this software! > I could be interested in writing a web/cgi-frontend for this(to add new > flows and such), if i get the time, or if my boss sees it as a necessity > :) >=20 That would be nice ;-) >=20 > regards >=20 > Bj?rn Magnus Mathisen |
From: <ep...@ge...> - 2004-07-27 11:54:44
|
Hello Sorry this got mailed twice :p i was wondering about two things concerning this software; 1. Does this work with a bridge?(i know you can use iptables on bridged traffic with a kernel patch, but i dont know if bwmd handles this..) 2. If i update settings in firewall.xml, and then add the new iptables rules by hand, will bwmd manage the new traffic flow without restartin= g the process? This is quite essencial, as i am working for a small isp and we cant down the uplink every time we need to manage another traff= ic flow.. Thanks for great work on this software! I could be interested in writing a web/cgi-frontend for this(to add new flows and such), if i get the time, or if my boss sees it as a necessity :) regards Bj=F8rn Magnus Mathisen |
From: <ep...@ge...> - 2004-07-27 11:50:34
|
Hello i was wondering about two things concerning this software; 1. Does this work with a bridge?(i know you can use iptables on bridged traffic with a kernel patch, but i dont know if bwmd handles this..) 2. If i update settings in firewall.xml, and then add the new iptables |
From: Nigel K. <nk...@lb...> - 2004-07-09 16:18:35
|
On Fri, Jul 09, 2004 at 04:14:44PM +0200, Kobe Lenjou wrote: > You are party right. >=20 > The point of bwm_tool is that you first categorize your traffic any way= =20 > IPtables let you do, so you can divide FTP from HTTP and put P2P traffic= =20 > aside in it's own class, you can also categorize on source IP. This is= =20 > handy if your clients have fixed Ip's (or ranges of IP's). Dear fan club... (*snicker*... *falls off chair*) :-) Anyway.... Kobe, that I think is be best solution... me, being as I am like to take the most complex route.... 1. there is a iptables match called connbytes, if you match traffic with this say at 32k... you could roughly determine if the person is downloading something (or viewing a large webpage) 2. when you match the traffic, you can use CONNMARK to mark it & restore the mark 3. if this mark matches that used in bwmd it will limit that traffic havn't used connbytes yet as it looks like it affects connlimit or something, but in theory it works. -Nigel |
From: Kobe L. <ko...@pu...> - 2004-07-09 14:15:09
|
You are party right. The point of bwm_tool is that you first categorize your traffic any way IPtables let you do, so you can divide FTP from HTTP and put P2P traffic aside in it's own class, you can also categorize on source IP. This is handy if your clients have fixed Ip's (or ranges of IP's). After you made your categories you assign each ons of them: - a priority - a maximum bandwith usage - a burst bandwith rate After that the deamon tries to enforce this limits. Solving your specific problem can be accomplished rather simple. If you assign each and every IP you have in your subnet (10 as you state) a maximum rate of, let's say 750 kbit, wich is a nice and comfortable speed, and you limit your entire subnet to 900 kbit so your connection will never be 100% used. If you then prioritize (via QOS or bwm, or both) the tcp-ACK packets your problem will be solved, even without theze prioritizion you will noticy a significant performance improvement. If the per-IP thing is not an option (dynamic ip's, many travveling pc's, ...), just assign the 900 kbit to the whole subnet. The reason of the 'slowness' is that your router/uplink is that it's overloaded with data that even the TCP-ACK packets aren't getting true, and thus effective creating a bottleneck. With this setup the tcp-ACK packets have sufficent room to always pass quick via your uplink. Greetz Kobe (who is NOT the author, just a fan) Martyn Boswell - Langtoft.net wrote: > Hello, I have been trawling the internet for a linux based Bandwidth > management system that we could implement into our community broadband > network. I came across your software through soundforge via google, am I > right in thinking the software dynamically manages traffic or does it > limit traffic to individual users? > > > > Our problem is we have a 1MB satellite link shared between 10 people > when everyone is surfing webpages it is fine but when someone starts a > download the whole system becomes so slow! We basically want something > that gives priority to webpage requests over downloading but when users > are not web browsing it stops limiting the bandwidth. > > > > That’s kind of it in a nutshell I would be ever grateful if you could > reply back asap > > > > Thank You! > > > > Regards > > > > **Martyn** @ Langtoft.net > > > > e-mail :: ma...@la... <mailto:ma...@la...> > > phone :: 01377 267 426 > > fax :: 01377 267 477 > > web :: www.langtoft.net <http://www.langtoft.net> > > > |
From: Martyn B. - Langtoft.n. <ma...@la...> - 2004-07-09 13:54:26
|
Hello, I have been trawling the internet for a linux based Bandwidth management system that we could implement into our community broadband network. I came across your software through soundforge via google, am I right in thinking the software dynamically manages traffic or does it limit traffic to individual users? Our problem is we have a 1MB satellite link shared between 10 people when everyone is surfing webpages it is fine but when someone starts a download the whole system becomes so slow! We basically want something that gives priority to webpage requests over downloading but when users are not web browsing it stops limiting the bandwidth. That's kind of it in a nutshell I would be ever grateful if you could reply back asap Thank You! Regards Martyn @ Langtoft.net e-mail :: ma...@la... phone :: 01377 267 426 fax :: 01377 267 477 web :: www.langtoft.net |
From: Nigel K. <nk...@lb...> - 2004-05-31 18:03:24
|
> checking for rrd_create in -lrrd... no > checking for rrd_update in -lrrd... no > Error: Working librrd required hrmmm.... i think you must enable the rrd library to be built, there is detailed instructions in the mailing list archives. -Nigel |
From: Afshin L. <afi...@ya...> - 2004-05-31 10:36:48
|
Hi, I'm new to bwm-tools. when I try to ./configure, this error appears: Error: Working librrd required I've tried to compile rrdtools package, but the error continues to go. what is the solution? thanks afshin --------------------------------- Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger |
From: <al...@in...> - 2004-05-29 13:20:21
|
Hi All, I am running Redhat 8, installed rrdtool-1.0.48 when i type ./configure in bwm_tools-0.1.8 folder i get the following error almost at the end. checking for ranlib... (cached) ranlib checking for new_menu in -lmenu... no checking for curses_version in -lncurses... no checking for panel_window in -lpanel... no checking for rrd_create in -lrrd... no checking for rrd_update in -lrrd... no Error: Working librrd required |
From: <ben...@id...> - 2004-05-22 13:32:06
|
Dear Open Source developer I am doing a research project on "Fun and Software Development" in which I kindly invite you to participate. You will find the online survey under http://fasd.ethz.ch/qsf/. The questionnaire consists of 53 questions and you will need about 15 minutes to complete it. With the FASD project (Fun and Software Development) we want to define the motivational significance of fun when software developers decide to engage in Open Source projects. What is special about our research project is that a similar survey is planned with software developers in commercial firms. This procedure allows the immediate comparison between the involved individuals and the conditions of production of these two development models. Thus we hope to obtain substantial new insights to the phenomenon of Open Source Development. With many thanks for your participation, Benno Luthiger PS: The results of the survey will be published under http://www.isu.unizh.ch/fuehrung/blprojects/FASD/. We have set up the mailing list fa...@we... for this study. Please see http://fasd.ethz.ch/qsf/mailinglist_en.html for registration to this mailing list. _______________________________________________________________________ Benno Luthiger Swiss Federal Institute of Technology Zurich 8092 Zurich Mail: benno.luthiger(at)id.ethz.ch _______________________________________________________________________ |
From: Nick B. <bur...@nc...> - 2004-05-19 15:25:57
|
If you are wanting to use a BSD you may want to look at altq, which is well integrated into openbsd's pf. I use it extensively and it works well. It supports cbq, hfsc, priq, etc. I altq can be added to freebsd as a stand alone app but does not have the well written integrated controls with the packet filtering mechanisms as it does on openbsd. ------------ - Nick Buraglio, Network Engineer, NCSA - Phone: 217.244.6428 - GnuPG Key: 0x2E5B44F4 ------------ On May 19, 2004, at 12:35 AM, Nigel Kukard wrote: > On Tue, May 18, 2004 at 06:09:52PM +0200, Kobe Lenjou wrote: >> Hello, >> >> I don't think it's possible to use bwm on a BSD system. It's too >> iptables/netfilter dependent I think. > > correct, not possible without modification > >> >> Further, why would you even want to do so? BSD has it's own >> limiting/shaping (dummynet) build into the kernel, wich is almost as >> feature >> rich as bwm. (only the burst option is missing I think). >> > > hrmmmm.... well... personally i would like a *bsd/Linux independant > firewall config that i can deploy in an organizatin, not that we use > *bsd though. :) > > if *bsd can do firewalling, shaping (hierarchal flows, bursting, > queues...etc), logging & reporting... then I agree there is no real > reason not to use the native *bsd solution. > > i would again personally like, if i installed a *bsd box to have a more > standard/global solution to use... but thats just my preference. > > -Nigel > |
From: Nigel K. <nk...@lb...> - 2004-05-19 05:35:17
|
On Tue, May 18, 2004 at 06:09:52PM +0200, Kobe Lenjou wrote: > Hello, >=20 > I don't think it's possible to use bwm on a BSD system. It's too > iptables/netfilter dependent I think. correct, not possible without modification >=20 > Further, why would you even want to do so? BSD has it's own > limiting/shaping (dummynet) build into the kernel, wich is almost as feat= ure > rich as bwm. (only the burst option is missing I think). >=20 hrmmmm.... well... personally i would like a *bsd/Linux independant firewall config that i can deploy in an organizatin, not that we use *bsd though. :) if *bsd can do firewalling, shaping (hierarchal flows, bursting, queues...etc), logging & reporting... then I agree there is no real reason not to use the native *bsd solution. i would again personally like, if i installed a *bsd box to have a more standard/global solution to use... but thats just my preference. -Nigel |
From: Nigel K. <nk...@lb...> - 2004-05-19 05:30:45
|
On Tue, May 18, 2004 at 08:36:07AM -0700, Jeffry Buehler wrote: > I am having trouble compiling bwm-tools for FreeBSD (5.x) - this may not= =20 > seem unusual, since it is evidently for Linux systems only ...? Has=20 Hrmm... that is a very interesting prospoect, what sort of errors you get when building on BSD? > anhyone been able to port or get bwm-tools running on a FreeBSD system, a= nd=20 > if so, any suggestions on getting started with that? Netfilter seems to = be=20 Basically what bwm-tools needs is a way to stand between receive & send, in the Linux case this is done by sending packets to userspace via ip_queue, inspecting the packet and setting a verdict on the packet to=20 be accepted or dropped.=20 > the firtst really significant problem I ran into (aside from general=20 > include/library probelsm, all of them easily resolved up to the Netfilter= =20 > point). >=20 that would be the split in the road from FreeBSD & Linux, if you can provide me with information on how the bsd firewalling system is used and maybe ideas on how we can interface it with bwm-tools i'd be glad to help in anyway i can. > Thanks, >=20 > Jeff >=20 -Nigel Kukard |
From: Kobe L. <ko...@pu...> - 2004-05-18 16:09:58
|
Hello, I don't think it's possible to use bwm on a BSD system. It's too iptables/netfilter dependent I think. Further, why would you even want to do so? BSD has it's own limiting/shaping (dummynet) build into the kernel, wich is almost as feature rich as bwm. (only the burst option is missing I think). Greetz Kobe ----- Original Message ----- From: "Jeffry Buehler" <bue...@ho...> To: <bwm...@li...> Sent: Tuesday, May 18, 2004 5:36 PM Subject: [bwm-tools-tech] FreeBSD and BWM_tools > I am having trouble compiling bwm-tools for FreeBSD (5.x) - this may not > seem unusual, since it is evidently for Linux systems only ...? Has anhyone > been able to port or get bwm-tools running on a FreeBSD system, and if so, > any suggestions on getting started with that? Netfilter seems to be the > firtst really significant problem I ran into (aside from general > include/library probelsm, all of them easily resolved up to the Netfilter > point). > > Thanks, > > Jeff > > _________________________________________________________________ > FREE pop-up blocking with the new MSN Toolbar - get it now! > http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/ > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: SourceForge.net Broadband > Sign-up now for SourceForge Broadband and get the fastest > 6.0/768 connection for only $19.95/mo for the first 3 months! > http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click > _______________________________________________ > bwm-tools-tech mailing list > bwm...@li... > https://lists.sourceforge.net/lists/listinfo/bwm-tools-tech > |
From: Jeffry B. <bue...@ho...> - 2004-05-18 15:36:18
|
I am having trouble compiling bwm-tools for FreeBSD (5.x) - this may not seem unusual, since it is evidently for Linux systems only ...? Has anhyone been able to port or get bwm-tools running on a FreeBSD system, and if so, any suggestions on getting started with that? Netfilter seems to be the firtst really significant problem I ran into (aside from general include/library probelsm, all of them easily resolved up to the Netfilter point). Thanks, Jeff _________________________________________________________________ FREE pop-up blocking with the new MSN Toolbar get it now! http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/ |
From: Nigel K. <nk...@lb...> - 2004-05-04 18:09:16
|
On Mon, May 03, 2004 at 11:40:42PM +0100, Bruno David Rodrigues wrote: > Hello, >=20 > The requirements listed on the install/readme file are not complete. I'm = running debian stable 3.0, and I had to install other packages: > apt-get install libglib2.0-0 libglib2.0-dev libglib2.0-dbg libgd2-dev cgi= lib libpng-dev libxml2-dev librrd0-dev >=20 > For all the other people that runs a dist based on rpms, at leat the name= s of the packages can help. so its working ... ? can i add those deps to the readme as required for debian? Thanks man NIgel |
From: <A.R...@as...> - 2004-05-04 08:33:04
|
setup librrd ! it s a library Rodolphe ALT Service Informatique ASWO France "Luke Robertson" <luk...@ex...> Envoy=E9 par : bwm...@li... 03/05/2004 22:54 =20 Pour : <bwm...@li...> cc :=20 Objet : [bwm-tools-tech] librrd error Hello, =20 =20 When I run ./configure I get the error: =20 'Error: Working librrd required' =20 I have installed rrdtool-1.0.48 I am running Red Hat 9.0 =20 Do you have any ideas that may help =20 =20 =20 =20 Thankyou =20 Luke R |
From: Nigel K. <nk...@lb...> - 2004-05-04 07:51:34
|
On Tue, May 04, 2004 at 03:40:32AM -0400, Rey Gillera wrote: > I don't know how this Linux bandwidth management works! Can I ask if this > bandwidth management can control the packets per applications? I am > interested to know this technology. It can control ip and port based traffic. If it is used on the same box you are running applications as far as I know there is an iptables extension which allows you to match a specific users bandwidth. I'm a bit out of date with what IPTables can match, but anything it can match you can apply a limitation to. -Nigel > =20 |
From: Rey G. <RGi...@ph...> - 2004-05-04 07:42:34
|
Hi, I don't know how this Linux bandwidth management works! Can I ask if this bandwidth management can control the packets per applications? I am interested to know this technology. Thanks, Rey Gillera IS Technical Support Photocircuits Philippines Inc. FPIP, Sta.Anastacia, Sto.Tomas, Batangas, Philippines 4234 Tel# +63 43 405-7387 US Tel# +1 516 609-1741 Email <mailto:rgi...@ph...> rgi...@ph... Visit <http://www.photocircuits.com> www.photocircuits.com |
From: Bruno D. R. <bdr...@st...> - 2004-05-03 22:39:07
|
Hello, The requirements listed on the install/readme file are not complete. I'm running debian stable 3.0, and I had to install other packages: apt-get install libglib2.0-0 libglib2.0-dev libglib2.0-dbg libgd2-dev cgilib libpng-dev libxml2-dev librrd0-dev For all the other people that runs a dist based on rpms, at leat the names of the packages can help. -- "Only wimps use tape backup: real men just upload their important stuff on ftp, and let the rest of the world mirror it ;)" Linus Torvalds |
From: Luke R. <luk...@ex...> - 2004-05-03 20:55:15
|
Hello, When I run ./configure I get the error: 'Error: Working librrd required' I have installed rrdtool-1.0.48 I am running Red Hat 9.0 Do you have any ideas that may help Thankyou Luke R |
From: <A.R...@as...> - 2004-04-19 09:24:50
|
yes (by the command "modprobe ip=5Fqueue" ) Rodolphe ALT Service Informatique ASWO France ----- R=E9achemin=E9 par Alt Rodolphe/aswo le 19/04/2004 11:24 ----- "Kobe Lenjou" <ko...@pu...> Envoy=E9 par : bwm...@li... 19/04/2004 11:17 Veuillez r=E9pondre =E0 "Kobe Lenjou" =20 Pour : <bwm...@li...> cc :=20 Objet : Re: [bwm-tools-tech] execution error Do you have the 'ip=5Fqueue' module loaded? =20 Greetz Kobe ----- Original Message -----=20 From: A.R...@as...=20 To: bwm...@li...=20 Sent: Monday, April 19, 2004 10:56 AM Subject: [bwm-tools-tech] execution error with "example.xml" rename on "firewall.xml"=20 [root@localhost root]# bwmd --foreground=20 BWM Daemon v0.1.8 - Copyright (c) 2003 Linux Based Systems Design=20 BWMD: Loaded 7 flows and 3 queues=20 BWMD: Found 3 modules to load=20 Loading ip=5Fconntrack=5Fftp...done=20 Loading ip=5Fqueue...done=20 Loading ip=5Fnat=5Fftp...done=20 IPQ runner started...=20 Received error message: IPQ =3D Unknown error, SYSTEM =3D Interrupted syste= m=20 call=20 Flow runner started...=20 flowControl: Error binding to socket: Address already in use=20 Report runner started...=20 If you have an idea ???=20 Rodolphe ALT Service Informatique ASWO France |
From: Kobe L. <ko...@pu...> - 2004-04-19 09:17:44
|
Do you have the 'ip_queue' module loaded? Greetz Kobe ----- Original Message -----=20 From: A.R...@as...=20 To: bwm...@li...=20 Sent: Monday, April 19, 2004 10:56 AM Subject: [bwm-tools-tech] execution error with "example.xml" rename on "firewall.xml"=20 [root@localhost root]# bwmd --foreground=20 BWM Daemon v0.1.8 - Copyright (c) 2003 Linux Based Systems Design=20 BWMD: Loaded 7 flows and 3 queues=20 BWMD: Found 3 modules to load=20 Loading ip_conntrack_ftp...done=20 Loading ip_queue...done=20 Loading ip_nat_ftp...done=20 IPQ runner started...=20 Received error message: IPQ =3D Unknown error, SYSTEM =3D Interrupted = system call=20 Flow runner started...=20 flowControl: Error binding to socket: Address already in use=20 Report runner started...=20 If you have an idea ???=20 Rodolphe ALT Service Informatique ASWO France |
From: <A.R...@as...> - 2004-04-19 08:56:22
|
with "example.xml" rename on "firewall.xml" [root@localhost root]# bwmd --foreground BWM Daemon v0.1.8 - Copyright (c) 2003 Linux Based Systems Design BWMD: Loaded 7 flows and 3 queues BWMD: Found 3 modules to load Loading ip_conntrack_ftp...done Loading ip_queue...done Loading ip_nat_ftp...done IPQ runner started... Received error message: IPQ = Unknown error, SYSTEM = Interrupted system call Flow runner started... flowControl: Error binding to socket: Address already in use Report runner started... If you have an idea ??? Rodolphe ALT Service Informatique ASWO France |