* SV: [LARTC] How to mark and queue
@ 2000-10-19 12:18 Daniel
2000-10-19 13:12 ` Josip
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Daniel @ 2000-10-19 12:18 UTC (permalink / raw)
To: lartc
<PRE>How do you want the packets be dropped? What do you want to achieve? Which
rules will control which packets get dropped?
Regards,
Daniel
><i> -----Ursprungligt meddelande-----
</I>><i> Från: <A HREF="mailto:lartc-admin@mailman.ds9a.nl">lartc-admin@mailman.ds9a.nl</A>
</I>><i> [mailto:<A HREF="mailto:lartc-admin@mailman.ds9a.nl">lartc-admin@mailman.ds9a.nl</A>]För Josip Gracin
</I>><i> Skickat: Thursday, October 19, 2000 2:06 PM
</I>><i> Till: bert hubert
</I>><i> Kopia: <A HREF="mailto:lartc@mailman.ds9a.nl">lartc@mailman.ds9a.nl</A>
</I>><i> Ämne: Re: [LARTC] How to mark and queue
</I>><i>
</I>><i>
</I>><i> bert hubert (<A HREF="mailto:ahu@ds9a.nl">ahu@ds9a.nl</A>) wrote:
</I>><i> > You could also use RED or GRED with strange configuration
</I>><i> values. RED also
</I>><i>
</I>><i> I understand that what you are suggesting would be much better for router
</I>><i> that handles high volumes of traffic. But, I will be using this for
</I>><i> simulating a *slow* and congested (WAN) link between several machines so
</I>><i> there won't be too much traffic and consequently the performance is not an
</I>><i> issue.
</I>><i>
</I>><i> Best regards,
</I>><i> Josip
</I>><i>
</I>><i>
</I>><i> _______________________________________________
</I>><i> LARTC mailing list / <A HREF="mailto:LARTC@mailman.ds9a.nl">LARTC@mailman.ds9a.nl</A>
</I>><i> <A HREF="http://mailman.ds9a.nl/mailman/listinfo/lartc">http://mailman.ds9a.nl/mailman/listinfo/lartc</A> HOWTO:
</I><A HREF="http://ds9a.nl/2.4Routing/">http://ds9a.nl/2.4Routing/</A>
</PRE>
^ permalink raw reply [flat|nested] 4+ messages in thread
* SV: [LARTC] How to mark and queue
2000-10-19 12:18 SV: [LARTC] How to mark and queue Daniel
@ 2000-10-19 13:12 ` Josip
2000-10-19 13:30 ` Clemens
2000-10-20 14:06 ` Guy
2 siblings, 0 replies; 4+ messages in thread
From: Josip @ 2000-10-19 13:12 UTC (permalink / raw)
To: lartc
<PRE>Daniel Bergqvist (<A HREF="mailto:daniel@netatonce.se">daniel@netatonce.se</A>) wrote:
><i> How do you want the packets be dropped? What do you want to achieve? Which
</I>><i> rules will control which packets get dropped?
</I>
We have performed some measurements of packet drops on real WAN link. I
would like to reproduce the characteristics of (congested) WAN link/router
as close as possible. Rules for dropping will not be based on packet
contents but on a random variable with certain distribution which in turn
depends on parametars such as packet size (e.g. for voice traffic).
Josip
</PRE>
^ permalink raw reply [flat|nested] 4+ messages in thread
* SV: [LARTC] How to mark and queue
2000-10-19 12:18 SV: [LARTC] How to mark and queue Daniel
2000-10-19 13:12 ` Josip
@ 2000-10-19 13:30 ` Clemens
2000-10-20 14:06 ` Guy
2 siblings, 0 replies; 4+ messages in thread
From: Clemens @ 2000-10-19 13:30 UTC (permalink / raw)
To: lartc
<PRE>Hi there,
><i>
</I>><i> Daniel Bergqvist (<A HREF="mailto:daniel@netatonce.se">daniel@netatonce.se</A>) wrote:
</I>><i> > How do you want the packets be dropped? What do you want to
</I>><i> > achieve? Which
</I>><i> > rules will control which packets get dropped?
</I>><i>
</I>><i> We have performed some measurements of packet drops on real
</I>><i> WAN link. I
</I>><i> would like to reproduce the characteristics of (congested)
</I>><i> WAN link/router
</I>><i> as close as possible. Rules for dropping will not be based on packet
</I>><i> contents but on a random variable with certain distribution
</I>><i> which in turn
</I>><i> depends on parametars such as packet size (e.g. for voice traffic).
</I>
I've been told that for FreeBSD (sorry :-) there is the dummynet-device,
which has been specifically created to do such tests. Maybe this is
off-topic but it could be what you're looking for!
Check <A HREF="http://info.iet.unipi.it/~luigi/ip_dummynet/">http://info.iet.unipi.it/~luigi/ip_dummynet/</A> for details.
Greetings,
Clemens Sibon
</PRE>
^ permalink raw reply [flat|nested] 4+ messages in thread
* SV: [LARTC] How to mark and queue
2000-10-19 12:18 SV: [LARTC] How to mark and queue Daniel
2000-10-19 13:12 ` Josip
2000-10-19 13:30 ` Clemens
@ 2000-10-20 14:06 ` Guy
2 siblings, 0 replies; 4+ messages in thread
From: Guy @ 2000-10-20 14:06 UTC (permalink / raw)
To: lartc
<PRE>Linux has support for such 'fake' interfaces too. I know diald
(dial-on-demand-daemon) uses this for detecting and filtering traffic.
You might want to check the diald documentation and/or HOWTO for
details.
I would like to give more details myself, but unfortunately that's all I
know about this :(
Greets, Guy
Clemens Sibon wrote:
><i>
</I>><i> Hi there,
</I>><i> >
</I>><i> > Daniel Bergqvist (<A HREF="mailto:daniel@netatonce.se">daniel@netatonce.se</A>) wrote:
</I>><i> > > How do you want the packets be dropped? What do you want to
</I>><i> > > achieve? Which
</I>><i> > > rules will control which packets get dropped?
</I>><i> >
</I>><i> > We have performed some measurements of packet drops on real
</I>><i> > WAN link. I
</I>><i> > would like to reproduce the characteristics of (congested)
</I>><i> > WAN link/router
</I>><i> > as close as possible. Rules for dropping will not be based on packet
</I>><i> > contents but on a random variable with certain distribution
</I>><i> > which in turn
</I>><i> > depends on parametars such as packet size (e.g. for voice traffic).
</I>><i>
</I>><i> I've been told that for FreeBSD (sorry :-) there is the dummynet-device,
</I>><i> which has been specifically created to do such tests. Maybe this is
</I>><i> off-topic but it could be what you're looking for!
</I>><i>
</I>><i> Check <A HREF="http://info.iet.unipi.it/~luigi/ip_dummynet/">http://info.iet.unipi.it/~luigi/ip_dummynet/</A> for details.
</I>><i>
</I>><i> Greetings,
</I>><i>
</I>><i> Clemens Sibon
</I>><i>
</I>><i> _______________________________________________
</I>><i> LARTC mailing list / <A HREF="mailto:LARTC@mailman.ds9a.nl">LARTC@mailman.ds9a.nl</A>
</I>><i> <A HREF="http://mailman.ds9a.nl/mailman/listinfo/lartc">http://mailman.ds9a.nl/mailman/listinfo/lartc</A> HOWTO: <A HREF="http://ds9a.nl/2.4Routing/">http://ds9a.nl/2.4Routing/</A>
</I>
</PRE>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2000-10-20 14:06 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-10-19 12:18 SV: [LARTC] How to mark and queue Daniel
2000-10-19 13:12 ` Josip
2000-10-19 13:30 ` Clemens
2000-10-20 14:06 ` Guy
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.