Traffic Control Issues Inside Ubuntu Guest
Posted: 23. May 2014, 15:45
I've installed a 64 bit Ubuntu Server. I am trying to set some traffic control inside the device but I am getting an error message. I am not sure if this is an issue with my CPU, my kernel or something else.
If I enter a command for a device that does not exist, I get an error message. If I try a command for a device that DOES exist, I get an error message or blank output. For example:
Existing Device:
tc class show dev eth0 ( No output )
sh tc class change dev eth0 parent 1:0 classid 1:1 htb rate 100Mbps burst 10k ( RTNETLINK answers: No such file or directory )
Device that does not exist:
tc class show dev eth100 ( Cannot find device eth100 )
sh tc class change dev eth100 parent 1:0 classid 1:1 htb rate 100Mbps burst 10k ( Cannot find device eth100 )
Any suggestions would be appreciated.
My CPU Information:
Intel Virtualization Technology: Yes
Inter Hyper Threading Technology: No
Intey 64 Architecture: Yes
If I enter a command for a device that does not exist, I get an error message. If I try a command for a device that DOES exist, I get an error message or blank output. For example:
Existing Device:
tc class show dev eth0 ( No output )
sh tc class change dev eth0 parent 1:0 classid 1:1 htb rate 100Mbps burst 10k ( RTNETLINK answers: No such file or directory )
Device that does not exist:
tc class show dev eth100 ( Cannot find device eth100 )
sh tc class change dev eth100 parent 1:0 classid 1:1 htb rate 100Mbps burst 10k ( Cannot find device eth100 )
Any suggestions would be appreciated.
My CPU Information:
Intel Virtualization Technology: Yes
Inter Hyper Threading Technology: No
Intey 64 Architecture: Yes