From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Furniss Date: Wed, 01 Mar 2006 19:56:44 +0000 Subject: Re: [LARTC] Htb queueing problem Message-Id: <4405FC7C.1070103@dsl.pipex.com> List-Id: References: <44043A85.6080302@gmail.com> In-Reply-To: <44043A85.6080302@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: lartc@vger.kernel.org Diego Andr=E9s Asenjo Gonzalez wrote: > Hi and thanks for replying! >=20 >> >> As I select everything I don't know if this is enough - also I think=20 >> you need to select classify in netfilter the section. >=20 >=20 >=20 > I also select almost everything in the netfilter section, including MARK = > and CLASSIFY. I simplified the script mantaining the most important part = > (the "outgoing" traffic). I am now using the iptables MARK way, and=20 > still did not get any shape: Ahh OK > $IPT -A FORWARD -t mangle -p udp -s 172.16.0.185/32 -i eth1 --sport=20 > 10000:10100 -d 172.16.1.0/24 -j MARK --set-mark 0x44 This should be -o eth1 or you should be shaping it on eth0 or if it's=20 for the shaping box you need to do some sort of ingress shaping/policing. Andy. _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc