From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shanker Balan Date: Tue, 25 Sep 2001 04:48:08 +0000 Subject: [LARTC] Shaping only FTP traffic Message-Id: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org Hello: I am a bit unclear on shaping FTP traffic only. How do i do it? This is what i currently have: # classid 1:100 is a 200Kbit limiter # filter for matching "ftp-data" (0x14) and "ftp" (0x15) ports $TC filter add dev eth1 parent 1:0 protocol ip prio 9 u32 match ip \ sport 0x14 0xffff flowid 1:100 $TC filter add dev eth1 parent 1:0 protocol ip prio 8 u32 match ip \ sport 0x15 0xffff flowid 1:100 This does not seem to work. Can anyone provide me with a filter for catching active and passive FTP connects? Thank you for your time. -- Emperor Palpatine: Everything that has transpired has done so according to my design. _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/