search for: 1500kbit

Displaying 19 results from an estimated 19 matches for "1500kbit".

Did you mean: 100kbit
2005 Apr 08
3
fw as filter broken?
Can someone verify that using fw as a filter in iproute2-2.6.11-050330 is broken. Doesn''t seem to work in any case and I saw an earlier post that would lead me to believe this is the case. If so does anyone have a temporary fix? Thanks, Troy
2010 Nov 12
1
Problem with TC
I''m trying to use the traffic control features of Shorewall. I share my network with some guys, and I have a tcclasses file like this: #Hunter Fuller eth0 100 1500kbit full 50 tos-maximize-throughput #(other guy''s name) eth0 110 1500kbit full 50 tos-minimize-delay etc., based on their personal preferences. Then for users I cannot identify (wireless guests, basically): #unknown DHCP clients eth0...
2005 Oct 13
12
HFSC Advanced Limiting
I am investigating changing our broadband bandwidth control scripts over to HFSC. What I would like to accomplish is this: { * DOWNLOAD * I need a download class for each user (we''ll call it Class 1) that offers a minimum of lets say 384Kbps and a maximum of 1.5Mbps. The rates between 384Kbps and 1.5Mbps should be shared among all users. Each user should always be able to get at
2003 Jun 12
11
htb problem
...class add dev eth0 parent 1: classid 1:1 htb rate 1990kbit ceil 2000kbit $TC class add dev eth0 parent 1:1 classid 1:10 htb rate 190kbit ceil 200kbit $TC class add dev eth0 parent 1:1 classid 1:11 htb rate 1400kbit ceil 1600kbit $TC class add dev eth0 parent 1:1 classid 1:12 htb rate 1000kbit ceil 1500kbit $TC class add dev eth0 parent 1:1 classid 1:13 htb rate 1000kbit ceil 1500kbit $TC class add dev eth0 parent 1:1 classid 1:14 htb rate 1000kbit ceil 1200kbit , filters and queuing disciplines : #filter $TC filter add dev eth0 protocol ip parent 1:0 prio 1 handle 2 fw flowid 1:10 classid 1:10 $TC f...
2005 May 03
10
Unshapeable traffic
...2p shaping class keep defined 4Mbit traffic, iptables counters show me that p2p traffic exceed traffic to 150% and is about 6Mbit/s. Ofcourse I revised twice all configs but no mistake found. Whereas tc stats show some strange thing [class for p2p]: class htb 1:18 parent 1:10 leaf 18: prio 3 rate 1500Kbit ceil 4Mbit burst 3474b cburst 6599b Sent 17192942388 bytes 13525239 pkts (dropped 6936086, overlimits 0) rate 501604bps 392pps backlog 90p lended: 5070369 borrowed: 8454780 giants: 0 tokens: -4830 ctokens: -14550 I mean that dropped packets is about half of total sent pkts. So I realize that...
2005 Dec 14
1
mgen & tc
...k indices 64 set_tc_index tc filter add dev eth1 parent 1:0 protocol ip prio 1 tcindex mask 0xfc shift 2 tc qdisc add dev eth1 parent 1:0 handle 2:0 htb tc class add dev eth1 parent 2:0 classid 2:1 htb rate 10Mbit ceil 10Mbit ############ EF tc class add dev eth1 parent 2:1 classid 2:10 htb rate 1500Kbit ceil 10Mbit tc qdisc add dev eth1 parent 2:10 pfifo limit 5 tc filter add dev eth1 parent 2:0 protocol ip prio 1 handle 0x2e tcindex \ classid 2:10 pass_on ############ AF tc class add dev eth1 parent 2:1 classid 2:20 htb rate 2500Kbit ceil 10Mbit tc qdisc add dev eth1 parent 2:20 pfifo limit 20 t...
2006 Sep 14
10
tc is giving an error: RTNETLINK answers: File exists
...ports - I''ll fill these in later (when this # thing works) HIGHPORT= # low priority destination ports LOWPORT= $TC qdisc add dev $IDEV root handle 1: cbq bandwidth 1600Kbit cell 8\ avpkt 1000 mpu 64 $TC class add dev $IDEV parent 1: classid 1:1 est 1sec 8sec cbq\ bandwidth 1600Kbit rate 1500kbit allot 1514 maxburst 20 avpkt 1000\ prio 0 bounded isolated cat $IPS | sed -e ''s/#.*$//; s/^ *$//;'' | while read IP RATE STATUS; do if [ "x$IP" == "x" ]; then continue fi # I use the last byte of the customer''s IP''s for the handle,...
2006 Apr 11
0
Htb queueing problem
...disc del dev eth1 root fi tc qdisc add dev eth1 root handle 1:0 htb default 90 tc class add dev eth1 parent 1:0 classid 1:1 htb rate ${RATE}kbit ceil ${RATE}kbit tc class add dev eth1 parent 1:1 classid 1:10 htb rate 3000kbit ceil 3000kbit tc class add dev eth1 parent 1:1 classid 1:20 htb rate 1500kbit ceil 1500kbit tc class add dev eth1 parent 1:1 classid 1:30 htb rate 1000kbit ceil 1000kbit tc class add dev eth1 parent 1:1 classid 1:50 htb rate 500kbit ceil 500kbit tc class add dev eth1 parent 1:1 classid 1:90 htb rate 256kbit ceil 256kbit tc qdisc add dev eth1 parent 1:10 handle 10: sfq per...
2006 Dec 14
1
hfsc rule command problem
...-A ms-chain-eth2-1:11 -p udp -m multiport --dports 1755,5005,1024:4443,4445:5500 -j CLASSIFY --set-class 1:112 iptables -t mangle -A ms-chain-eth2-1:11 -p udp -m multiport --dports 1755,5005,1024:4443,4445:5500 -j RETURN tc class add dev eth2 parent 1:11 classid 1:113 hfsc rt m1 3500kbit d 10s m2 1500kbit ls m2 3500kbit ul m2 3500kkbit tc qdisc add dev eth2 handle 113: parent 1:113 sfq iptables -t mangle -A ms-chain-eth2-1:11 -p tcp --dport 23 -j CLASSIFY --set-class 1:113 iptables -t mangle -A ms-chain-eth2-1:11 -p tcp --dport 23 -j RETURN tc class add dev eth2 parent 1:11 classid 1:199 hfsc rt m...
2004 Jun 13
0
DSCP marking at core
...d dev eth0 handle 1:0 root dsmark indices 64 set_tc_index tc filter add dev eth0 parent 1:0 protocol ip prio 1 tcindex mask 0xfc shift 2 tc qdisc add dev eth0 parent 1:0 handle 2:0 cbq bandwidth 10Mbit cell 8 avpkt 1000 mpu 64 tc class add dev eth0 parent 2:0 classid 2:1 cbq bandwidth 10Mbit rate 1500Kbit avpkt 1000 prio 1 bounded isolated allot 1514 weight 1 maxburst 10 tc qdisc add dev eth0 parent 2:1 pfifo limit 5 tc filter add dev eth0 parent 2:0 protocol ip prio 1 handle 0x2e tcindex classid 2:1 pass_on ... I need to connect the two piece of code above at core router but I need help on this. T...
2005 Jul 06
0
Diffserv using HTB or PRIO qdiscs as basis for EF phb
...index tc filter add dev $1 parent 1:0 protocol ip prio 1 tcindex mask 0xfc shift 2 Main htb qdisc & class tc qdisc add dev $1 parent 1:0 handle 2:0 htb tc class add dev $1 parent 2:0 classid 2:1 htb rate 100Mbit ceil 100Mbit EF Class (2:10) tc class add dev $1 parent 2:1 classid 2:10 htb rate 1500Kbit ceil 100Mbit tc qdisc add dev $1 parent 2:10 pfifo limit 5 tc filter add dev $1 parent 2:0 protocol ip prio 1 handle 0x2e tcindex classid 2:10 pass_on BE Class (2:20) tc class add dev $1 parent 2:1 classid 2:20 htb rate 5Mbit ceil 100Mbit tc qdisc add dev $1 parent 2:20 red limit 60KB min 15KB max...
2005 Jul 08
5
HTB Rate and Prio
Hi, I wanted to implement some QOS on my Linux Box with HTB, but after some time spend on the configuration and tests, I still don''t manage to have some correct results. Here are the details : -ROOT 2000 kbits -HIGHPRIO SUBCLASS 50 kbits prio 0 -SUBCLASS1 750 kbits prio 1 -SERVICE1 250 kbits prio 1
2005 Jul 27
13
HTB and PRIO qdiscs introducing extra latency when output interface is saturated
...index tc filter add dev $1 parent 1:0 protocol ip prio 1 tcindex mask 0xfc shift 2 Main htb qdisc & class tc qdisc add dev $1 parent 1:0 handle 2:0 htb tc class add dev $1 parent 2:0 classid 2:1 htb rate 100Mbit ceil 100Mbit EF Class (2:10) tc class add dev $1 parent 2:1 classid 2:10 htb rate 1500Kbit ceil 100Mbit tc qdisc add dev $1 parent 2:10 pfifo limit 5 tc filter add dev $1 parent 2:0 protocol ip prio 1 handle 0x2e tcindex classid 2:10 pass_on BE Class (2:20) tc class add dev $1 parent 2:1 classid 2:20 htb rate 5Mbit ceil 100Mbit tc qdisc add dev $1 parent 2:20 red limit 60KB min 15KB max...
2004 Jul 09
3
tc filter + bridging + htb -- works only if ip_forward = 0
...y excess above their # minimum rates. # ceil is 90% of max rate (768kbps) # rate is 80% of max rate # we don''t let it go to 100% because we don''t want the WAN provider to buffer CEIL=4500kbit RATE1=1000kbit RATE2=3000kbit RATE3=500kbit APPRATE1=1500kbit APPRATE2=750kbit APPRATE3=250kbit $TC qdisc ${TCOP} dev ${WAN} root handle 1: htb $TC class ${TCOP} dev ${WAN} parent 1: classid 1:1 htb rate ${CEIL} ceil ${CEIL} $TC class ${TCOP} dev ${WAN} parent 1:1 classid 1:10 htb rate ${RATE1} ceil ${CEIL} prio 1 $TC class ${TCOP...
2007 May 04
0
RSVP RESV not seen
...nit eth1 10 class cbq 1: root rate 10Mbit (bounded,isolated) prio no-transmit class cbq 1:1 parent 1: rate 10Mbit prio no-transmit class cbq 1:2 parent 1:1 rate 250Kbit prio 6 class cbq 1:3 parent 1:1 rate 5Mbit prio 2 class cbq 1:4 parent 1:1 rate 100Kbit prio 7 class cbq 1:7fff parent 1:7ffe rate 1500Kbit prio 6 class cbq 1:7ffe parent 1:1 rate 2Mbit (isolated) prio no-transmit [root@netrat9 RSVP]# tc filter ls dev eth1 filter parent 1: protocol ip pref 1 rsvp TG SENDER OUPUT: [root@localhost RSVP]# ./tg tgsend.conf 22:33:03.268 measured select duration: 0.000993 sec 22:33:03.366 Timer: 1178317983....
2006 Jan 18
3
Download and upload independency
Hello everyone: As it is known, when you limit uplink bandwidth it usually gets downlink bandwidth to a lower value. I just want to know what is the optimal configuration for eth1 and imq0 according to some variables of tc(HTB), txqueuelen, mtu, etc. to make these packet flows less independent on an ethernet based network. Thank you in advance. -Diego
2006 Nov 15
7
Shaping incoming VoIP traffic fails
...VOIP (and sfq leaf) tc class add dev $INT parent 1:11 classid 1:110 htb \ rate 200kbit ceil 2500kbit prio 0 tc qdisc add dev $INT parent 1:110 handle 110: sfq perturb 10 # class for higher prio traffic (and sfq leaf) tc class add dev $INT parent 1:11 classid 1:111 \ htb rate 1200kbit ceil 1500kbit prio 1 tc qdisc add dev $INT parent 1:111 handle 111: sfq perturb 10 # class for low prio traffic (and sfq leaf) tc class add dev $INT parent 1:11 classid 1:112 htb \ rate 100kbit ceil 800kbit prio 2 tc qdisc add dev $INT parent 1:112 handle 112: sfq perturb 10 # filters for forwarded traffi...
2007 Sep 01
9
complete linux and shaping newbie needs help
Hi there good people, I''m a newbie in what concerns running Linux on machines other than desktops, so I need help from all you gurus out there :-) I have Linux installed on an old computer (Winchip C6, Pentium clone), acting as a router/firewall for two other computers. Both these machines are connected to the firewall via a dedicated ethernet card each, on different subnets,
2004 May 14
9
RV: LATENCY PROBLEMS
Hello there, I''m having lots of problems with my setup here. Let me explain: I am network administrator for my university dorm. We are about 300 users, and we have 2 ADSL connections doing load balancing with 300kbits upstream and 2Mbit downstream. The load balancing is working great, we are doing connection tracking so I can mark and hence prioritize interactive traffic and ACKS