From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Nils Lichtenfeld" Date: Wed, 17 Apr 2002 21:30:46 +0000 Subject: Re: [LARTC] A tc htb/iptables rate control script for ADSL Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org Hi there! > I'm happy that HTB gained so much popularity ;) Oh yes, its realy popular already, not only among people who now a lot about linux, they just don't know they are using it. -> www.fli4l.de > Only one hint for you - you can completely avoid all these > tc filter add .... fw ... > You can use only one > tc filter add dev ppp0 parent 1: protocol ip prio 1 handle 1 fw > > and set classid directly in iptables like: > iptables -t mangle -A to-dsl -p tcp --dport 80 -j MARK --set-mark 0x10010 > iptables -t mangle -A to-dsl -p tcp --sport 24 -j MARK --set-mark 0x10020 Is this also possible with the -m option in ipchains? Greetings Nils _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/