From mboxrd@z Thu Jan 1 00:00:00 1970 From: k3ssl@k3ssl.de Date: Wed, 23 Apr 2003 06:48:25 +0000 Subject: [LARTC] giving internal traffic a own queu Message-Id: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org Hi Im using a Linux Router, sharing dsl for the lan. Now Im trying to set up one queue for each Computer conected from lan. Setting up the queues is easy, but making a rule that matches them not. tc filter add dev ppp0 parent 1: protocol ip prio 10 u32 \ match ip src 10.0.0.2/32 \ flowid 1:20 that doesnt work at all. It produces no error, but they still use default (1:50) instead of 1:20. Now my question, how do you mark your internal traffic? I dont want to change anything at eth1 (internal net) because the router works as Fileserver too. How do I use eg. iptables? i ve found sth. calles --mark value, but nowere explained what "value" means and what values are legal and I dont want it to match any rule for the Router (eg. minimized delay or sth). thanks Dieter _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/