When I run this cmd:
tc qdisc add dev eth0 root red limit 51200000 min 128000 max 512000 avpkt 1024 burst 200 ecn probability 0.5
i get
RTNETLINK answers: No such file or directory
I have configured the kernel for netfilters
, and all the networking options in menuconfig
.
I don't understand why this error occurs. I'm using iproute2-2.6.23
and Fedora 8.
This was working fine on my laptop, but not on my Desktop PC?
dmesg
output? There may be error messages there. Also check SELinux logs, I could imagine a shell may not have privileges for Netlink. – Descombes