bwm-tools-tech Mailing List for Bandwidth Management Tools (Page 16)
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: jeremy r. <jer...@ya...> - 2004-03-27 02:41:16
|
hi, it take me almost a day to compile and install bwm.. was able to run bwmd and use firewall.xml that is provided by one member in this list and run bwm_monitor. my question is this, I want to test first bwm-tools to a single PC no nat or internet sharing, coz its difficult if i installed this to our gateway without testing it first. just want to limit my PC input and output to 20kbps and view the stats thru bwm_monitor. can anybody help me with the rules for this. thanks jr __________________________________ Do you Yahoo!? Yahoo! Finance Tax Center - File online. File on time. http://taxes.yahoo.com/filing.html |
From: Santiago J. R <san...@av...> - 2004-03-26 17:34:13
|
Hi Eric, Quoting Eric Anier <em...@me...>: > this is the error i got when i run "./configure" of bwm. > > checking for rrd_create in -lrrd... no > checking for rrd_update in -lrrd... no > Error: Working librrd required > I had the same trouble compiling bwm_tools-0.1.8 in a RH 9 box, and I did this to "fix" it: rrdtool-1.0.46 installation: ./cofigure --prefix=/usr so, the bwm_tools config found the rrd_crate and rrd_update, but didn't found the libbwm.so.1 maybe, you'll have to make a sym link in /usr/lib to the libbwm.so.1 It's not the best way to compile, but works... Santiago J. Ruano Rincón Avatar Ltda. ParqueSoft Popayán +57-2 8221214 |
From: Nigel K. <nk...@lb...> - 2004-03-26 08:53:51
|
On Fri, Mar 26, 2004 at 04:14:56PM +0800, Eric Anier wrote: > where can i download libxml version 2.0+ search http://freshmeat.net |
From: Nigel K. <nk...@lb...> - 2004-03-26 08:53:19
|
On Fri, Mar 26, 2004 at 12:59:00PM +0800, Eric Anier wrote: > checking for rrd_create in -lrrd... no > checking for rrd_update in -lrrd... no > Error: Working librrd required >=20 > by the way i have installed rrdtool-1.0.45 successfully=20 > is there a way to tell bwm where to find librrd? >=20 Hi Eric, bwm-tools tests the currently installed librrd.so library if it contains the functions rrd_create & rrd_update. It seems that sometimes it requires the -lm to link in the math library. The second test, tests this. If both fail it comes to the conclusion either your librrd.so file isn't in your library path or it doesn't work. Please check that you do have librrd.so symlink in your library path and you can also check config.log to see exactly what the configure script is complaining about. Regards Nigel =20 |
From: Eric A. <em...@me...> - 2004-03-26 08:06:32
|
hi, where can i download libxml version 2.0+ help would be very much appriciated.. Thnx eric |
From: Eric A. <em...@me...> - 2004-03-26 04:50:40
|
Hi, I had been reading all the available docs about bmw including the nice docs by Kobe Lenjou and the mailing list archive. I decided to try it my self but to no avail. this is the error i got when i run "./configure" of bwm. checking for rrd_create in -lrrd... no checking for rrd_update in -lrrd... no Error: Working librrd required by the way i have installed rrdtool-1.0.45 successfully is there a way to tell bwm where to find librrd? Thanks, Eric |
From: Nigel K. <nk...@lb...> - 2004-03-23 05:16:26
|
> [root@kerrigan root]# bwmd --foreground > BWM Daemon v0.1.8 - Copyright (c) 2003 Linux Based Systems Design > =20 > BWMD: Loaded 3 flows and 2 queues > BWMD: Found 0 modules to load > IPQ runner started... > Failed to set IPQ mode > passer: Failed to send netlink message: Connection refused > Failed to get IPQ handle > Flow runner started... > Stat thread started... >=20 Try... modprobe ip_queue Then run bwmd. -Nigel |
From: Kobe L. <ko...@pu...> - 2004-03-22 21:57:37
|
This is in fact an easy one ;-) You don't have the ip_queue module loaded in your kernel (or not compiled if you're not running the stock RH kernel). You can check the loaded modules with 'lsmod'. A simple 'insmod ip_queue' should do the trick You should place this mod in the section provided for it in the XML config file so bwmd will load it auotmatically on start. Succes Kobe ----- Original Message ----- From: "Alejandro Rios Peña ??" <al...@un...> To: "Kobe Lenjou" <ko...@pu...> Cc: <bwm...@li...> Sent: Monday, March 22, 2004 9:49 PM Subject: Re: [bwm-tools-tech] firewall rules problems > Hi again kobe, > > We did what you said about iptables-restore, and we think it worked :) > (see * bellow), but now we're having problems trying to run bwmd (see ** > bellow). > > *This is our iptables status now: > > [root@kerrigan root]# service iptables status > Table: nat > Chain PREROUTING (policy ACCEPT) > target prot opt source destination > > Chain POSTROUTING (policy ACCEPT) > target prot opt source destination > > Chain OUTPUT (policy ACCEPT) > target prot opt source destination > > Table: filter > Chain INPUT (policy ACCEPT) > target prot opt source destination > > Chain FORWARD (policy ACCEPT) > target prot opt source destination > > Chain OUTPUT (policy ACCEPT) > target prot opt source destination > > Chain bwmd (0 references) > target prot opt source destination > QUEUE all -- anywhere anywhere MARK match > !0x0 > > Table: mangle > Chain PREROUTING (policy ACCEPT) > target prot opt source destination > > Chain INPUT (policy ACCEPT) > target prot opt source destination > > Chain FORWARD (policy ACCEPT) > target prot opt source destination > MARK tcp -- macondo.unicauca.edu.co !172.16.0.0/16 MARK set > 0x3e9 > MARK udp -- macondo.unicauca.edu.co !172.16.0.0/16 MARK set > 0x3e9 > MARK tcp -- anywhere anywhere MARK set > 0x3f0 > MARK udp -- anywhere anywhere MARK set > 0x3f0 > > Chain OUTPUT (policy ACCEPT) > target prot opt source destination > > Chain POSTROUTING (policy ACCEPT) > target prot opt source destination > > > *And this is the problem we're having with bwmd: > > [root@kerrigan root]# bwmd --foreground > BWM Daemon v0.1.8 - Copyright (c) 2003 Linux Based Systems Design > > BWMD: Loaded 3 flows and 2 queues > BWMD: Found 0 modules to load > IPQ runner started... > Failed to set IPQ mode > passer: Failed to send netlink message: Connection refused > Failed to get IPQ handle > Flow runner started... > Stat thread started... > > Thanks for the help. > > P.D.: Sorry for all these long e-mails. > > > -- > Alejandro Ríos Peña > --------------------------------------------------- > | Estudiante Ing. Electrónica y Telecomunicaciones > | Universidad del Cauca > | Coord. Grupo GNU/Linux Unicauca > | Socio Avatar Ltda. > | Integrante ParqueSoft > | Popayán, Colombia > --------------------------------------------------- > "Quien ha de morir, libere su software a la comunidad" > -- > Alejandro Ríos Peña > --------------------------------------------------- > | Estudiante Ing. Electrónica y Telecomunicaciones > | Universidad del Cauca > | Coord. Grupo GNU/Linux Unicauca > | Socio Avatar Ltda. > | Integrante ParqueSoft > | Popayán, Colombia > --------------------------------------------------- > "Quien ha de morir, libere su software a la comunidad" > > |
From: Alejandro R. <al...@un...> - 2004-03-22 20:49:03
|
Hi again kobe, We did what you said about iptables-restore, and we think it worked :) (see * bellow), but now we're having problems trying to run bwmd (see ** bellow). *This is our iptables status now: [root@kerrigan root]# service iptables status=20 Table: nat Chain PREROUTING (policy ACCEPT) target prot opt source destination Chain POSTROUTING (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination Table: filter Chain INPUT (policy ACCEPT) target prot opt source destination = =20 Chain FORWARD (policy ACCEPT) target prot opt source destination = =20 Chain OUTPUT (policy ACCEPT) target prot opt source destination = =20 Chain bwmd (0 references) target prot opt source destination QUEUE all -- anywhere anywhere MARK match !0x0 Table: mangle Chain PREROUTING (policy ACCEPT) target prot opt source destination =20 Chain INPUT (policy ACCEPT) target prot opt source destination =20 Chain FORWARD (policy ACCEPT) target prot opt source destination MARK tcp -- macondo.unicauca.edu.co !172.16.0.0/16 MARK set 0x3e9 MARK udp -- macondo.unicauca.edu.co !172.16.0.0/16 MARK set 0x3e9 MARK tcp -- anywhere anywhere MARK set 0x3f0 MARK udp -- anywhere anywhere MARK set 0x3f0 =20 Chain OUTPUT (policy ACCEPT) target prot opt source destination =20 Chain POSTROUTING (policy ACCEPT) target prot opt source destination *And this is the problem we're having with bwmd: [root@kerrigan root]# bwmd --foreground BWM Daemon v0.1.8 - Copyright (c) 2003 Linux Based Systems Design =20 BWMD: Loaded 3 flows and 2 queues BWMD: Found 0 modules to load IPQ runner started... Failed to set IPQ mode passer: Failed to send netlink message: Connection refused Failed to get IPQ handle Flow runner started... Stat thread started... Thanks for the help. P.D.: Sorry for all these long e-mails. --=20 Alejandro R=EDos Pe=F1a --------------------------------------------------- | Estudiante Ing. Electr=F3nica y Telecomunicaciones | Universidad del Cauca | Coord. Grupo GNU/Linux Unicauca | Socio Avatar Ltda. | Integrante ParqueSoft | Popay=E1n, Colombia ---------------------------------------------------=20 "Quien ha de morir, libere su software a la comunidad" --=20 Alejandro R=EDos Pe=F1a --------------------------------------------------- | Estudiante Ing. Electr=F3nica y Telecomunicaciones | Universidad del Cauca | Coord. Grupo GNU/Linux Unicauca | Socio Avatar Ltda. | Integrante ParqueSoft | Popay=E1n, Colombia ---------------------------------------------------=20 "Quien ha de morir, libere su software a la comunidad" |
From: Kobe L. <ko...@pu...> - 2004-03-22 17:01:06
|
I'm not familiar with RH9. But I see iptables-restore segfaulting I believe. can you reload the rules manually by typing /sbin/iptables-restore <your iprules file> to load multiple rule files use the --noflush option for optables-restore. and check what's happening. Since I have no idea what the RH init script is doing behind the screens, I see all strange grepping stuff happening. Greetz Kobe ----- Original Message ----- From: "Santiago J. Ruano Rincón" <san...@av...> To: <ko...@mo...> Cc: <bwm...@li...> Sent: Friday, March 19, 2004 10:07 PM Subject: [bwm-tools-tech] firewall rules problems > Hi > > after compiling bwm_tools in a redhat 9.0 box, we have tried to follow the > http://www.murder4al.be/ guide, but we've hade problems with the iptables rules. > > this is the config file we are using: > > <firewall> > # Configuracion global y clases de acceso > <global> > <class name="otro_salida"> > <address name="otro_tcp_salida" src-iface="eth1" proto="tcp"/> > <address name="otro_udp_salida" src-iface="eth1" proto="udp"/> > </class> > <class name="otro_salida_nat"> > <address name="otro_tcp_salida" src-iface="eth1" dst="! > 172.16.0.0/16"/> > </class> > <class name="macondo_salida"> > <address name="macondo_tcp_salida" src-iface="eth1" > proto="tcp" src="172.16.130.133" dst="! 172.16.0.0/16"/> > <address name="macondo_udp_salida" src-iface="eth1" > proto="udp" src="172.16.130.133" dst="! 172.16.0.0/16"/> > </class> > </global> > > > #Flujos de Trafico > <traffic> > <flow name="salida_total_ip_real" stats-len="5" queue-size="262144" > queue-len="400" max-rate="16288" burst-rate="1024" report-timeout="60"> > <flow name="macondo_salida" max-rate="10240" queue-size="16384" stats-len="5" > report-timeout="60"> > <queue prio="40" nfmark="1001"> > macondo_salida; > </queue> > </flow> > <flow name="otro_salida" max-rate="2048" burst-rate="6144" queue-size="32768" > stats-len="5" report-timeout="60"> > <queue prio="90" nfmark="1008"> > otro_salida; > </queue> > </flow> > </flow> > </traffic> > </firewall> > > after bwm_firewall: > > # Generated using BWM Firewall v0.1.8: DATE > *mangle > :OUTPUT ACCEPT > :INPUT ACCEPT > :FORWARD ACCEPT > -A FORWARD --destination ! 172.16.0.0/16 --source 172.16.130.133 --protocol tcp > --in-interface eth1 -j MARK --set-mark 1001 > -A FORWARD --destination ! 172.16.0.0/16 --source 172.16.130.133 --protocol udp > --in-interface eth1 -j MARK --set-mark 1001 > -A FORWARD --protocol tcp --in-interface eth1 -j MARK --set-mark 1008 > -A FORWARD --protocol udp --in-interface eth1 -j MARK --set-mark 1008 > COMMIT > *filter > :OUTPUT ACCEPT > :bwmd - > :INPUT ACCEPT > :FORWARD ACCEPT > -A bwmd -m mark ! --mark 0 -j QUEUE > COMMIT > > and trying to restart iptables. > > Flushing all current rules and user defined chains: [ OK ] > Clearing all current rules and user defined chains: [ OK ] > Applying iptables firewall rules: /etc/init.d/iptables: line 205: 4496 Done > grep -v "^[[:space:]]*#" $IPTABLES_CONFIG > 4497 | grep -v '^[[:space:]]*$' > 4498 Segmentation fault | /sbin/iptables-restore -c > [FAILED] > > what's wrong? > > any help would be appreciated. > > Santiago J. Ruano Rincón > > Avatar Ltda. > ParqueSoft Popayán > +57-2 8221214 > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > bwm-tools-tech mailing list > bwm...@li... > https://lists.sourceforge.net/lists/listinfo/bwm-tools-tech > |
From: Santiago J. R <san...@av...> - 2004-03-19 21:10:18
|
Hi after compiling bwm_tools in a redhat 9.0 box, we have tried to follow the http://www.murder4al.be/ guide, but we've hade problems with the iptables rules. this is the config file we are using: <firewall> # Configuracion global y clases de acceso <global> <class name="otro_salida"> <address name="otro_tcp_salida" src-iface="eth1" proto="tcp"/> <address name="otro_udp_salida" src-iface="eth1" proto="udp"/> </class> <class name="otro_salida_nat"> <address name="otro_tcp_salida" src-iface="eth1" dst="! 172.16.0.0/16"/> </class> <class name="macondo_salida"> <address name="macondo_tcp_salida" src-iface="eth1" proto="tcp" src="172.16.130.133" dst="! 172.16.0.0/16"/> <address name="macondo_udp_salida" src-iface="eth1" proto="udp" src="172.16.130.133" dst="! 172.16.0.0/16"/> </class> </global> #Flujos de Trafico <traffic> <flow name="salida_total_ip_real" stats-len="5" queue-size="262144" queue-len="400" max-rate="16288" burst-rate="1024" report-timeout="60"> <flow name="macondo_salida" max-rate="10240" queue-size="16384" stats-len="5" report-timeout="60"> <queue prio="40" nfmark="1001"> macondo_salida; </queue> </flow> <flow name="otro_salida" max-rate="2048" burst-rate="6144" queue-size="32768" stats-len="5" report-timeout="60"> <queue prio="90" nfmark="1008"> otro_salida; </queue> </flow> </flow> </traffic> </firewall> after bwm_firewall: # Generated using BWM Firewall v0.1.8: DATE *mangle :OUTPUT ACCEPT :INPUT ACCEPT :FORWARD ACCEPT -A FORWARD --destination ! 172.16.0.0/16 --source 172.16.130.133 --protocol tcp --in-interface eth1 -j MARK --set-mark 1001 -A FORWARD --destination ! 172.16.0.0/16 --source 172.16.130.133 --protocol udp --in-interface eth1 -j MARK --set-mark 1001 -A FORWARD --protocol tcp --in-interface eth1 -j MARK --set-mark 1008 -A FORWARD --protocol udp --in-interface eth1 -j MARK --set-mark 1008 COMMIT *filter :OUTPUT ACCEPT :bwmd - :INPUT ACCEPT :FORWARD ACCEPT -A bwmd -m mark ! --mark 0 -j QUEUE COMMIT and trying to restart iptables. Flushing all current rules and user defined chains: [ OK ] Clearing all current rules and user defined chains: [ OK ] Applying iptables firewall rules: /etc/init.d/iptables: line 205: 4496 Done grep -v "^[[:space:]]*#" $IPTABLES_CONFIG 4497 | grep -v '^[[:space:]]*$' 4498 Segmentation fault | /sbin/iptables-restore -c [FAILED] what's wrong? any help would be appreciated. Santiago J. Ruano Rincón Avatar Ltda. ParqueSoft Popayán +57-2 8221214 |
From: Nigel K. <nk...@lb...> - 2004-03-15 19:27:24
|
On Mon, Mar 15, 2004 at 09:32:28AM +0100, Kobe Lenjou wrote: > Maybe you can read http://www.murder4al.be about my own experience with > bwm_tools. >=20 > But in general it comes to this. > - Open the example XML file located in /etc/bwm_tools and edit it to suit > your needs. > - Generate iptables ruleset from this xml file with bwm_firewall > - Get that ruleset active (possible editing by hand to merge it with an > existing ruleset) or by just loading it with iptables-restore > - Start 'bwmd --config=3D/path/to/xml/file > - Enjoy your shaping with bwm_monitor >=20 > Greetz > Kobe Very much appreciated Kobe! Mind if I mention this in the documentation? Maybe i should also include the "Kobe 5 step way to get bwm-tools up" ... hehe :-) Regards Nigel |
From: Kobe L. <ko...@pu...> - 2004-03-15 08:32:38
|
Maybe you can read http://www.murder4al.be about my own experience with bwm_tools. But in general it comes to this. - Open the example XML file located in /etc/bwm_tools and edit it to suit your needs. - Generate iptables ruleset from this xml file with bwm_firewall - Get that ruleset active (possible editing by hand to merge it with an existing ruleset) or by just loading it with iptables-restore - Start 'bwmd --config=/path/to/xml/file - Enjoy your shaping with bwm_monitor Greetz Kobe ----- Original Message ----- From: "Jon" <bw...@pa...> To: <bwm...@li...> Sent: Saturday, March 13, 2004 12:30 PM Subject: [bwm-tools-tech] Getting started > Hi > > Right, it's taken me a few days to get this installed (I think it's > installed...heh) > > Some background info: > > Im running Gentoo Linux on a Athlon 1800+, 512mb RAM. > > -------------------------------------------------------------------------- ------- > root@veritas ~/bwm_tools-0.1.8 > $ls > AUTHORS Makefile.in bwm_graph config.h.in depcomp > ltmain.sh > COPYING NEWS bwm_monitor config.log doc missing > ChangeLog README bwmd config.status include stamp-h1 > INSTALL TODO compile config.sub install-sh > Makefile aclocal.m4 config.guess configure lib > Makefile.am bwm_firewall config.h configure.ac libtool > -------------------------------------------------------------------------- -------- > > Above is pretty much my bwm_tools folder after 'make install' > > Below is, as you can see /usr/local/bin > -------------------------------------------------------------------- > root@veritas /usr/local/bin > $ls > autorespond bwm_firewall bwm_graph bwm_monitor bwmd > -------------------------------------------------------------------- > > How does one get started? > > I have attempted to do > -------------------------------------------------------------------------- ---- > $./bwmd > BWM Daemon v0.1.8 - Copyright (c) 2003 Linux Based Systems Design > > I/O warning : failed to load external entity > "/usr/local/etc/bwm_tools/firewall.xml" > Failed to load flow data from configuration file! > -------------------------------------------------------------------------- ---- > > (a) I dont have a /usr/local/etc/ > and > (b) How do I go about generating the firewall.xml (which i'd presume to > be the ruleset) ? > > Any help would be greatly appreciated. > > Many thanks, > > -- Jon > > > > > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > bwm-tools-tech mailing list > bwm...@li... > https://lists.sourceforge.net/lists/listinfo/bwm-tools-tech > |
From: Nigel K. <nk...@lb...> - 2004-03-15 06:12:41
|
> $./bwmd > BWM Daemon v0.1.8 - Copyright (c) 2003 Linux Based Systems Design >=20 > I/O warning : failed to load external entity=20 > "/usr/local/etc/bwm_tools/firewall.xml" > Failed to load flow data from configuration file! > -------------------------------------------------------------------------= ----- >=20 > (a) I dont have a /usr/local/etc/ > and > (b) How do I go about generating the firewall.xml (which i'd presume to= =20 > be the ruleset) ? >=20 > Any help would be greatly appreciated. >=20 > Many thanks, > -- Jon Hi Jon, Check in the doc directory in the source, there is an example .xml file there. You must create the above etc directory and put the configuration file there. bwm_firewall generates an iptables ruleset which can be loaded atomically with iptables-restore. Regards Nigel |
From: Jon <bw...@pa...> - 2004-03-13 11:31:01
|
Hi Right, it's taken me a few days to get this installed (I think it's installed...heh) Some background info: Im running Gentoo Linux on a Athlon 1800+, 512mb RAM. --------------------------------------------------------------------------------- root@veritas ~/bwm_tools-0.1.8 $ls AUTHORS Makefile.in bwm_graph config.h.in depcomp ltmain.sh COPYING NEWS bwm_monitor config.log doc missing ChangeLog README bwmd config.status include stamp-h1 INSTALL TODO compile config.sub install-sh Makefile aclocal.m4 config.guess configure lib Makefile.am bwm_firewall config.h configure.ac libtool ---------------------------------------------------------------------------------- Above is pretty much my bwm_tools folder after 'make install' Below is, as you can see /usr/local/bin -------------------------------------------------------------------- root@veritas /usr/local/bin $ls autorespond bwm_firewall bwm_graph bwm_monitor bwmd -------------------------------------------------------------------- How does one get started? I have attempted to do ------------------------------------------------------------------------------ $./bwmd BWM Daemon v0.1.8 - Copyright (c) 2003 Linux Based Systems Design I/O warning : failed to load external entity "/usr/local/etc/bwm_tools/firewall.xml" Failed to load flow data from configuration file! ------------------------------------------------------------------------------ (a) I dont have a /usr/local/etc/ and (b) How do I go about generating the firewall.xml (which i'd presume to be the ruleset) ? Any help would be greatly appreciated. Many thanks, -- Jon |
From: Jon <bw...@pa...> - 2004-03-11 14:54:49
|
Ah yes, thanks, Thats it, well, i'd actually started building it 5 mins before i got the reply ;) hoping it was the right thing. Many thanks for the confirmation. -- Jon |
From: Kobe L. <ko...@pu...> - 2004-03-11 14:52:51
|
rrdtool that's Greetz Kobe ----- Original Message ----- From: "Jon" <bw...@pa...> To: <bwm...@li...> Sent: Thursday, March 11, 2004 3:12 PM Subject: [bwm-tools-tech] librrd > Hi > > Just joined the list as you can see ;) > > Attempting to ./configure, it stops with > > checking for rrd_create in -lrrd... no > checking for rrd_update in -lrrd... no > Error: Working librrd required > > Any idea what i should do to fix? > Obviously install a working version of librrd, but where from, what package. > (running gentoo linux) > > > Thanks, > > -- Jon > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > bwm-tools-tech mailing list > bwm...@li... > https://lists.sourceforge.net/lists/listinfo/bwm-tools-tech > |
From: Jon <bw...@pa...> - 2004-03-11 14:23:23
|
Hi Just joined the list as you can see ;) Attempting to ./configure, it stops with checking for rrd_create in -lrrd... no checking for rrd_update in -lrrd... no Error: Working librrd required Any idea what i should do to fix? Obviously install a working version of librrd, but where from, what package. (running gentoo linux) Thanks, -- Jon |
From: Nigel K. <nk...@lb...> - 2004-03-04 11:25:34
|
Implementing Lawfull Interception (LI) in bwm-tools. _IP mediation device and/or probe vendors (in no particular order)_ - SS8 - JSI - Raytheon - Verint - Primal - ETI - Clarity - Aqsacom - INet - Agilent - SOTAS - ADC - Siemens _ETSI Standards_ - Not distributable, you must register on their site to download the documents (http://pda.etsi.org) These look more like guidelines and not actual protocol implementation. - ETSI TR 101 944 - ETSI DES/SEC 003020 (Actually ETSI TS 102 232) _Cisco Documents submitted to IETF_ - (and related documents) can be found at http://bwm-tools.lbsd.net/rtp - draft-ietf-avt-rtp-retransmission-07.txt RTP Retransmission Scheme - draft-baker-slem-architecture-00.txt Cisco Support for LI in IP networks - draft-baker-slem-mib-00.txt Cisco LI Control MIB There is about 2.5Mb of draft+rfc's to do with the RTP protocol. If anyone is prepared to volunteer and form a group to implement this in opensource software please mail me. We currently have a piece of software capable of redirecting packets easily (Bandwidth Management Tools) from userspace, all that needs to be done is a simple RTP API implemented. Regards Nigel Kukard |
From: Nigel K. <nk...@lb...> - 2004-03-01 21:28:39
|
should be fixed in 0.1.8... i'm now using the Gnu Build System so please if anyone has any build problems let me know ;-) only real update in 0.1.8 is the build system. -Nigel On Wed, Feb 25, 2004 at 06:30:56PM +0100, Kobe Lenjou wrote: > Seems like the same problem we saw earlier. >=20 > has something to to with the -lM lib missing in some compile statement (on > some platforms, on my Suse 9 it works like a charm) > On an added note, bwm_tools works excellent without bwm_graph, except you > won't be able to make pretty graphs from it. >=20 > Greetz > Kobe >=20 > ----- Original Message ----- > From: "Santiago J. Ruano Rinc?n" <san...@av...> > To: <bwm...@li...> > Sent: Wednesday, February 25, 2004 3:45 AM > Subject: [bwm-tools-tech] compiling errors >=20 >=20 > > > > Hi > > > > I'm trying to install bwm_tools in a Redhat 9. I've had some troubles w= ith > the > > includes of rrdtool's includes, and I had to copy rrd.h to the includes > > directory of bwm_tools src. > > > > but now, i get this error: > > > > cc -o bwm_firewall bwm_firewall.o ../lib/libbwm.a -pthread -lgthread-2.0 > > -lglib-2.0 -lxml2 -lz -lm > > make[2]: Saliendo directorio `/usr/src/bwm_tools-0.1.7/bwm_firewall' > > make[1]: Saliendo directorio `/usr/src/bwm_tools-0.1.7/bwm_firewall' > > make[1]: Cambiando a directorio `/usr/src/bwm_tools-0.1.7/bwm_graph' > > make bwm_graph > > make[2]: Cambiando a directorio `/usr/src/bwm_tools-0.1.7/bwm_graph' > > cc -o bwm_graph bwm_graph.o graph.o ../lib/libbwm.a -pthread -lgthread-= 2.0 > > -lglib-2.0 -L/usr/local/rrdtool-1.0.46/lib -lrrd > > /usr/local/rrdtool-1.0.46/lib/librrd.a(rrd_graph.o)(.text+0x13d): In > function `ytr': > > /usr/src/rrdtool-1.0.46/src/rrd_graph.c:153: referencia a `log10' sin > definir > > > /usr/local/rrdtool-1.0.46/lib/librrd.a(rrd_graph.o)(.text+0x153):/usr/src= /rr > dtool-1.0.46/src/rrd_graph.c:153: > > referencia a `log10' sin definir > > > /usr/local/rrdtool-1.0.46/lib/librrd.a(rrd_graph.o)(.text+0x1c4):/usr/src= /rr > dtool-1.0.46/src/rrd_graph.c:161: > > referencia a `log10' sin definir > > > > any help is appreciated, > > > > > > Santiago J. Ruano Rinc?n > > > > Avatar Ltda. > > ParqueSoft Popay?n > > +57-2 8221214 > > |
From: Kobe L. <ko...@pu...> - 2004-02-25 17:32:28
|
Seems like the same problem we saw earlier. has something to to with the -lM lib missing in some compile statement (on some platforms, on my Suse 9 it works like a charm) On an added note, bwm_tools works excellent without bwm_graph, except you won't be able to make pretty graphs from it. Greetz Kobe ----- Original Message ----- From: "Santiago J. Ruano Rincón" <san...@av...> To: <bwm...@li...> Sent: Wednesday, February 25, 2004 3:45 AM Subject: [bwm-tools-tech] compiling errors > > Hi > > I'm trying to install bwm_tools in a Redhat 9. I've had some troubles with the > includes of rrdtool's includes, and I had to copy rrd.h to the includes > directory of bwm_tools src. > > but now, i get this error: > > cc -o bwm_firewall bwm_firewall.o ../lib/libbwm.a -pthread -lgthread-2.0 > -lglib-2.0 -lxml2 -lz -lm > make[2]: Saliendo directorio `/usr/src/bwm_tools-0.1.7/bwm_firewall' > make[1]: Saliendo directorio `/usr/src/bwm_tools-0.1.7/bwm_firewall' > make[1]: Cambiando a directorio `/usr/src/bwm_tools-0.1.7/bwm_graph' > make bwm_graph > make[2]: Cambiando a directorio `/usr/src/bwm_tools-0.1.7/bwm_graph' > cc -o bwm_graph bwm_graph.o graph.o ../lib/libbwm.a -pthread -lgthread-2.0 > -lglib-2.0 -L/usr/local/rrdtool-1.0.46/lib -lrrd > /usr/local/rrdtool-1.0.46/lib/librrd.a(rrd_graph.o)(.text+0x13d): In function `ytr': > /usr/src/rrdtool-1.0.46/src/rrd_graph.c:153: referencia a `log10' sin definir > /usr/local/rrdtool-1.0.46/lib/librrd.a(rrd_graph.o)(.text+0x153):/usr/src/rr dtool-1.0.46/src/rrd_graph.c:153: > referencia a `log10' sin definir > /usr/local/rrdtool-1.0.46/lib/librrd.a(rrd_graph.o)(.text+0x1c4):/usr/src/rr dtool-1.0.46/src/rrd_graph.c:161: > referencia a `log10' sin definir > > any help is appreciated, > > > Santiago J. Ruano Rincón > > Avatar Ltda. > ParqueSoft Popayán > +57-2 8221214 > > > > ------------------------------------------------------- > SF.Net is sponsored by: Speed Start Your Linux Apps Now. > Build and deploy apps & Web services for Linux with > a free DVD software kit from IBM. Click Now! > http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click > _______________________________________________ > bwm-tools-tech mailing list > bwm...@li... > https://lists.sourceforge.net/lists/listinfo/bwm-tools-tech > |
From: Santiago J. R <san...@av...> - 2004-02-25 02:46:45
|
Hi I'm trying to install bwm_tools in a Redhat 9. I've had some troubles with the includes of rrdtool's includes, and I had to copy rrd.h to the includes directory of bwm_tools src. but now, i get this error: cc -o bwm_firewall bwm_firewall.o ../lib/libbwm.a -pthread -lgthread-2.0 -lglib-2.0 -lxml2 -lz -lm make[2]: Saliendo directorio `/usr/src/bwm_tools-0.1.7/bwm_firewall' make[1]: Saliendo directorio `/usr/src/bwm_tools-0.1.7/bwm_firewall' make[1]: Cambiando a directorio `/usr/src/bwm_tools-0.1.7/bwm_graph' make bwm_graph make[2]: Cambiando a directorio `/usr/src/bwm_tools-0.1.7/bwm_graph' cc -o bwm_graph bwm_graph.o graph.o ../lib/libbwm.a -pthread -lgthread-2.0 -lglib-2.0 -L/usr/local/rrdtool-1.0.46/lib -lrrd /usr/local/rrdtool-1.0.46/lib/librrd.a(rrd_graph.o)(.text+0x13d): In function `ytr': /usr/src/rrdtool-1.0.46/src/rrd_graph.c:153: referencia a `log10' sin definir /usr/local/rrdtool-1.0.46/lib/librrd.a(rrd_graph.o)(.text+0x153):/usr/src/rrdtool-1.0.46/src/rrd_graph.c:153: referencia a `log10' sin definir /usr/local/rrdtool-1.0.46/lib/librrd.a(rrd_graph.o)(.text+0x1c4):/usr/src/rrdtool-1.0.46/src/rrd_graph.c:161: referencia a `log10' sin definir any help is appreciated, Santiago J. Ruano Rincón Avatar Ltda. ParqueSoft Popayán +57-2 8221214 |
From: Nigel K. <nk...@lb...> - 2004-02-08 18:26:39
|
Hi guys, Does anyone have any features they want added? If so please feel free to visit our sourceforge project page and log a request. https://sourceforge.net/tracker/?atid=568212&group_id=83066&func=browse Happy traffic controlling -Nigel |
From: <ga...@is...> - 2004-01-26 23:57:43
|
The message cannot be represented in 7-bit ASCII encoding and has been sent as a binary attachment. |
From: SourceForge.net <no...@so...> - 2004-01-20 17:11:30
|
Feature Requests item #876366, was opened at 2004-01-13 22:58 Message generated for change (Comment added) made by nkukard You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=568212&aid=876366&group_id=83066 Category: None Group: None >Status: Closed Priority: 5 Submitted By: Doug Hoskisson (beaux) Assigned to: Nobody/Anonymous (nobody) Summary: Please port to Windows. Initial Comment: Please port this to Windows. I can't find a bandwidth limiter for Windows. ---------------------------------------------------------------------- >Comment By: Nigel Kukard (nkukard) Date: 2004-01-20 19:11 Message: Logged In: YES user_id=79149 Unfortunitly we don't support Windoze, furthermore I would severly doubt its stability especially with bandwidth management. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=568212&aid=876366&group_id=83066 |