Displaying 1 result from an estimated 1 matches for "cabildo".
Did you mean:
cabello
2006 Jan 10
8
Simple shaping question
I have linux box (does nat and firewall for small network) connected
to dsl. I want to set priorities for protocols (that nothing could
disturb web browsing). This is my rules (eth0 connected to internet):
/sbin/tc qdisc del dev eth0 root
/sbin/tc qdisc add dev eth0 root handle 1 htb default 30 r2q 100
/sbin/tc class add dev eth0 parent 1: classid 1:2 htb rate 900Kbit burst 15k
/sbin/tc class