search for: 70kbit

Displaying 12 results from an estimated 12 matches for "70kbit".

Did you mean: 10kbit
2002 Jun 06
0
again: HTB - I can''t stand it any longer HELP ME
...nternet as there would be no MLDonkey running - I mean: -- I want MLDonkey to be using ONLY IDLE BANDWIDTH -- After reading HTB manual I configured it in this way: --------------------------- tc qdisc add dev imq0 root handle 1: htb default 10 tc class add dev imq0 parent 1: classid 1:1 htb rate 70kbit tc class add dev imq0 parent 1:1 classid 1:10 htb rate 70kbit prio 0 tc class add dev imq0 parent 1:1 classid 1:11 htb rate 10kbit ceil 70kbit prio 2 tc filter add dev imq0 protocol ip parent 1:0 prio 1 u32 \ match ip sport 4662 0xffff flowid 1:11 tc filter add dev imq0 protocol ip parent 1:0 pri...
2006 Feb 21
0
Best internet traffic shaping for small lan
...ntrols every IP adress kbit/sec exept traffic to server: #!/bin/bash TC=/sbin/tc HOSTS_LIST="192.168.1.3 192.168.1.4 192.168.1.5 192.168.1.6 192.168.1. 7 192.168.1.8 192.168.1.9 192.168.1.10 192.168.1.11... DEV=eth0 # ethLAN IMQ=imq0 # --todev 0 NM=17 DN_BANDWIDTH=760Kbit # DN=105Kbit DN_RATE=70Kbit UP_BANDWIDTH=600Kbit # UP=70Kbit UP_RATE=50Kbit $TC qdisc add dev $DEV root handle 1: htb #default 50 $TC class add dev $DEV parent 1: classid 1:1 htb rate ${DN_BANDWIDTH} quantum 1500 iptables -t mangle -N DN_SHAPING ip link set $IMQ up $TC qdisc add dev...
2003 Oct 27
4
Need help with HTB
...############### ################## and for download I have the following: $tc qdisc del dev $IF_LOC root $tc qdisc add dev $IF_LOC handle 2: root htb default 99 r2q 1 $tc class add dev $IF_LOC parent 2: classid 2:1 htb rate 100kbit $tc class add dev $IF_LOC parent 2:1 classid 2:2 htb rate 70kbit ceil 90kbit prio 1 $tc class add dev $IF_LOC parent 2:1 classid 2:99 htb rate 30kbit ceil 90kbit prio 5 #PRIO FIFO...for 2:2 = low latency for counter-strike packets $tc qdisc add dev $IF_LOC parent 2:99 handle 299: sfq perturb 10 #Counter-strike $tc filter add dev $IF_LOC protocol ip prio...
2004 Dec 23
1
does the inbound traffic affect the outbound on 2 different interfaces
...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 1:0 tc class add dev eth1 parent 2:1 classid...
2005 Feb 18
1
lartc on bridge, help
...qdisc del dev br0 root tc qdisc add dev br0 root handle 1: htb r2q 1 tc class add dev br0 parent 1: classid 1:1 htb rate 230kbit tc class add dev br0 parent 1:1 classid 1:10 htb rate 50kbit ceil 128kbit burst 20k tc class add dev br0 parent 1:1 classid 1:11 htb rate 70kbit ceil 128kbit burst 20k tc class add dev br0 parent 1:1 classid 1:12 htb rate 110kbit ceil 192kbit burst 20k # class for wireless users tc class add dev br0 parent 1:12 classid 1:21 htb rate 8kbit ceil 64kbit tc class add dev br0 parent 1:12 classid 1:22 htb rate 8...
2007 Aug 24
3
traffic shaping stranges
...s in 'tcrules' file for tested interface (INT1_IF): 31:F $EXT_IF $INT1_IF:$ADM_IP all 32:F $EXT_IF $INT1_IF:$PRV_IP all 33:F $EXT_IF $INT1_IF:$MY_NET all and follow traffic classes in 'tcclasses': $INT1_IF 31 70kbit 250kbit 2 $INT1_IF 32 50kbit 250kbit 3 $INT1_IF 33 50kbit 250kbit 4 $INT1_IF 30 10mbit 10mbit 5 default Then when i test bandwidth for default class i have such result: lpc:~ # wget -v http://192.168.5.3:80/file.xyz --16:...
2001 Feb 26
2
Mono wavs with b4
When I encode a monophonic wav file, I would expect the resulting ogg file to be at about half the bit rate specified on the command line, as stated in the "oggenc -h" help text: "The 6 modes are approximately 112, 128, 160, 192, 256, and 350 kbps (for stereo 44.1kHz input. Halve these numbers for mono input).". This doesn't seem to be happening, though. I took a 16-bit,
2003 Jul 05
13
HTB doesn''t respect rate values
...ssid 1:3 htb rate 6kbit ceil 128kbit quantum 1500 tc filter add dev eth0 protocol ip parent 1:0 prio 1 u32 match ip sport 80 0xffff flowid 1:2 I make a test: I send an email - it goes to default class 1:3. Then (during email is sent) I get e big file through www. What happen? WWW rate is 30-70kbit. So it doesn''t keep his guaranted rate 122kbit. It lends his rate for SMTP. When SMTP stops sending his packets, WWW gets 100%. In real, I''ve got the more complicated configuration (64 kbit for www, 40kbit for pop3, 6kbit for smtp 12kbit for others), but the problem remains:...
2004 Apr 19
1
Prioritizing on a Bridge doesn''t seen to work correct, ingress does not functional
...htb rate ${UPLOAD}kbit ceil ${UPLOAD}kbit # Upload Interaktive and "Connection beginn" Class tc class add dev eth1 parent 1:1 classid 1:10 htb rate 30kbit ceil ${UPLOAD}kbit prio 0 burst 4k quantum 6000 # Upload Webclass und Default tc class add dev eth1 parent 1:1 classid 1:11 htb rate 70kbit ceil 100kbit prio 1 burst 2k quantum 1500 # Upload SMTP Class tc class add dev eth1 parent 1:1 classid 1:12 htb rate 20kbit ceil 100kbit prio 2 quantum 1500 # Handle Mapping tc qdisc add dev eth1 parent 1:11 handle 120: sfq perturb 10 tc qdisc add dev eth1 parent 1:12 handle 130: sfq perturb 10...
2004 Dec 21
18
Weighted packet shaping?
Hi all, Im new to all this, and am still trying to get my head qround some of the concepts of how this all works. Ive read the howto''s, man pages etc. Ive setup packet shaping on my router/server box using HTB and SFQ, but its not working the way i would like. Im after shaping that has "weights" for classes so that a lower priority class will slow down when a higher class
2004 Aug 06
3
Liveice & Icecast...help
Yes, I downloaded the aumix utility and am using it now. Set line in to %50 then %25 and to record but still the same thing. I'm streaming from the line in on the sound card which is being fed from a portable radio nearby. I get the distortion whether I have the audio fed into 'line in' or not. Matt -----Original Message----- From: owner-icecast@xiph.org
2004 Aug 06
2
Multiple Mountpoints Problem
...ng command line parameters..... ENCODING_QUALITY 30 # Variable bitrate Quality - only for USE_XING_VBR # approximate data rates (tested agains Annie Nightingale's radio show # 44100Hz 16 bit, mono.) # these are per channel estimates - double them for stereo... # 0 roughly 48Kbit # 50 roughly 70kbit #100 roughly 96kbit # if you reduce the sampling rate to 22050 then the bitrate is reduced also... # e.g. q=0 => 28kbit per channel #VBR_QUALITY 1 <p># login / connect format # # Icy login == old styl shoutcast == sucky - use only if talking to # a stupid (i.e. shoutcast) server #ICY_...