LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   IMQ example from LARTC HOWTO (https://www.linuxquestions.org/questions/linux-networking-3/imq-example-from-lartc-howto-284702/)

jlinkels 01-31-2005 08:31 PM

IMQ example from LARTC HOWTO
 
Hello again,

As far as I can tell, my IMQ works! I was able to pull in a file from my LAN at at a *terribly* slow speed :-)

And what was more important, I could influence the speed changing the tc configuration, and the actual speed even was according to my setting :-)

Anyway, I copied the example from chapter 9.7.1 from the LARTC howto, and it seems that there is a small error in the creation of the filter. In the doc it reads:

tc filter add dev imq0 parent 10:0 protocol ip prio 1 u32 match ip dst 10.0.0.230/32 flowid 1:10

Which gives an error message. In my opinion, this should be:

[..]parent 1:0[...]

Then it works

jlinkels


All times are GMT -5. The time now is 09:20 PM.