Re: [LARTC] how flexible is ingress traffic policing to bandwidth limit?

2004-06-08 Thread Damion de Soto
Greg, This is effective but is there any way to tell it to choose only certain kinds of streams for dropping packets? Minimally I would want to tell it to never drop any packets in a certain list of port numbers. ingress is rather weak. You can only really police with it. For what you want most

Re: [LARTC] how flexible is ingress traffic policing to bandwidth limit?

2004-06-08 Thread Jason Boxman
On Tuesday 08 June 2004 14:35, Greg Stark wrote: > [I sent this earlier but I guess the list is subscriber-only?] > > I just set up wondershaper, it has a simple filter on the downstream > direction to limit the bandwidth usage: > > tc qdisc add dev $DEV handle : ingress > tc filter add dev $DE

[LARTC] how flexible is ingress traffic policing to bandwidth limit?

2004-06-08 Thread Greg Stark
[I sent this earlier but I guess the list is subscriber-only?] I just set up wondershaper, it has a simple filter on the downstream direction to limit the bandwidth usage: tc qdisc add dev $DEV handle : ingress tc filter add dev $DEV parent : protocol ip prio 50 u32 match ip src \ 0.0