From the LARTC HOWTO, I gather that the following lines should limit incoming traffic on eth0 to 32kbit by dropping packets above this threshold:
tc qdisc add dev eth0 ingress
tc filter add dev eth0 parent ffff: protocol ip u32 \ match u8 0x0 0x0 \ police rate 32kbit burst 10k drop \ classid :1
Instead, they stop all incoming traffic. From tcpdump, I can tell that packets are outgoing by this interface, but none are incomming.
I'm running a custom 2.4.27 kernel & Debian unstable; iproute 20010824-13.1.
Can anyone offer some insight?
Thanks!
Jack
_______________________________________________ LARTC mailing list / LARTC@xxxxxxxxxxxxxxx http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/