search for: 2500kbit

Displaying 6 results from an estimated 6 matches for "2500kbit".

Did you mean: 500kbit
2005 Mar 11
3
strange behaviour of qos
Hi I have the following problem: I''ve created qos script which shapes traffic on outgoing interface eth1. More - less it looks like this : ------------------------CUT------------------------------------------------------ #root qdisc and class for eth1 $tc qdisc add dev eth1 root handle 1:0 htb default 19 $tc class add dev eth1 parent 1:0 classid 1:1 htp ratel ${CEIL_UP}kbit ceil
2005 Dec 14
1
mgen & tc
...#### 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 tc filter add dev eth1 parent 2:0 protocol ip prio 2 handle 10 tcindex \ classid 2:20 pass_on ############ BE tc class add dev eth1 parent 2:1 classid 2:30 htb rate 5Mbit ceil 10Mbit tc qdisc add dev eth1 parent 2:30 red limit 60KB min...
2006 Nov 15
7
Shaping incoming VoIP traffic fails
...rio 0 # class for not forwarded traffic (and sfq leaf) tc class add dev $INT parent 1:1 classid 1:10 htb \ rate 997mbit ceil 1000mbit prio 1 tc qdisc add dev $INT parent 1:10 handle 10: sfq perturb 10 # class for forwarded traffic tc class add dev $INT parent 1:1 classid 1:11 htb \ rate 2500kbit ceil 2500kbit prio 0 # class for highest prio 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...
2003 Aug 18
1
Remarking non conformant packets as AF13 from AF11
...class type. As such I basically want to remark non-conforming AF11 packets to AF13. Here is m script that I have been using on the ingress router of my network: ---------------------------------------- Link=''dev eth1'' Rate1=''rate 800Kbit'' Rate2=''rate 2500Kbit'' Burst=''burst 9K'' Action=''continue'' Match1=''match ip src 192.6.0.90 match ip dst 10.37.1.63 match ip sport 6970 0xffff match ip protocol 17 0xff'' Match2=''match ip src 192.6.0.90 match ip dst 10.37.1.63 match ip dport 5005 0x...
2004 Jan 28
4
Problems with HTB (ceil being overpassed)
We run a Hosting farm behind a bridge/iptables firewall setup running Gentoo with kernel 2.4.20-gentoo-r6, connected to a dual 15Mbps international internet pipe / , as this: Net Pipe --------- eth1 Bridge/Firewall eth0 -------- Internal Hosting Network lately we have been looking at htb to somehow control excessive usage from the users behind, but in our implementation there seems to be an
2007 Feb 11
8
Is ESFQ working?
Hi there, i am trying to shape a network for a college dorms... INTERNET---- ETH0--------Nat Box-------ETH1--------LAN I have set up classes of traffic (HTTP, FTP, MAIL, IM, OTHER) and i have assigned a rate for everyone with a HTB qdisc. The limit based in traffic is working flawlessly. However, under every HTB class i have set up a ESFQ queue discipline with hash value set to