On Tue, Nov 05, 2002 at 02:50:22PM +0100, [EMAIL PROTECTED] wrote:
> After reading your rules at a quick glance you seem to need the folowing
> modules loaded.
> 
> cls_u32.o


> Sch_htb.o 
> Sch_sfq.o
> Sch_prio.o



These modules must be writed in uppercase ??


roberto



> 
> Verify that they are loaded by issuing the lsmod command.
> 
> You might want to split up your tcstart
> and insert an 
> echo ok
> echo ok1
> and so on in between the rules.
> 
> That way you know which rule is generating the problem.
> 
> Good luck.
> 
> Kim Oppalfens
> 
> 
> >-- Original Message --
> >Date: Tue, 5 Nov 2002 10:47:18 -0300
> >To: Kim Oppalfens <[EMAIL PROTECTED]>
> >Cc: [EMAIL PROTECTED]
> >Subject: Re: [leaf-user] bandwidth manager with htb
> >From: [EMAIL PROTECTED] (Roberto Pereyra)
> >
> >
> >Hi again Kim !!!
> >
> >These are my htb rules:
> >
> >I just replaced tc by run_tc 
> >
> >
> >----------------------
> >tc qdisc del dev eth1 root
> >tc qdisc add dev eth1 root handle 1 htb default 30
> >
> >tc class add dev eth1 parent 1: classid 1:2 htb rate 5Mbit
> >
> >tc class add dev eth1 parent 1:2 classid 1:10 htb rate 32Kbit
> >tc qdisc add dev eth1 parent 1:10 handle 10 sfq perturb 10
> >tc filter add dev eth1 parent 1:0 protocol ip prio 100 u32 match ip sport
> >80 0xffff classid 1:10
> >
> >tc class add dev eth1 parent 1:2 classid 1:20 htb rate 5Mbit
> >tc qdisc add dev eth1 parent 1:20 handle 20 sfq perturb 10
> >tc filter add dev eth1 parent 1:0 protocol ip prio 100 u32 match ip dport
> >25 0xffff classid 1:20
> >
> >tc class add dev eth1 parent 1:2 classid 1:30 htb rate 2Kbit ceil 16Kbit
> >tc qdisc add dev eth1 parent 1:30 handle 30 sfq perturb 10
> >
> >-----------------------
> >
> >Thanks
> >
> >roberto
> >
> >
> >
> >
> >On Mon, Nov 04, 2002 at 11:29:15PM +0100, Kim Oppalfens wrote:
> >> You might want to post your tcstart file, we might be able to tell 
> >> You what is going on based on that.
> >> 
> >> My first guess is that you failed to load a necessary scheduling module.
> >> But without your actual script it is hard to guess which one.
> >> 
> >> Kim
> >> 
> >> -----Original Message-----
> >> From: Roberto Pereyra [mailto:leaf@;gualeguaychu.gov.ar] 
> >> Sent: maandag 4 november 2002 20:58
> >> To: Kim Oppalfens
> >> Cc: 'Roberto Pereyra'; [EMAIL PROTECTED]
> >> Subject: Re: [leaf-user] bandwidth manager with htb
> >> 
> >> 
> >> 
> >> 
> >> Hi again
> >> 
> >> 
> >> I have now, this message when shorewall start:
> >> 
> >> 
> >> RTNETLINK answers= Not such file or directory
> >> 
> >> Is this a important error or only a warning.
> >> 
> >> 
> >> thanks
> >> 
> >> roberto
> >> 
> >> 
> >> On Fri, Nov 01, 2002 at 01:55:39PM +0100, Kim Oppalfens
> >> wrote:
> >> > Probably not,
> >> > 
> >> > Added the list back to the conversation (use reply all when replying
> >
> >> > thanks).
> >> > 
> >> > Depends on what you are trying to do.
> >> > But I would gamble that since you started from htb init you will 
> >> > probably need :
> >> > 
> >> > cls_fw.o or cls_u32.o
> >> > Sch_htb.o off course
> >> > Sch_sfq.o
> >> > Sch_prio.o
> >> > Sch_ingress.o
> >> > 
> >> > And yes you need to add those to /etc/modules
> >> > 
> >> > Kim Oppalfens
> >> > 
> >> > -----Original Message-----
> >> > From: Roberto Pereyra [mailto:leaf@;gualeguaychu.gov.ar]
> >> > Sent: vrijdag 1 november 2002 13:24
> >> > To: [EMAIL PROTECTED]
> >> > Subject: Re: [leaf-user] bandwidth manager with htb
> >> > 
> >> > 
> >> > Thanks all again !
> >> > 
> >> > another question:
> >> > 
> >> >  To tc and bandwidth manager works fine
> >> > 
> >> >  I must copy all the modules that have:
> >> > 
> >> >  bering_1.0r4_modules.tgz file under the
> >> > 
> >> >  /2.4.18/kernel/net/sched
> >> > 
> >> >  in my bering  /lib/modules directory ??
> >> > 
> >> >  It's rigth ?? I need do it ?? These are seventeen files.
> >> > 
> >> >  I must too write all  the modules names in the module configuration
> >
> >> > file ??
> >> > 
> >> >  Excuse my poor english I spanish speaker.
> >> > 
> >> >  thanks
> >> > 
> >> >  roberto
> >> > 
> >> > 
> >> > On Tue, Oct 29, 2002 at
> >> > 12:25:19PM +0100, [EMAIL PROTECTED] wrote:
> >> > > No problem.
> >> > > Is it working as expected?
> >> > > 
> >> > > Kim
> >> > > >-- Original Message --
> >> > > >Date: Tue, 29 Oct 2002 08:22:31 -0300
> >> > > >To: [EMAIL PROTECTED]
> >> > > >Subject: Re: [leaf-user] bandwidth manager with htb
> >> > > >From: [EMAIL PROTECTED] (Roberto Pereyra)
> >> > > >
> >> > > >
> >> > > >
> >> > > >thanks Kim
> >> > > >
> >> > > >roberto
> >> > > >
> >> > > >On Mon, Oct 28, 2002 at 02:42:54PM +0100, [EMAIL PROTECTED]
> >> > > >wrote:
> >> > > >> insert the contents of htb.init
> >> > > >> in the tcstart file in the shorewall directory
> >> > > >> 
> >> > > >> Kim Oppalfens
> >> > > >> >-- Original Message --
> >> > > >> >To: [EMAIL PROTECTED]
> >> > > >> >From: [EMAIL PROTECTED] (Roberto Pereyra)
> >> > > >> >Subject: [leaf-user] bandwidth manager with htb
> >> > > >> >Date: Mon, 28 Oct 2002 10:08:17 -0300
> >> > > >> >
> >> > > >> >
> >> > > >> >Hi
> >> > > >> >
> >> > > >> >I have the tc complied commands with htb.init from
> >> > > >> >
> >> > > >> >http://freshmeat.net/proyects/htb.init
> >> > > >> >
> >> > > >> >for my network bandwidth manager.
> >> > > >> >
> >> > > >> >(htb.init compile)
> >> > > >> >
> >> > > >> >Where I must to insert it ?? There works with shorewall ??
> >> > > >> >
> >> > > >> >I run the lastest bering version.
> >> > > >> >
> >> > > >> >thanks a lot
> >> > > >> >
> >> > > >> >
> >> > > >> >roberto pereyra
> >> > > >> >? Where I must insert it ??
> >> > > >> >
> >> > > >> >
> >> > > >> >-------------------------------------------------------
> >> > > >> >This sf.net email is sponsored by:ThinkGeek
> >> > > >> >Welcome to geek heaven.
> >> > > >> >http://thinkgeek.com/sf
> >> > > >> >----------------------------------------------------------------
> >> > > >> >--
> >> > > >> >------
> >> > > >> >leaf-user mailing list: [EMAIL PROTECTED]
> >> > > >> >https://lists.sourceforge.net/lists/listinfo/leaf-user
> >> > > >> >SR FAQ:
> >> http://leaf-project.org/pub/doc/docmanager/docid_1891.html
> >> > > >> 
> >> > > >> 
> >> > > >> 
> >> > > >> -------------------------------------------------------
> >> > > >> This sf.net email is sponsored by:ThinkGeek
> >> > > >> Welcome to geek heaven.
> >> > > >> http://thinkgeek.com/sf
> >> > > >> -----------------------------------------------------------------
> >> > > >> --
> >> > > >> -----
> >> > > >> leaf-user mailing list: [EMAIL PROTECTED]
> >> > > >> https://lists.sourceforge.net/lists/listinfo/leaf-user
> >> > > >> SR FAQ:
> >> http://leaf-project.org/pub/doc/docmanager/docid_1891.html
> >> > > 
> >> > 
> >> 
> >> 
> >> 
> >> -------------------------------------------------------
> >> This SF.net email is sponsored by: ApacheCon, November 18-21 in
> >> Las Vegas (supported by COMDEX), the only Apache event to be
> >> fully supported by the ASF. http://www.apachecon.com
> >> ------------------------------------------------------------------------
> >> leaf-user mailing list: [EMAIL PROTECTED]
> >> https://lists.sourceforge.net/lists/listinfo/leaf-user
> >> SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
> 


-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm 
Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
------------------------------------------------------------------------
leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html

Reply via email to