LARTC
[Top] [All Lists]

[LARTC] Incoming traffic

To: lartc <lartc@mailman.ds9a.nl>
Subject: [LARTC] Incoming traffic
From: "mohican 542003" <thelastmohican54@gmail.com>
Date: Tue, 27 Feb 2007 17:31:09 +0100
Delivered-to: sp-com-lists@consult.net
Delivered-to: lartc-list@securepoint.com
Delivered-to: lartc@outpost.ds9a.nl
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=lrP4dCC8pqLWuUVQOXWOOfR3GDOuKVCzUP0+kz9cMwS6X2O6EY3zhP8ztIdeXxYeEAqjg8Ae6zYPb+uhHx/v23gm8uEouG+ouSEuclppDQDjssD6Dd5sUkcP4zm1J0at82KjmVsKOoiaJfe8/fn6pbPCraJs6g2qFAxLLPub+Fk=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=TrZEmJzsuHrA4ADHNvcxCY0op3AxCaWXcKVrcnSnMaF/bzBWoHFVNH+Wxa8JlHWVxHThmqdRQHXOaQzq8TGlGvmDV8ydxPzzAJfmamE7OgiX3mylFzpIrl/Yg9Zy9q2oZyOLWYlF5bTgetxYNLIAEGT7YhOxzw6OGf5Xc1fW6Zo=
List-archive: <http://mailman.ds9a.nl/pipermail/lartc>
List-help: <mailto:lartc-request@mailman.ds9a.nl?subject=help>
List-id: "Mailinglist of the Linux Advanced Routing &amp; Traffic Control project" <lartc.mailman.ds9a.nl>
List-post: <mailto:lartc@mailman.ds9a.nl>
List-subscribe: <http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc>, <mailto:lartc-request@mailman.ds9a.nl?subject=subscribe>
List-unsubscribe: <http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc>, <mailto:lartc-request@mailman.ds9a.nl?subject=unsubscribe>
Sender: lartc-bounces@mailman.ds9a.nl
Hello,

with the command :
tc filter add dev eth0 parent ffff: protocol ip u32 patch ip src 192.168.2.6 police rate 10000kbit burst 10000kbit drop flowid :1
we can limit traffic coming from 192.168.2.6.

I would like:
  for 192.168.1.2, 192.168.1.4 limit to 10mbit
  for 192.168.1.3, 192.168.1.5 limit to 20mbit
other ip would have no limit.

Is it possible with tc ?

Regards

Olivier.
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
<Prev in Thread] Current Thread [Next in Thread>
  • [LARTC] Incoming traffic, mohican 542003 <=