[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Traffic Shaping - Probleme mit tc unter 2.6.13



Hallo beisammen,

ich bin vor kurzem von einem 2.4 auf einen 2.6er Kernel gewechselt. Nun
kämpfe ich seit tagen mit Traffic Shaping (QoS). Das iproute Paket
(iproute2) aus Debian habe ich mit 'apt-get install iproute' installiert.

Module bezüglich QoS sind im Kernel modular eingebunden. Ich habe zu
Testzwecken mal wirklich alle Module geladen:

#######
[root@distributor] (/etc/firewall) # lsmod
Module                  Size  Used by
sch_teql                5632  0
sch_tbf                 5248  0
sch_red                 4352  0
sch_prio                4608  0
sch_netem               6272  0
sch_hfsc               18816  0
sch_gred                6784  0
sch_dsmark              5632  0
cls_route               6144  0
cls_basic               4352  0
sch_htb                16512  0
sch_ingress             3844  1
sch_sfq                 5248  2
sch_cbq                15616  1
#######

Jedoch beim Aufruf von tc spezifischen Kommandos (ich kenne mich damit
wirklich nicht aus und nutze nur den allseits bekannten wondershaper)
erhalte ich diese Meldungen:

#######
+ tc filter add dev ppp0 parent 1:0 protocol ip prio 10 u32 match ip tos
0x10 0xff flowid 1:10
RTNETLINK answers: Invalid argument
We have an error talking to the kernel
+ tc filter add dev ppp0 parent 1:0 protocol ip prio 11 u32 match ip
protocol 1 0xff flowid 1:10
RTNETLINK answers: Invalid argument
We have an error talking to the kernel
+ tc filter add dev ppp0 parent 1: protocol ip prio 12 u32 match ip
protocol 6 0xff match u8 0x05 0x0f at 0 match u16 0x0000 0xffc0 at 2
match u8 0x10 0xff at 33 flowid 1:10
RTNETLINK answers: Invalid argument
#######


Nach Recherchen in Google bin ich auch nicht schlauer geworden. Könntet
ihr mir vielleicht bitte einen Rat geben?

Mit freundlichen Grüßen,

Claus

-- 
Claus Malter <debian@sprayen.de>
ICQ: 105226435
Web: http://freakempire.de
GnuPG-ID: 0xC252C3D0 http://wwwkeys.de.pgp.net



Reply to: