Hello , I am using Suse Linux version 2.4.5. Where can I get tc utility for this version and what version of iproute2 should I be using ? I want to use tc filters for prioritzing packets from a specific IP address. Regards , Andreas. --------------------------------- With Yahoo! Mail you can get a bigger mailbox -- choose a size that fits your needs
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tuesday 03 December 2002 15:27, Andreas Wright wrote:> I am using Suse Linux version 2.4.5.there is no such suse version the current version is 8.1 I guess that you''ve have 7.x, as I belive 2.4.5 is the version of your kernel anyway tc and ip should be installed by default as suse use ip to setup the interfaces in Yast (in version minor to 8.0 where the changed to ifconfig)> Where can I get tc utility for this version and what version of iproute2 > should I be using ?as I said should be installt be default, if not grap the iproute2 package thats on the install cds> I want to use tc filters for prioritzing packets from a specific IP > address.I''m not sure if the QOS stuff is compiled into the standard suse kernel, if not you need to compile it by yourself. - -- Regards, Robert - ---------------- Robert Penz robert.penz AT outertech.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE97MdM8tTsQqJDUBMRAuvqAJ9vxqDEQSl4drNNaMkPIbyYf2YcIQCcCJck yzDJ73IreQjSRtJGbz9ZL8U=Yctp -----END PGP SIGNATURE----- _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
Yes you are right the linux kernel version 2.4.5 I didnt understand your comment " I''m not sure if the QOS stuff is compiled into the standard suse kernel, if not you need to compile it by yourself " What I am trying to do following tc filter add dev eth0 parent 10:0 protocol ip prio 1 u32 \ match ip src 1.2.3.4/32 flowid 10:1 tc filter add dev eth0 parent 10:1 protocol ip prio 2 u32 \ flowid 10:2 My aim is to give priority to packets coming from 1.2.3.4 during dequeueing in the router. Regards, Andreas. Robert Penz <robert.penz@outertech.com> wrote:-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tuesday 03 December 2002 15:27, Andreas Wright wrote:> I am using Suse Linux version 2.4.5.there is no such suse version the current version is 8.1 I guess that you''ve have 7.x, as I belive 2.4.5 is the version of your kernel anyway tc and ip should be installed by default as suse use ip to setup the interfaces in Yast (in version minor to 8.0 where the changed to ifconfig)> Where can I get tc utility for this version and what version of iproute2 > should I be using ?as I said should be installt be default, if not grap the iproute2 package thats on the install cds> I want to use tc filters for prioritzing packets from a specific IP > address.I''m not sure if the QOS stuff is compiled into the standard suse kernel, if not you need to compile it by yourself. - -- Regards, Robert - ---------------- Robert Penz robert.penz AT outertech.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE97MdM8tTsQqJDUBMRAuvqAJ9vxqDEQSl4drNNaMkPIbyYf2YcIQCcCJck yzDJ73IreQjSRtJGbz9ZL8U=Yctp -----END PGP SIGNATURE----- _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/ --------------------------------- With Yahoo! Mail you can get a bigger mailbox -- choose a size that fits your needs
On Tuesday 03 December 2002 16:40, Andreas Wright wrote:> Yes you are right the linux kernel version 2.4.5 > I didnt understand your comment " I''m not sure if the QOS stuff is compiled > into the standard suse kernel, if not you need to compile it by yourself " > What I am trying to do following > tc filter add dev eth0 parent 10:0 protocol ip prio 1 u32 \ > match ip src 1.2.3.4/32 flowid 10:1 > tc filter add dev eth0 parent 10:1 protocol ip prio 2 u32 \ > flowid 10:2 > > My aim is to give priority to packets coming from 1.2.3.4 during > dequeueing in the router.It''s possible what you want to do. Have you read the howto on www.lartc.org ?? And the examples/information on www.docum.org ?? Stef -- stef.coene@docum.org "Using Linux as bandwidth manager" http://www.docum.org/ #lartc @ irc.oftc.net _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/