search for: 72kbit

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

Did you mean: 32kbit
2007 Mar 20
3
Divide bandwidth between 4 groups of ip with the same rate
...s the card connected to the router and eth0 is the one connected to the LAN. My ISP provides 3 mbit upload and 300 kbit download. I define 4 classes for download with a rate of 300kbit and a ceil of 2700 kbit (1:10 to 1:40, parent 1:12). In the same way, I define 4 classes for upload with a rate of 72kbit and a ceil of 200kbit (2:10 to 2:40, parent 2.12). Everything looks work fine, nevertheless when traffic through one of these classes are near to its ceil (200kbit), the http traffic through the rest of the classes becomes slow, and I do not understand whit the free 56 kbit is not used by these t...
2006 Feb 28
10
Htb queueing problem
...et scheduler <*> SFQ queue [*] QoS support <*> Firewall based classifier <*> U32 classifier I can mark packages with iptables, but I _can''t_ make the packages get queued in an specific class. Please, take a look on this sample script that guarantees 64kbit (rate), 72kbit (ceil) to the packets coming from the host 172.16.0.185 to the 172.16.1.0/24 network with 10000-10100 destination ports: # Flush tc qdiscs: /sbin/tc qdisc del dev eth0 root >/dev/null 2>&1 /sbin/tc qdisc del dev eth1 root >/dev/null 2>&1 # Create root qdiscs: /sbin/tc qdisc...
2005 May 26
2
Leaky bucket in TC
Hi, I am trying to control bandwidths of the connections by using TC with HTB. But I want to implement Leaky Bucket on this structure so as to have a straight flow. Due to being new in this area, could anyone help me how I could do this? Does TC support leaky bucket? Best regards, Fatih Duzova
2005 Jul 30
2
Qos wiht HTB for ADSL/Home
...or inbound traffic (with imq)? 6)So, am I on the right way with my script or should I change it fundamental? In my setup I have 3 categories of traffic: 1)very high priority traffic: ssh, DNS, ACK, SYN+ACK, RST, FIN+ACK (40kbit > CEIL) 2) high priority traffic: web, online radio, online tv (72kbit->CEIL) 3)low priority traffic - default class: aMule, P2P, other type of traffic(8Kbit->CEIl) THANKS, ddaas My htb script is: #!/bin/bash YAHOOMSG="216.155.193.0/24" RADIO="xxx.xxx.xxx.xxx" TRI="xxx.dnsalias.net" TV="xxx.xxx.xxx.xxx" DNSSERVER=&...
2003 Mar 12
3
Warnings with and without r2q
...add dev eth0 parent 1:1 classid 1:11 htb rate 128kbit burst 2k tc class add dev eth0 parent 1:11 classid 1:21 htb rate 16kbit ceil 56kbit burst 2k tc class add dev eth0 parent 1:11 classid 1:22 htb rate 16kbit ceil 40kbit burst 2k tc class add dev eth0 parent 1:11 classid 1:23 htb rate 16kbit ceil 72kbit burst 2k tc class add dev eth0 parent 1:11 classid 1:24 htb rate 16kbit ceil 64kbit burst 2k tc class add dev eth0 parent 1:11 classid 1:25 htb rate 16kbit ceil 40kbit burst 2k tc class add dev eth0 parent 1:11 classid 1:26 htb rate 16kbit ceil 40kbit burst 2k tc class add dev eth0 parent 1:11 clas...
2002 Dec 07
4
Why my script doesn''t work ???
Hi All, I''m using iptables-1.2.7a on RedHat8 kernel 2.4.20. I wanted to limit the file-sharing traffic to the internet. I marked the packets with iptables: iptables -A FORWARD -t mangle -p tcp -s 192.168.1.1/24 -d ! 192.168.1.1/24 --dport 1024:1862 -j MARK --set-mark 1 iptables -A FORWARD -t mangle -p tcp -s 192.168.1.1/24 -d ! 192.168.1.1/24 --dport 1864:65535 -j MARK --set-mark 1