[LARTC] how do you rate limit routable traffic without rate limiting LAN protocols like arps and igmp?

2004-03-01 Thread D'Annunzio, Michael A
I'm rate limiting and prioritizing traffic upstream of a slow wan link using htb, classic wonder shaper type stuff. I'm using the following command for traffic that does not match any of my defined filters: tc qdisc add dev eth0 root handle 1: htb default 50 It appears that local, non-routable

RE: [LARTC] how do you rate limit routable traffic without rate limiting LAN protocols like arps and igmp?

2004-03-01 Thread D'Annunzio, Michael A
Hi Damion, Hi Michael, It appears that local, non-routable traffic like arps and igmp are being snared by this and end-up queued in the lowest priorty queue. I was surprised that non-IP traffic would be effected by IP traffic control. How are you determining this? I restarted the queues