All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] Sharing incoming traffic
@ 2002-03-21 12:29 Julián Muñoz
  2002-03-21 13:28 ` Tobias Geiger
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Julián Muñoz @ 2002-03-21 12:29 UTC (permalink / raw)
  To: lartc


I've done my first test with ingress,

2 ftps, and I've seen that the bandwidth is not shared "very well".

From the point of view of a user, his transfer stops suddenly, and
restarts 20 seconds (or more!) later. Then the other has to wait !! I
observ a kind of feedback process, beeing the interval of stopped traffic
bigger each time, during the transference.

The bandwidth is limited to 64.000 bit per second, killing packets.

In fact it is not a real ethernet link, and the filter is on a vmware
machine computer, so maybe this test is not valid.

Anyone knows more about this behaviour ??

Could I optimize it playing with burst and mpu ?

Or am I doing something really bad ?

Thank you,

Here's my filter:

iptables -A PREROUTING -i eth0 -t mangle --protocol all -j MARK --set-mark
1

tc qdisc add dev eth0 handle ffff: ingress

tc filter add dev eth0 parent ffff: protocol ip prio 5 handle 1 fw  \
   police rate 8000bps burst 10k mpu 64b drop flowid :1


-- 

      __o
    _ \<_
   (_)/(_)

Saludos de Julián
EA4ACL
-.-

Foro Wireless Madrid
http://opennetworks.rg3.net



_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2002-03-21 16:25 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-21 12:29 [LARTC] Sharing incoming traffic Julián Muñoz
2002-03-21 13:28 ` Tobias Geiger
2002-03-21 14:18 ` Tobias Geiger
2002-03-21 14:23 ` Tobias Geiger
2002-03-21 14:43 ` Julián Muñoz
2002-03-21 15:11 ` Martin Devera
2002-03-21 15:31 ` Jason Tackaberry
2002-03-21 15:36 ` Martin Devera
2002-03-21 16:25 ` Julián Muñoz

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.