* [LARTC] imq config
@ 2004-09-09 4:38 Joel n.solanki
2004-09-09 16:54 ` Andre Correa
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Joel n.solanki @ 2004-09-09 4:38 UTC (permalink / raw)
To: lartc
Dear all,
I know this is not imq mailing list. But many of the users over here
have done exactly what i want.
Requirement:- I want to tight bound eth1 for 100 kbps
but after i want to create many classes of 64 kbps or 50 kbps and
others. But the total sum of classes is more than 100 kbps so my eth1 is
not restrciting total bandwidth at 100kbps.
According to search on google imq is the solution.
So any body over here have done this type of configuration.
if any plz give me some little examples.
I have already patched and compiled the imq and kernel.
Now need to configure imq.
Any help ???
Regards,
--
Joel N.Solanki
Network Administrator
Phone No: 0265-550001/2/3/4/5 Ext: 211/212
Digtial 2 Virtual Internet Service Provider.
http://www.packetraptor.com/
http://www.d2visp.com/
Gujarat (India)
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [LARTC] imq config
2004-09-09 4:38 [LARTC] imq config Joel n.solanki
@ 2004-09-09 16:54 ` Andre Correa
2004-09-10 3:34 ` Joel n.solanki
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Andre Correa @ 2004-09-09 16:54 UTC (permalink / raw)
To: lartc
Hi Joel, you didn't told us details about your scenario or special needs
but to me you don't look like a candidate for IMQ. It is ment to be
used when you need to set global defaults or when you need to use egress
filter features on ingress traffic.
Based in your message I supose that a qdisc of 100Kbps and child qdiscs
of 50 or 60Kbps would do what you need. This way it will restrict
traffic to 100Kbps and child classes will borrow from each other when
possible, but never higher then their parent.
Hope it helps...
Andre
Joel n.solanki wrote:
> Dear all,
>
> I know this is not imq mailing list. But many of the users over here
> have done exactly what i want.
>
> Requirement:- I want to tight bound eth1 for 100 kbps
> but after i want to create many classes of 64 kbps or 50 kbps and
> others. But the total sum of classes is more than 100 kbps so my eth1 is
> not restrciting total bandwidth at 100kbps.
>
> According to search on google imq is the solution.
>
> So any body over here have done this type of configuration.
> if any plz give me some little examples.
>
> I have already patched and compiled the imq and kernel.
> Now need to configure imq.
>
> Any help ???
>
> Regards,
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [LARTC] imq config
2004-09-09 4:38 [LARTC] imq config Joel n.solanki
2004-09-09 16:54 ` Andre Correa
@ 2004-09-10 3:34 ` Joel n.solanki
2004-09-10 14:36 ` zytek
2004-09-11 3:52 ` Joel n.solanki
3 siblings, 0 replies; 5+ messages in thread
From: Joel n.solanki @ 2004-09-10 3:34 UTC (permalink / raw)
To: lartc
Hello Andre...
this is the scenario
My linux router is connected to 1 Mbps leased line. Out of which i only
want to use 100 kbps for my broadband clients.
Linux router(100 kbps---- class 1:101(40kbps) class 1:102(40kbps)
class 1:103(50kbps)
class 1:104(30kbps)
class 1:105(20kbps)
"lot of similar class"
But the total bandwidth linux should serve should be 100 kbps nothing
more than that. I means i want global limit on server.Hope u understand
the scenario. Is is possible???
thanks,
On Thu, 2004-09-09 at 22:24, Andre Correa wrote:
> Hi Joel, you didn't told us details about your scenario or special needs
> but to me you don't look like a candidate for IMQ. It is ment to be
> used when you need to set global defaults or when you need to use egress
> filter features on ingress traffic.
>
> Based in your message I supose that a qdisc of 100Kbps and child qdiscs
> of 50 or 60Kbps would do what you need. This way it will restrict
> traffic to 100Kbps and child classes will borrow from each other when
> possible, but never higher then their parent.
>
> Hope it helps...
>
> Andre
>
>
> Joel n.solanki wrote:
> > Dear all,
> >
> > I know this is not imq mailing list. But many of the users over here
> > have done exactly what i want.
> >
> > Requirement:- I want to tight bound eth1 for 100 kbps
> > but after i want to create many classes of 64 kbps or 50 kbps and
> > others. But the total sum of classes is more than 100 kbps so my eth1 is
> > not restrciting total bandwidth at 100kbps.
> >
> > According to search on google imq is the solution.
> >
> > So any body over here have done this type of configuration.
> > if any plz give me some little examples.
> >
> > I have already patched and compiled the imq and kernel.
> > Now need to configure imq.
> >
> > Any help ???
> >
> > Regards,
>
> _______________________________________________
> LARTC mailing list / LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
--
Joel N.Solanki
Network Administrator
Phone No: 0265-550001/2/3/4/5 Ext: 211/212
Digtial 2 Virtual Internet Service Provider.
http://www.packetraptor.com/
http://www.d2visp.com/
Gujarat (India)
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [LARTC] imq config
2004-09-09 4:38 [LARTC] imq config Joel n.solanki
2004-09-09 16:54 ` Andre Correa
2004-09-10 3:34 ` Joel n.solanki
@ 2004-09-10 14:36 ` zytek
2004-09-11 3:52 ` Joel n.solanki
3 siblings, 0 replies; 5+ messages in thread
From: zytek @ 2004-09-10 14:36 UTC (permalink / raw)
To: lartc
Dnia pi±tek 10 wrzesieñ 2004 05:22, Joel n.solanki napisa³:
> Hello Andre...
> this is the scenario
>
> My linux router is connected to 1 Mbps leased line. Out of which i only
> want to use 100 kbps for my broadband clients.
>
>
>
> Linux router(100 kbps---- class 1:101(40kbps) class 1:102(40kbps)
> class 1:103(50kbps)
> class 1:104(30kbps)
> class 1:105(20kbps)
> "lot of similar class"
>
>
> But the total bandwidth linux should serve should be 100 kbps nothing
> more than that. I means i want global limit on server.Hope u understand
> the scenario. Is is possible???
Of course and it seems that you didn't read LARTC! :D
Like Andre said - make a parent class with 100kbps and all other classes
should be it's childs. Then it would work it the way you want it.
--
.: Jakub G³azik (zytek)
.: email:zytek@ostrow-wlkp.net
.: JID:zytek@azazel.ostrow-wlkp.net
.: http://www.misiaj.sie.pl [obsolete]
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [LARTC] imq config
2004-09-09 4:38 [LARTC] imq config Joel n.solanki
` (2 preceding siblings ...)
2004-09-10 14:36 ` zytek
@ 2004-09-11 3:52 ` Joel n.solanki
3 siblings, 0 replies; 5+ messages in thread
From: Joel n.solanki @ 2004-09-11 3:52 UTC (permalink / raw)
To: lartc
Hi Zytek..
I have already read the lartc :)
Umm but atlast i have to put parent to 100.
I was thinking to implement in other way but now i have only to the
solution to put parent to 100kbps.
anyway thanks,
joel
But what I have done
On Fri, 2004-09-10 at 20:06, zytek wrote:
> Dnia piątek 10 wrzesień 2004 05:22, Joel n.solanki napisał:
> > Hello Andre...
> > this is the scenario
> >
> > My linux router is connected to 1 Mbps leased line. Out of which i only
> > want to use 100 kbps for my broadband clients.
> >
> >
> >
> > Linux router(100 kbps---- class 1:101(40kbps) class 1:102(40kbps)
> > class 1:103(50kbps)
> > class 1:104(30kbps)
> > class 1:105(20kbps)
> > "lot of similar class"
> >
> >
> > But the total bandwidth linux should serve should be 100 kbps nothing
> > more than that. I means i want global limit on server.Hope u understand
> > the scenario. Is is possible???
>
> Of course and it seems that you didn't read LARTC! :D
>
> Like Andre said - make a parent class with 100kbps and all other classes
> should be it's childs. Then it would work it the way you want it.
--
Joel N.Solanki
Network Administrator
Phone No: 0265-550001/2/3/4/5 Ext: 211/212
Digtial 2 Virtual Internet Service Provider.
http://www.packetraptor.com/
http://www.d2visp.com/
Gujarat (India)
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2004-09-11 3:52 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-09 4:38 [LARTC] imq config Joel n.solanki
2004-09-09 16:54 ` Andre Correa
2004-09-10 3:34 ` Joel n.solanki
2004-09-10 14:36 ` zytek
2004-09-11 3:52 ` Joel n.solanki
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.