Re: [bwm-tools-tech] newbie problem
Brought to you by:
nkukard
From: Kobe L. <ko...@mo...> - 2005-06-21 09:53:18
|
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="ip_queue"/> > > </modules> > </global> > > <acl> > </acl> > > <nat> > </nat> > > # Traffic flows > <traffic> > <flow name="flow_main" nfmark="001"> > </flow> > <group name="group_incoming" report-timeout="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 > > > > |