search for: 700kbit

Displaying 13 results from an estimated 13 matches for "700kbit".

Did you mean: 100kbit
2004 Dec 23
1
does the inbound traffic affect the outbound on 2 different interfaces
...match ip dst 192.168.8.3 flowid 1:2 tc filter add dev eth0 parent 1: prio 2 protocol ip u32 match ip dst 192.168.8.4 flowid 1:3 tc qdisc del dev eth1 root tc qdisc add dev eth1 root handle 2: cbq bandwidth 30Mbit cell 8 avpkt 1000 mpu 64 tc class add dev eth1 parent 2:0 classid 2:1 cbq bandwidth 700kbit rate 700kbit allot 1514 cell 8 weight 70kbit prio 2 maxburst 20 avpkt 1000 bounded isolated tc class add dev eth1 parent 2:1 classid 2:2 cbq bandwidth 700kbit rate 100kbit allot 1514 cell 8 weight 10kbit prio 1 maxburst 20 avpkt 1000 split...
2006 Feb 23
10
Is this possible?
...e some bandwidth for a class. For example, lets say we have a 1000kbit link, and two classes sharing that link: - Voip - ie high prio real time, and - Web - background traffic. Right now, with htb or cbq or whatever, I can do this: Guaranteed Rate Ceiling Prio Link 700kbit 700kbit |--Voip 200kbit 700kbit 1 \--Web 300kbit 700kbit 2 This works, in that Voip won''t be hit by new connections overloading the link before htb can bring then under control. But it wastes 300kbit of bandwidth in doing so. An observat...
2004 Oct 06
3
HTB and Openvpn
...l would have top priority and the rest share what''s left. Sounded simple enough. Here''s what I did: tc qdisc add dev eth0 root handle 1: htb default 30 tc class add dev eth0 parent 1: classid 1:1 htb rate 10mbit burst 15k tc class add dev eth0 parent 1:1 classid 1:10 htb rate 700kbit ceil 1mbit burst 15k prio 0 tc class add dev eth0 parent 1:1 classid 1:20 htb rate 1kbit ceil 28800 burst 15k tc class add dev eth0 parent 1:1 classid 1:30 htb rate 1kbit ceil 1mbit burst 15k prio 1 tc qdisc add dev eth0 parent 1:10 handle 10: sfq perturb 10 tc qdisc add dev eth0 parent 1:20...
2005 Jun 22
1
Problem with HTB and IPTABLES
...s add dev eth1 parent 1: classid 1:1 htb rate 1Mbit ceil 1Mbit tc class add dev eth1 parent 1:1 classid 1:10 htb rate 400kbit ceil 600kbit prio 0 tc class add dev eth1 parent 1:1 classid 1:11 htb rate 300kbit ceil 800kbit prio 1 tc class add dev eth1 parent 1:1 classid 1:12 htb rate 200kbit ceil 700kbit prio 2 tc class add dev eth1 parent 1:1 classid 1:13 htb rate 100kbit ceil 600kbit prio 2 tc qdisc add dev eth1 parent 1:10 handle 100: sfq perturb 10 tc qdisc add dev eth1 parent 1:11 handle 110: sfq perturb 10 tc qdisc add dev eth1 parent 1:12 handle 120: sfq perturb 10 tc qdisc add dev e...
2002 Dec 29
8
wondershaper + htb prio + qdisc prio
...s add $IF_EXT parent 1:9 classid 1:2 htb rate 64kbit ceil 500kbit burst 6k prio 2 $tc filter add $IF_EXT protocol ip prio 2 parent 1: u32 \ match ip protocol 1 0xff flowid 1:1 first tryed it with ceil 800kbit, after with a smaller value, the "real" bandwidth was somewhere around 700kbit, at that moment. didn''t work so he tryed with just a prio qdisc and put the icmp packets in the 0 band, the script: $iptables -t mangle -A POSTROUTING -p icmp -j TOS --set-tos 0x10 $tc qdisc del $IF_EXT root $tc qdisc add $IF_EXT root handle 10: prio $tc qdisc add $IF_EXT parent 10:1 h...
2002 Oct 17
18
why dont packets go where i want?
...b rate 300kbit tc class add dev eth1 parent 1:100 classid 1:101 htb rate 10kbit ceil 30kbit tc class add dev eth1 parent 1:100 classid 1:102 htb rate 10kbit ceil 20kbit tc class add dev eth1 parent 1:100 classid 1:103 htb rate 10kbit ceil 15kbit tc class add dev eth1 parent 1: classid 1:2 htb rate 700kbit burst 15k tc qdisc add dev eth1 parent 1:101 handle 101: sfq perturb 10 tc qdisc add dev eth1 parent 1:102 handle 102: sfq perturb 10 tc qdisc add dev eth1 parent 1:103 handle 103: sfq perturb 10 tc filter add dev eth1 parent 1: protocol ip u32 match ip dst 192.168.1.0/24 flowid 1:1 tc filter ad...
2004 May 04
4
Wrapping prio in tbf
...re''s why: I have a server on a DSL line, which has both hobby and business websites. I want to make it so that, if the bandwidth starts to get saturated, the hobby sites will slow down, while the business sites will not be affected. In other words, I want to limit the total bandwidth to 700kbit (the max upload is 768kbit on the modem) with tbf, but have a priority queue so that the business site can take all available bandwidth if it''s being used. The two sets of sites are on different IP''s, so I can either filter by IP or set the TOS flags with iptables. I''m...
2006 Jan 10
8
tc filter add ... fw returns RTNETLINK answers: Invalid argument
...''s in use, but all 4 statements that use it failed, so I''m really stumped. This is what happens in begining of the traffic shaper script: + tc qdisc del dev eth0 root + tc qdisc add dev eth0 root handle 1: htb default 0x42 + tc class add dev eth0 parent 1: classid 1:1 htb rate 700kbit burst 6k + tc class add dev eth0 parent 1:1 classid 1:42 htb rate 600kbit burst 15k prio 0 + tc qdisc add dev eth0 parent 1:42 handle 42: sfq perturb 20 + tc filter add dev eth0 parent 1: protocol ip prio 1 handle 1 fw RTNETLINK answers: Invalid argument + iptables -t mangle -N to-dsl Any clues?
2005 Jun 01
0
Dynamic bridging
...h to the other bridge so we get the 1.5Mb total. The downside is after reserving 200kbit/s for my audio stream this leaves only 550kbit/s download for the people at my co-lo which becomes frustratingly slow with WinXP file sharing. I would change the balance in favour of the co-lo in receving 700kbit/s and the LAN receiving 400kbit from the co-lo but it creates problems when I need the bandwidth to administer the co-lo. So is there any way for my bridges to talk to each other and dynamically share the bandwidth to get the highest utilization? I was thinking of changing my filters so that a...
2007 Aug 23
5
Help about a QoS configuration
...rver), starts to transmit, to take it all the available bandwith except for, say 20 KB/s, reserved for p2p. 3) If a third class (ssh, web), starts to transmit, again, to take all the available bandwith except for the 20KB/s for p2p and 40 KB/s for ftp. etc... I have an upload link that varies from 700kbit to 1000kbit depending on the negotiation of the line. I wouldn''t like to artificially underlimit it to work properly, remember that I''m doing the shaping on the same router, on the real (nas0) interface, so in this case the speed of the interface is the speed of the link, and I th...
2007 Aug 19
0
HTB qdisc within HTB root qdisc
...0Kbit prio 2 $tcq parent 2:11 pfifo limit 20 # DMZ $tcc parent 2:1 classid 2:13 htb rate 3000Kbit ceil 5000Kbit prio 4 # telnet/SSH/IRC $tcc parent 2:13 classid 2:31 htb rate 300Kbit ceil 500Kbit prio 2 $tcq parent 2:31 pfifo limit 30 # UDP $tcc parent 2:13 classid 2:32 htb rate 700Kbit ceil 1000Kbit prio 3 $tcq parent 2:32 pfifo limit 30 # generic NORMAL $tcc parent 2:13 classid 2:33 htb rate 2000Kbit ceil 5000Kbit prio 5 $tcq parent 2:33 sfq limit 50 perturb 1 # generic BULK $tcc parent 2:13 classid 2:34 htb rate 1000Kbit ceil 2000Kbit prio 7 $tcq pare...
2006 Jan 07
2
Sharing a DSL between 40 subnets with htb
...0 user subnets. #eth2: The 10.16.0.0/12 net, which contains the server net. #ath0: The 10.32.0.0/12 net, which contains 20 user subnets. #Root htb that all the traffic is going to go through: tc qdisc add dev eth0 root handle 1: htb default 0x42 tc class add dev eth0 parent 1: classid 1:1 htb rate 700kbit burst 6k #Default class for everything not matched by the firewall rules: tc class add dev eth0 parent 1:1 classid 1:42 htb rate 600kbit\ burst 15k prio 0 tc qdisc add dev eth0 parent 1:42 handle 42: sfq perturb 20 #Have the bucket that traffic gets...
2004 Feb 26
12
HFSC
hmm HFSC ? where can i find more informations and examples about the *linux* HFSC ? http://trash.net/~kaber/hfsc/ does not help here -- _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/