From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Furniss Date: Wed, 12 Apr 2006 18:51:11 +0000 Subject: Re: [LARTC] QoS - Ping problem Message-Id: <443D4C1F.3020806@dsl.pipex.com> List-Id: References: <44340CD6.1030907@cnett.com.br> In-Reply-To: <44340CD6.1030907@cnett.com.br> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org Nataniel Klug wrote: > # Regras para a placa eth1 > #------ > $TC qdisc add dev $DL root handle 1: htb default 50 You are using htb default on eth - unless you make a filter for arp it will also end up in 1:50 which may or may not be the problem - you should fix it anyway. tc filter add ..... protocol arp u32 match u32 0 0 .... or stop using htb default class and make a catch all ip filter to send the rest to 50. Andy. _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc