All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] Why this stupid ingress tc does not work ?
@ 2002-06-12 23:22 ludo
  2002-06-13  7:49 ` Jan Coppens
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ludo @ 2002-06-12 23:22 UTC (permalink / raw)
  To: lartc

Hi !

I wanted to shape my analog modem connection so I took these two lines
from the 'wondershaper' script:

tc qdisc add dev $DEV handle ffff: ingress


#tc filter add dev $DEV parent ffff: protocol ip prio 50 u32 match ip
\ src 0.0.0.0/0 police rate ${DOWNLINK} burst 10k drop flowid :1


with DEV=ppp0 and DOWNLINK$kbit.
But, when I activate it, nothing comes back from the web, no ping.

'tc -s qdisc' gives:

qdisc ingress ffff: dev ppp0 ----------------
 Sent 0 bytes 0 pkts (dropped 0, overlimits 0)

I can see the packets or ping replies with a tcpdump -i ppp0
but the packets do not seem to reach applications !

I run kernel 2.4.18... what's the problem ?


Cheers,

  Ludovic Drolez.

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

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

end of thread, other threads:[~2002-06-14  7:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-12 23:22 [LARTC] Why this stupid ingress tc does not work ? ludo
2002-06-13  7:49 ` Jan Coppens
2002-06-13 11:24 ` Tadas
2002-06-14  7:38 ` Ludovic Drolez

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.