search for: 225kbit

Displaying 2 results from an estimated 2 matches for "225kbit".

Did you mean: 25kbit
2006 Mar 13
3
hfsc and dropped packets
...period 0 level 0 Why is there dropped packets but nothing overlimits?? Thanks. FYI Here is the relevant scipt commands I have dsl 1.5down and 256up. + tc qdisc del dev vlan1 root + tc qdisc add dev vlan1 root handle 1: hfsc default 30 + tc class add dev vlan1 parent 1: classid 1:1 hfsc ls rate 225kbit ul rate 225kbit + tc class add dev vlan1 parent 1:1 classid 1:10 hfsc rt m1 191kbit d 25ms m2 135kbit ls rate 135kbit ul rate 225kbit + tc class add dev vlan1 parent 1:1 classid 1:20 hfsc rt m1 22kbit d 25ms m2 56kbit ls rate 56kbit ul rate 225kbit + tc class add dev vlan1 parent 1:1 classid 1:30 h...
2005 Nov 02
4
must cut the line down too much for shaping to work
Hi, my situation: One internet connection 256 kbps uplink/downlink, pretty stable speed, a Linux router with three NICs (one to ISP, one to DMZ and one with VLANs enabled to our LAN). Each of three VLANs (1, 10, 11) is a region for me; id 1 gets guaranteed 128 kbps, id 10 and 11 both get guaranteed 64 kbps (both uplink and downlink). Simple configuration. After I read relevant parts of lartc