bwm-tools-tech Mailing List for Bandwidth Management Tools (Page 5)
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: Ravi P. <ra...@sw...> - 2006-09-14 09:40:08
|
Hello, Your mail is not clear. You state that bwm works properly for traffic over 1024 MBPS(Gigabit) but not for smaller bandwidths. At the same time you state that it works properly for 1MBPS, 2 MBPS etc. The above contradict each other. Can you please clarify. Regards Ravi -----Original Message----- From: bwm...@li... [mailto:bwm...@li...] On Behalf Of Rabi Thapa Sent: Thursday, September 14, 2006 2:21 PM To: bwm...@li... Subject: [bwm-tools-tech] bwmd not effective for less than 1Mbps Hi, My bandwidth manager manages traffic for greater than 1024Mbps properly. But, for less than 1024, bandwidth has no control over the traffic. What might be the problem. For 1Mbps, 2 Mbps etc, it has perfect control and manages as assigned. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ bwm-tools-tech mailing list bwm...@li... https://lists.sourceforge.net/lists/listinfo/bwm-tools-tech |
From: Rabi T. <ra...@he...> - 2006-09-14 08:52:28
|
Hi, My bandwidth manager manages traffic for greater than 1024Mbps properly. But, for less than 1024, bandwidth has no control over the traffic. What might be the problem. For 1Mbps, 2 Mbps etc, it has perfect control and manages as assigned. Nabin Limbu |
From: Rabi T. <ra...@he...> - 2006-09-14 08:52:24
|
Hi, My bandwidth manager manages traffic for greater than 1024Mbps properly. But, for less than 1024, bandwidth has no control over the traffic. What might be the problem. For 1Mbps, 2 Mbps etc, it has perfect control and manages as assigned. |
From: Ravi P. <ra...@sw...> - 2006-09-13 21:55:51
|
The way I do it is to have iptables do the firewalling and bwm do only the bandwidth management. Its easier and cleaner. You have to jump back to the input queue after it exits from bwm queue. Regards Ravi -----Original Message----- From: bwm...@li... [mailto:bwm...@li...] On Behalf Of Andrew Niemantsverdriet Sent: Thursday, September 14, 2006 3:01 AM To: bwm...@li... Subject: [bwm-tools-tech] Rule Help I am trying to write a firewall rule to not allow any port but port 80 for a entire subnet of IP's. I am not sure how to do this in bwm_tools any suggestions. The subnet range I am trying to use is 10.1.1.0/24 if that makes a diffrence. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ bwm-tools-tech mailing list bwm...@li... https://lists.sourceforge.net/lists/listinfo/bwm-tools-tech |
From: Andrew N. <and...@gm...> - 2006-09-13 21:31:09
|
I am trying to write a firewall rule to not allow any port but port 80 for a entire subnet of IP's. I am not sure how to do this in bwm_tools any suggestions. The subnet range I am trying to use is 10.1.1.0/24 if that makes a diffrence. |
From: Mark D. <ma...@du...> - 2006-09-01 23:38:29
|
I've had my share of hassle trying to get this to work, so I'll help you. if you have yum working, the easiest to do is to add to /etc/yum.conf these lines: [DAG] name=Dag APT Repository baseurl=http://apt.sw.be/fedora/4/en/i386/dag/ [dries] name=Extra Fedora rpms dries - $releasever - $basearch baseurl=http://ftp.belnet.be/packages/dries.ulyssis.org/fedora/linux/4/i386/dries/RPMS/ now you should be able to install RRDTool using "yum install rrdtool". once you have that, then you can compile the bwm_tools using the --with-rrdtool2 option. hope that helps.. - Oh, this is on a fedora related system - CentOS. Other systems might be different. Regards, Mark At 10:47 AM 9/1/2006, you wrote: >Hi everyone, > >I just joined this list. I downloaded bwm and I tried to install it >but I got this error. > >* - ERROR - >* You need the development libraries and headers >* for rrdtool. Normally you can download a >* package called rrdtool-devel for your >* distribution, install it and everything should >* be fine >* >* Alternatively, follow these instructions... >* 1. Download, uncompress and extract rrdtool-1.x.x to the top BWM >Tools directory >* 2. Symlink it, like this -> ln -s rrdtool-1.x.x rrdtool >* 3. Re-run ./configure with -> --with-rrdtool-source >* >* Note: >* For rrdtool-1.2.x you must add the --with-rrdtool2 flag and possibly >* also the --disable-rrdcgi flag >* > >I have rrdtool installed from source - what can I do to fix this > >-- >Alex Dehaini >Developer >------------------------------------------------------------------------- >Using Tomcat but need to do more? Need to support web services, security? >Get stuff done quickly with pre-integrated technology to make your job easier >Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo >http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >_______________________________________________ >bwm-tools-tech mailing list >bwm...@li... >https://lists.sourceforge.net/lists/listinfo/bwm-tools-tech > >Internal Virus Database is out-of-date. >Checked by AVG Free Edition. >Version: 7.1.405 / Virus Database: 268.11.3/423 - Release Date: 8/18/2006 |
From: Alex D. <ale...@gm...> - 2006-09-01 16:47:47
|
Hi everyone, I just joined this list. I downloaded bwm and I tried to install it but I got this error. * - ERROR - * You need the development libraries and headers * for rrdtool. Normally you can download a * package called rrdtool-devel for your * distribution, install it and everything should * be fine * * Alternatively, follow these instructions... * 1. Download, uncompress and extract rrdtool-1.x.x to the top BWM Tools directory * 2. Symlink it, like this -> ln -s rrdtool-1.x.x rrdtool * 3. Re-run ./configure with -> --with-rrdtool-source * * Note: * For rrdtool-1.2.x you must add the --with-rrdtool2 flag and possibly * also the --disable-rrdcgi flag * I have rrdtool installed from source - what can I do to fix this -- Alex Dehaini Developer |
From: Ravi P. <ra...@sw...> - 2006-08-23 07:08:28
|
Hi Mark, If you are still working on a Centos box, here are some easy steps to install BWM: config yum properly. Then install rrdtool and rrdtool-devel by giving the commands: yum install rrdtool and yum install rrdtool-devel then download the bwm_tools latest tarball, uncompress and enter the directory. give a command as under: ./configure --with-rrdtool2 followed by make and then make install This will compile and install all the executables in /usr/bin. Regards Ravi |
From: Mark D. <ma...@du...> - 2006-08-22 23:41:34
|
<html> <body> I finally got all the dependencies up.. Now I get compiling errors can someone help me with this?<br><br> these are the error messages I get. I get these if I do the <h4><b>bwm_tools-200603080716.tar.gz </b></h4>build, and also if I do the 0.2.3 build.<br><br> Thanks in advanced.<br><br> <br> gcc -g -O2 -o .libs/bwmd bwmd-report.o bwmd-flowControl.o bwmd-logging.o bwmd-ipq.o bwmd-libipq.o bwmd-flow.o bwmd-autoclass.o bwmd-bwmd.o -pthread -L/usr/local/lib -L/usr/lib ../lib/.libs/libbwm.so /usr/local/lib/libgthread-2.0.so /usr/local/lib/libglib-2.0.so /usr/lib/libxml2.so -lpthread ../rrdtool/src/.libs/librrd.so /usr/lib/libfreetype.so -lpng -lz -lart_lgpl_2 -lm -lpanel -lncurses -lmenu -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/rrdtool-1.2.14/lib<br> creating bwmd<br> make[2]: Leaving directory `/root/bshapper/bwm_tools-200603080716/bwmd'<br> Making all in bwm_monitor<br> make[2]: Entering directory `/root/bshapper/bwm_tools-200603080716/bwm_monitor'<br> make[3]: Entering directory `/root/bshapper/bwm_tools-200603080716'<br> make[3]: Leaving directory `/root/bshapper/bwm_tools-200603080716'<br> if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/include/libxml2 -g -O2 -MT bwm_monitor-bwm_monitor.o -MD -MP -MF ".deps/bwm_monitor-bwm_monitor.Tpo" -c -o bwm_monitor-bwm_monitor.o `test -f 'bwm_monitor.c' || echo './'`bwm_monitor.c; \<br> then mv -f ".deps/bwm_monitor-bwm_monitor.Tpo" ".deps/bwm_monitor-bwm_monitor.Po"; else rm -f ".deps/bwm_monitor-bwm_monitor.Tpo"; exit 1; fi<br> bwm_monitor.c:25:20: curses.h: No such file or directory<br> bwm_monitor.c:27:19: panel.h: No such file or directory<br> bwm_monitor.c:28:18: menu.h: No such file or directory<br> bwm_monitor.c:34:18: term.h: No such file or directory<br> In file included from bwm_monitor.c:38:<br> display.h:32: error: syntax error before '*' token<br> display.h:34: error: syntax error before '*' token<br> display.h:34: warning: data definition has no type or storage class<br> display.h:36: error: syntax error before '*' token<br> display.h:36: warning: data definition has no type or storage class<br> display.h:38: error: syntax error before '*' token<br> display.h:40: error: syntax error before '*' token<br> display.h:44: error: syntax error before "outs"<br> display.h:44: warning: data definition has no type or storage class<br> bwm_monitor.c:51: error: syntax error before '*' token<br> bwm_monitor.c: In function `updateWindow':<br> bwm_monitor.c:60: error: `flowName' undeclared (first use in this function)<br> bwm_monitor.c:60: error: (Each undeclared identifier is reported only once<br> bwm_monitor.c:60: error: for each function it appears in.)<br> bwm_monitor.c:61: error: `serverSock' undeclared (first use in this function)<br> bwm_monitor.c:74: error: `win' undeclared (first use in this function)<br> bwm_monitor.c:100: error: `stderr' undeclared (first use in this function)<br> bwm_monitor.c:113: error: `WA_NORMAL' undeclared (first use in this function)<br> bwm_monitor.c:137: error: `ERR' undeclared (first use in this function)<br> bwm_monitor.c: In function `statusWindow':<br> bwm_monitor.c:154: error: `WINDOW' undeclared (first use in this function)<br> bwm_monitor.c:154: error: `myWindow' undeclared (first use in this function)<br> bwm_monitor.c:168: error: `WA_NORMAL' undeclared (first use in this function)<br> bwm_monitor.c:168: error: `WA_UNDERLINE' undeclared (first use in this function)<br> bwm_monitor.c:168: error: `WA_BOLD' undeclared (first use in this function)<br> bwm_monitor.c: In function `main':<br> bwm_monitor.c:210: error: `WINDOW' undeclared (first use in this function)<br> bwm_monitor.c:210: error: `w_main' undeclared (first use in this function)<br> bwm_monitor.c:211: error: `MENU' undeclared (first use in this function)<br> bwm_monitor.c:211: error: `m_main' undeclared (first use in this function)<br> bwm_monitor.c:212: error: `w_menu' undeclared (first use in this function)<br> bwm_monitor.c:213: error: `ITEM' undeclared (first use in this function)<br> bwm_monitor.c:213: error: `menu_items' undeclared (first use in this function)<br> bwm_monitor.c:230: error: `stderr' undeclared (first use in this function)<br> bwm_monitor.c:284: error: `stdscr' undeclared (first use in this function)<br> bwm_monitor.c:289: error: `cursor_invisible' undeclared (first use in this function)<br> bwm_monitor.c:297: error: `COLOR_BLUE' undeclared (first use in this function)<br> bwm_monitor.c:297: error: `COLOR_BLACK' undeclared (first use in this function)<br> bwm_monitor.c:298: error: `COLOR_WHITE' undeclared (first use in this function)<br> bwm_monitor.c:299: error: `COLOR_GREEN' undeclared (first use in this function)<br> bwm_monitor.c:301: error: `COLOR_YELLOW' undeclared (first use in this function)<br> bwm_monitor.c:331: error: syntax error before ')' token<br> bwm_monitor.c:359: error: `WA_NORMAL' undeclared (first use in this function)<br> bwm_monitor.c:359: error: `WA_BOLD' undeclared (first use in this function)<br> bwm_monitor.c:371: error: `E_UNKNOWN_COMMAND' undeclared (first use in this function)<br> bwm_monitor.c:373: error: `E_REQUEST_DENIED' undeclared (first use in this function)<br> make[2]: *** [bwm_monitor-bwm_monitor.o] Error 1<br> make[2]: Leaving directory `/root/bshapper/bwm_tools-200603080716/bwm_monitor'<br> make[1]: *** [all-recursive] Error 1<br> make[1]: Leaving directory `/root/bshapper/bwm_tools-200603080716'<br> make: *** [all] Error 2<br> [root@localhost bwm_tools-200603080716]#<br> </body> </html> |
From: Ravi P. <ra...@sw...> - 2006-08-16 06:03:43
|
Hi Mark, It is quite easy to install on CentOs. I have done the same a while ago. Basically you have to install rrdtool properly. Once this is done you will be able to compile bwm. Regards Ravi -----Original Message----- From: bwm...@li... [mailto:bwm...@li...] On Behalf Of Mark Dueck Sent: Tuesday, August 15, 2006 10:31 PM To: bwm...@li... Subject: [bwm-tools-tech] how to install dependencies maybe this is beyond what you guys would be ready to help with, but I'd like if someone could give me a script to do an install of bwm tools on a new installation of CentOS, or any other system that is recommended. Probably I'm too new to linux, but I just can't seem to get it working - I have dependency problems left and right. Having a script like that would make it so easy to get a system up and running too. If someone could do this, I'm ready to work on a window's front end in C++ Builder. - I'm doing this for a startup ISP, and they might need quite a few boxes over the country. I'm a DB programmer mostly, but told these guys I could do this for them. I'm also interested in getting OpenVPN on these boxes, but that can be done at a later time. Thanks, Mark ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ bwm-tools-tech mailing list bwm...@li... https://lists.sourceforge.net/lists/listinfo/bwm-tools-tech |
From: Mark D. <ma...@du...> - 2006-08-15 17:03:35
|
maybe this is beyond what you guys would be ready to help with, but I'd like if someone could give me a script to do an install of bwm tools on a new installation of CentOS, or any other system that is recommended. Probably I'm too new to linux, but I just can't seem to get it working - I have dependency problems left and right. Having a script like that would make it so easy to get a system up and running too. If someone could do this, I'm ready to work on a window's front end in C++ Builder. - I'm doing this for a startup ISP, and they might need quite a few boxes over the country. I'm a DB programmer mostly, but told these guys I could do this for them. I'm also interested in getting OpenVPN on these boxes, but that can be done at a later time. Thanks, Mark |
From: Ravi P. <ra...@sw...> - 2006-08-14 14:48:13
|
How do we find out? -----Original Message----- From: bwm...@li... [mailto:bwm...@li...] On Behalf Of Nigel Kukard Sent: Sunday, August 13, 2006 8:37 PM To: Bandwidth Management Tools General & Technical Discussions Subject: Re: [bwm-tools-tech] Size_bit confusion Hi Ravi, > Another thing - when bwm_graph is run with size_bit and I see the > graph and compare with a graph of the router interface, I am seeing > that bwm_graph is showing lower usage. ANy particular reason? Hrmmm .... is there packets being dropped in BWM Tools? (ie. is the flow exceeding its rate limit) -Nigel |
From: Nigel K. <nk...@lb...> - 2006-08-13 15:11:09
|
Hi Ravi, > I have been experimenting with graph creation in a shell script which c= an be > called from cron at regular intervals and put the output file so that > anybody can view it over the web. Using the live output from bwmd? --report-format=3Drrd? > I find that I have to use a DEF statement immediately followed by a CDE= F and > a VDEF(if required) and then by a LINE or AREA statement and only after= this > can I put another DEF statement.=20 >=20 > If I put multiple DEF statements followed by multiple LINE statements, = it > does not work. Rrdtool version is 1.2.13 and OS is centOS. > Any particular reason that you can think of? If you using rrdtool to pull data out of an .rrd file, its unfortunately out of the scope of this mailing list .... if you paste examples of what works and what doesn't maybe we can lend a hand, just don't bet on it ;)= -Nigel |
From: Nigel K. <nk...@lb...> - 2006-08-13 15:08:28
|
Hi Ravi, > Another thing - when bwm_graph is run with size_bit and I see the graph= > and compare with a graph of the router interface, I am seeing that > bwm_graph is showing lower usage. ANy particular reason? Hrmmm .... is there packets being dropped in BWM Tools? (ie. is the flow exceeding its rate limit) -Nigel |
From: Ravi P. <ra...@sw...> - 2006-08-12 10:20:29
|
Hi Nigel I have been experimenting with graph creation in a shell script which can be called from cron at regular intervals and put the output file so that anybody can view it over the web. I find that I have to use a DEF statement immediately followed by a CDEF and a VDEF(if required) and then by a LINE or AREA statement and only after this can I put another DEF statement. If I put multiple DEF statements followed by multiple LINE statements, it does not work. Rrdtool version is 1.2.13 and OS is centOS. Any particular reason that you can think of? Regards Ravi |
From: Ravi P. <ra...@sw...> - 2006-08-02 10:13:31
|
Hi Nigel, I still await your eply to my below email. I had sent you the bz2 file that day itself. I still believe that the rrd files generated by bwm_graph using the size_bit counter do not measure more than 1 Mbit. Please advise urgently. Regards Ravi -----Original Message----- From: Ravi Patwari [mailto:ra...@sw...] Sent: Monday, July 31, 2006 6:47 PM To: 'Bandwidth Management Tools General & Technical Discussions' Cc: 'Nigel Kukard' Subject: RE: [bwm-tools-tech] Configuration Hi Nigel, (a) I figured out the first problem of .dat not getting updated. I was using the end date as 2006/07/31 which actually means 2006/07/30 23:59. (b) Please find attached the bz2 file. (c) Thanks, got the stats.cgi file. Regards Ravi -----Original Message----- From: bwm...@li... [mailto:bwm...@li...] On Behalf Of Nigel Kukard Sent: Monday, July 31, 2006 6:29 PM To: 'Bandwidth Management Tools General & Technical Discussions' Subject: Re: [bwm-tools-tech] Configuration Hi Ravi, > (a) Though bwmd is running and updating the respective .dat files in > /var/bwm_tools, the rrds created from these .dat files are not having > any entries beyond midnight of 30 jul 2006. Any particular reason? > Can you paste the command(s) you're using to generate the rrd? Are you using native or rrd format? > (b) The graphs created by using size_bit counter do not go over 1Mbit. > Where do I change this code so that the rrd files generated can record > this properly. > Hrmmm ... can you bzip2 one of your .dat files and send it to me, I'll investigate. > (c) No scripts available in the link below. Please advise. > use ... wget http://www.linuxrulz.org/nkukard/scripts/stats.cgi It won't show up in a browser. Regards -Nigel |
From: Andrew N. <and...@gm...> - 2006-08-01 13:12:39
|
To install gcc on ubuntu do an apt-get install build-essential and it will work. I know that BWM works on an ubuntu based server because I have tried it. Although I ended up not using ubuntu in production using CentOS 4.3 instead. On 7/31/06, Mark Dueck <ma...@du...> wrote: > I read somewhere that bwm was mostly created under Ubuntu, but then I > downloaded it, tried to get it working, but find out that Ubuntu 6 > does not even have GCC on it, can't even find it on the CD.. > > Can someone tell me what distro your running on.. Does it run on > FreeBSD? what does it use if it runs on BSD? Iptables as well? - > maybe I'm not versed enough in BSD yet. > > Can someone tell me how bwm compares to ipfw on BSD? > > Thank you, > Mark > > > -I AM a newbie, but I have recompiled kernel and gotten ipfw to delay > my pings, but for the life of me I can't figure out how to forward > packets through the box. > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > bwm-tools-tech mailing list > bwm...@li... > https://lists.sourceforge.net/lists/listinfo/bwm-tools-tech > |
From: John B. <jo...@mu...> - 2006-08-01 08:57:59
|
> Hi Mark, > > I read somewhere that bwm was mostly created under Ubuntu > Where'd you read this? > > BWM Tools was/is designed and created entirely under IDMS Linux > (www.idms-linux.org). Tests & bugfixing is carried out under VMWare > instances of other distributions such as Fedora, Debian & Ubuntu. > However other contributors may of used different tools and environments. > > Regards > Nigel Has it been tried on SuSe? John Bii -- John Bii School of Medicine Moi University |
From: Nigel K. <nk...@lb...> - 2006-08-01 07:01:50
|
Hi Mark, > I read somewhere that bwm was mostly created under Ubuntu Where'd you read this? BWM Tools was/is designed and created entirely under IDMS Linux (www.idms-linux.org). Tests & bugfixing is carried out under VMWare instances of other distributions such as Fedora, Debian & Ubuntu. However other contributors may of used different tools and environments. Regards Nigel |
From: Ravi P. <ra...@sw...> - 2006-08-01 06:09:51
|
Hi Mark, Bwm works very well on redhat or centos. It is better than Ipfw as it can control bandwidth by port, ip addresses, interface etc. Iptables are required for bwm as they do the marking of the packets. Forwarding on a linux box is east. Just edit the /etc/sysctl.conf and change the net.ipv4.ip_forward to 1 (enable forwarding). Ravi -----Original Message----- From: bwm...@li... [mailto:bwm...@li...] On Behalf Of Mark Dueck Sent: Tuesday, August 01, 2006 10:57 AM To: bwm...@li... Subject: [bwm-tools-tech] what to run bwm on I read somewhere that bwm was mostly created under Ubuntu, but then I downloaded it, tried to get it working, but find out that Ubuntu 6 does not even have GCC on it, can't even find it on the CD.. Can someone tell me what distro your running on.. Does it run on FreeBSD? what does it use if it runs on BSD? Iptables as well? - maybe I'm not versed enough in BSD yet. Can someone tell me how bwm compares to ipfw on BSD? Thank you, Mark -I AM a newbie, but I have recompiled kernel and gotten ipfw to delay my pings, but for the life of me I can't figure out how to forward packets through the box. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ bwm-tools-tech mailing list bwm...@li... https://lists.sourceforge.net/lists/listinfo/bwm-tools-tech |
From: Mark D. <ma...@du...> - 2006-08-01 05:27:47
|
I read somewhere that bwm was mostly created under Ubuntu, but then I downloaded it, tried to get it working, but find out that Ubuntu 6 does not even have GCC on it, can't even find it on the CD.. Can someone tell me what distro your running on.. Does it run on FreeBSD? what does it use if it runs on BSD? Iptables as well? - maybe I'm not versed enough in BSD yet. Can someone tell me how bwm compares to ipfw on BSD? Thank you, Mark -I AM a newbie, but I have recompiled kernel and gotten ipfw to delay my pings, but for the life of me I can't figure out how to forward packets through the box. |
From: Nigel K. <nk...@lb...> - 2006-07-31 12:59:46
|
Hi Ravi, > (a) Though bwmd is running and updating the respective .dat files in > /var/bwm_tools, the rrds created from these .dat files are not having a= ny > entries beyond midnight of 30 jul 2006. Any particular reason? > =20 Can you paste the command(s) you're using to generate the rrd? Are you using native or rrd format? > (b) The graphs created by using size_bit counter do not go over 1Mbit. = Where > do I change this code so that the rrd files generated can record this > properly. > =20 Hrmmm ... can you bzip2 one of your .dat files and send it to me, I'll investigate. > (c) No scripts available in the link below. Please advise. > =20 use ... wget http://www.linuxrulz.org/nkukard/scripts/stats.cgi It won't show up in a browser. Regards -Nigel |
From: Ravi P. <ra...@sw...> - 2006-07-31 12:55:17
|
Hi Nigel, I am still facing the following issues: (a) Though bwmd is running and updating the respective .dat files in /var/bwm_tools, the rrds created from these .dat files are not having any entries beyond midnight of 30 jul 2006. Any particular reason? (b) The graphs created by using size_bit counter do not go over 1Mbit. Where do I change this code so that the rrd files generated can record this properly. (c) No scripts available in the link below. Please advise. Regards Ravi -----Original Message----- From: bwm...@li... [mailto:bwm...@li...] On Behalf Of Nigel Kukard Sent: Wednesday, July 26, 2006 9:34 PM To: Bandwidth Management Tools General & Technical Discussions Subject: Re: [bwm-tools-tech] Configuration Hi Ravi, > Now, almost 24 hours after the IPQ_BUFSIZE change, all is well. This is FYI. > Great, I'll work on bringing out a fix in the next snapshot. > In the mailing list I see that bwmd can log direct to rrd files, how? > Also I had compiled bwm_tools as under: > > ./configure --with-rrdtool2 --disable-rrdcgi > > As in the mailing list you are saying that live stats can be got using > rrdcgi. > > Is there some documentation on this please and examples. Check out the doc directory, you can make pdf or make html to generate documentation. You're looking for the report-format option, setting this to rrd can generate rrd data. You will need to create the rrd file first though, and specify it using report-filename. Bwmd will log 4 values to the rrd every report-timeout, bytes, packets, bursted, dropped respectively. Check this script out .... http://www.linuxrulz.org/nkukard/scripts/stats.cgi .... thats a starting point to write your own cgi script which generates funky rrdtool graphs :) Let me know if you come right, I'll work on better documenting the reporting directly to rrd the first chance I get. This should serve as information for anyone who takes the time to look through the mailing list archives ;) Regards Nigel |
From: Ravi P. <ra...@sw...> - 2006-07-29 12:11:12
|
Hi Nigel I see from the rrd created by bwm_graph using the size_bit option, it can measure or record a max of 1Mbit only. Please clarify where to correct this from. Also I am unable to check out your script below as the file does not seem to be there. Please advise. Regards Ravi -----Original Message----- From: bwm...@li... [mailto:bwm...@li...] On Behalf Of Nigel Kukard Sent: Wednesday, July 26, 2006 9:34 PM To: Bandwidth Management Tools General & Technical Discussions Subject: Re: [bwm-tools-tech] Configuration Hi Ravi, > Now, almost 24 hours after the IPQ_BUFSIZE change, all is well. This is FYI. > Great, I'll work on bringing out a fix in the next snapshot. > In the mailing list I see that bwmd can log direct to rrd files, how? > Also I had compiled bwm_tools as under: > > ./configure --with-rrdtool2 --disable-rrdcgi > > As in the mailing list you are saying that live stats can be got using > rrdcgi. > > Is there some documentation on this please and examples. Check out the doc directory, you can make pdf or make html to generate documentation. You're looking for the report-format option, setting this to rrd can generate rrd data. You will need to create the rrd file first though, and specify it using report-filename. Bwmd will log 4 values to the rrd every report-timeout, bytes, packets, bursted, dropped respectively. Check this script out .... http://www.linuxrulz.org/nkukard/scripts/stats.cgi .... thats a starting point to write your own cgi script which generates funky rrdtool graphs :) Let me know if you come right, I'll work on better documenting the reporting directly to rrd the first chance I get. This should serve as information for anyone who takes the time to look through the mailing list archives ;) Regards Nigel |
From: Nigel K. <nk...@lb...> - 2006-07-28 20:13:28
|
Hi Ravi, > Now, almost 24 hours after the IPQ_BUFSIZE change, all is well. This is= FYI. > =20 Great, I'll work on bringing out a fix in the next snapshot. > In the mailing list I see that bwmd can log direct to rrd files, how? A= lso I > had compiled bwm_tools as under: > > ./configure --with-rrdtool2 --disable-rrdcgi > > As in the mailing list you are saying that live stats can be got using > rrdcgi. > > Is there some documentation on this please and examples. Check out the doc directory, you can make pdf or make html =20 to generate documentation. You're looking for the report-format option, setting this to rrd can generate rrd data. You will need to create the rrd file first though, and specify it using report-filename. Bwmd will log 4 values to the rrd every report-timeout, bytes, packets, bursted, dropped respectively. Check this script out .... http://www.linuxrulz.org/nkukard/scripts/stats.cgi .... thats a starting point to write your own cgi script which generates funky rrdtool graphs = :) Let me know if you come right, I'll work on better documenting the reporting directly to rrd the first chance I get. This should serve as information for anyone who takes the time to look through the mailing list archives ;) Regards Nigel |