I've been searching for few days now but couldn't find the solution to my problem.
I have a VPS running Debian 7, and I have root access.
I am trying to add some traffic shaping (using HTB), so the first line I tried to type was this one :
tc qdisc add dev tun0 root handle 1: htb default 10
But it appears to be wrong somehow, because I get the following error :
RTNETLINK answers: No such file or directory
My ifconfig shows an interface tun0, so it exists. I also tried on venet0 anyway and it fails with the same error.
When I do tc qdisc list
I have only the following rule :
qdisc pfifo_fast 0: dev tun0 root refcnt 2 bands 3 priomap 1 2 2 2 1 2 0 0 1 1 1 1 1 1 1 1
I really can't find what's wrong.
NB : I upgraded the package iproute (according to Debian's doc, it's where tc is), but it didn't do any better.