Displaying 1 result from an estimated 1 matches for "10kbites".
Did you mean:
10kbit
2004 Jan 20
1
htb+beginner+error
Good day all
So at log last I did my script
We have a 256kbite connection.This scrip runs on my gateway box(the same
for script for eth1(ext) and eth0(int)
I want to limit all other traffic to 10kbites but when I do it I give me
this error:
HTB quantum of class 10034 is to small.consider r2q <7>htb*g j=42801780
Here is my script.If you have any Idea to better it let me know.Its a
bit from here and there and some of my own
#!/bin/bash
DEV=eth1
RATEUP=256
#To get stats
if [ "$1"...