Dear Sirs,
I am having a problem on making my script work. Is there anything wrong with my script?
I am trying to make the PC with an IP of 192.168.235.10 to have 250kbps network transfer speed
I am still new to Linux so I need all the help that I can get. Below is the script for the TC.
Thank you in advanced!! I also tried htb but it also does nothing like cbq.
############################################################################################################
tc qdisc del dev eth0 root
tc qdisc add dev eth0 root handle 1: cbq avpkt 1000 bandwidth 2Mbit
tc class add dev eth0 parent 1: classid 1:1 cbq rate 250kbps allot 1500 prio 5 bounded isolated
tc filter add dev eth0 parent 1: protocol ip prio 16 u32 match ip dst 192.168.235.10 flowid 1:1
##############################################################################################################
Best regards RR
I am having a problem on making my script work. Is there anything wrong with my script?
I am trying to make the PC with an IP of 192.168.235.10 to have 250kbps network transfer speed
I am still new to Linux so I need all the help that I can get. Below is the script for the TC.
Thank you in advanced!! I also tried htb but it also does nothing like cbq.
############################################################################################################
tc qdisc del dev eth0 root
tc qdisc add dev eth0 root handle 1: cbq avpkt 1000 bandwidth 2Mbit
tc class add dev eth0 parent 1: classid 1:1 cbq rate 250kbps allot 1500 prio 5 bounded isolated
tc filter add dev eth0 parent 1: protocol ip prio 16 u32 match ip dst 192.168.235.10 flowid 1:1
##############################################################################################################
Best regards RR