From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-2?Q?Micha=B3_Margula?= Date: Wed, 14 Jun 2006 10:09:04 +0000 Subject: [LARTC] fwmark filter doesn't work as expected Message-Id: <448FE040.4000009@uznam.net.pl> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: lartc@vger.kernel.org Hello! Currently I am marking packets with IPMARK, and then using following rules: 1: class add dev eth0 parent 1:4 classid 1:100a htb rate $rate ceil $ceil quantum 1600 2: qdisc add dev eth0 parent 1:100a handle 100a:0 sfq perturb 10 3: filter add dev eth0 protocol ip parent 1:0 pref 30 handle 4106 fw classid 1:100a 4: class add dev eth1 parent 1:2 classid 1:100a htb rate $rate ceil $ceil quantum 1600 5: qdisc add dev eth1 parent 1:100a handle 100a:0 sfq perturb 10 6: filter add dev eth1 protocol ip parent 1:0 pref 30 u32 match ip dst 10.100.0.10 flowid 1:100a Tried to remove line 3 and just putting one line instead: filter add dev eth0 parent 1:0 protocol ip pref 30 fw But it does not work. Any ideas? --=20 Micha=B3 Margula, alchemyx@uznam.net.pl, http://alchemyx.uznam.net.pl/ "W =BFyciu pi=EAkne s=B1 tylko chwile" [Ryszard Riedel] _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc