Re: [bwm-tools-tech] newbie problem
Brought to you by:
nkukard
From: gottfried h. <got...@on...> - 2005-06-21 10:01:44
|
thx a lot! this iptables-part made bwm "beep" ;) =2DN bwmd =2DA bwmd -m mark ! --mark 0 -j QUEUE =2DA bwmd -j ACCEPT =2DA INPUT -j bwmd i think this was pushing enough so i can take further steps. thx again! greetinx! gottfried On Tuesday 21 June 2005 11:53, Kobe Lenjou wrote: > Please include an 'iptables -L -nv' output. > > You probably haven't entered a QUEUE target, try this > > -N bwmd > -A bwmd -m mark ! --mark 0 -j QUEUE > -A bwmd -j ACCEPT > -A INPUT -j bwmd > > and possibly > -A FORWARD -j bwmd > > Greetz > Kobe > > gottfried hufnagel wrote: > >dear list! > > > >hope this one is not toooo annoying for you. > > > >i'm trying to get bwm_tools running/configured. > >i've tried to keep my config-file as simple as possible just to get a > > simple "beep" out of bwm ;) but no success .... ok ... this is, what i'= ve > > done so far: > > > > i have told iptables in the mangle-table to mark all incoming packets > > with "001" > >---> > >-A INPUT -i eth0 -j MARK --set-mark 001 > ><---- > > > >the bwm-config file looks like this > >----> > ><firewall> > > <global> > > <modules> > > <load name=3D"ip_queue"/> > > > > </modules> > > </global> > > > > <acl> > > </acl> > > > > <nat> > > </nat> > > > > # Traffic flows > > <traffic> > > <flow name=3D"flow_main" nfmark=3D"001"> > > </flow> > > <group name=3D"group_incoming" report-timeout=3D"30"> > > flow_main; > > </group> > > </traffic> > ></firewall> > ><---- > > > >so.. i have started the bwmd (using the -c option) > >when i start bwm_monitor it tells me that there is NO traffic. (i know it > > is) where have i gone wrong??? > > > >any help appreciated! > > > >greetinx > >gottfried > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=3D7477&alloc_id=3D16492&op=3Dclick > _______________________________________________ > bwm-tools-tech mailing list > bwm...@li... > https://lists.sourceforge.net/lists/listinfo/bwm-tools-tech =2D-=20 Ing. Gottfried Hufnagel Systemadministrator Zentraler Informatikdienst =D6sterreichische Nationalbibliothek Josefsplatz 1, 1015 Wien Tel.: (+43 1) 53 410 - 607 =46ax: (+43 1) 53 410 - 610 Email: got...@on... Web: www.onb.ac.at |