search for: 300kbps

Displaying 19 results from an estimated 19 matches for "300kbps".

Did you mean: 100kbps
2004 May 13
1
Bandwith especification.
Hi, If I have a DSL router with 300kpbs upload bandwith: Linux(eth0) ---(100Mbps)---> DSL ---(300kbps)---> INTERNET Which is the recomended value I must set in my QoS setup for the maximum outbound bandwith of my ethernet interface ? The max of 300kbps or something less like 290kbps ? Especify less than the maximum available bandwith is advisable to ensure that the QoS algoritms goes fine, i...
2007 May 10
6
PRIO and TBF is much better than HTB??
...ort == 22; htb () { class ( rate UPLOAD, ceil UPLOAD) { /* with the prio parameter : $high = class ( rate 700kbps, ceil UPLOAD, prio 0); */ $high = class ( rate 700kbps, ceil UPLOAD); /* with the prio parameter : $low = class ( rate 300kbps, ceil UPLOAD, prio 0); */ $low = class ( rate 300kbps, ceil UPLOAD, prio 1); } } } } /* 1Mbit 0.0008 = 100*8/10^6 */ every 0.0008s send TCP_PCK($tcp_dport=22) 0 x 60 /* 800kbit/s */ every 0.001s send TCP_PCK($tcp_dport=80) 0 x 60 time 2s...
2013 Jun 28
3
Bandwidth limited when shorewall is enabled
...connection is limited to about 1-6mbps per connection. This is with TC/Shaping/QoS disabled or enabled. I have no idea if its shorewall doing something funky or ipables or what, but if I stop shorewall, I can download from a vps I have at upwards of 10MB/s or more. With shorewall started, I get 300KBps max. That said, it seems to be a per connection limit. I can get multi MB/s speeds when downloading a debian iso over bittorrent for instance. I''ve tried disabling a bunch of my rules to see if that would help, and it hasn''t. I''ve tested transfering to and from the f...
2009 Jun 02
3
Call quality - how to debug
...ho complains of intermittent bad calls, though I suspect the bad calls are across the board, but intermittent. Inbound calls are via in IAX trunk from Gradwell. CPU stats say that Asterisk never uses more than 4-5% cpu, systems idle besides that. Memory seems ok too. Network utilisation is < 300kbps. The voice network (clients + server) sit on their own dedicated 100Mb switches. Stats from the switch say its lightly loaded. I've turned on voicefile recording. What we hear, when there is a bad call, is stuttered speech, from BOTH sides (so local SIP client, and remote IAX inbound call...
2006 Jan 29
0
how can I delete filter : RTNETLINK file doesn''t exist
what is the script for deleting filter that already exist??? the htb script is: tc qdisc add dev eth0 root handle 1:0 htb default 4 tc class add dev eth0 parent 1:0 classid 1:1 htb rate 500kbps ceil 500kbps tc class add dev eth0 parent 1:1 classid 1:2 htb rate 300kbps ceil 300kbps tc qdisc add dev eth0 parent 1:2 handle 12:0 pfifo tc class add dev eth0 parent 1:1 classid 1:3 htb rate 150kbps ceil 150kbps tc qdisc add dev eth0 parent 1:3 handle 13:0 pfifo tc class add dev eth0 parent 1:1 classid 1:4 htb rate 50kbps ceil 50kbps tc qdisc add dev eth0 parent 1:4 h...
2011 Sep 20
1
Network traffic control/shaping of guest interfaces
...t fails to do anything useful. My script that works on the non-virtualized setup was this TCADD="tc class add dev eth0 parent" $TCADD 1:0 classid 1:1 htb rate 1250kbps ceil 1250kbps $TCADD 1:1 classid 1:10 htb rate 25kbps ceil 150kbps prio 0 $TCADD 1:1 classid 1:11 htb rate 100kbps ceil 300kbps prio 1 $TCADD 1:1 classid 1:12 htb rate 300kbps ceil 600kbps prio 1 $TCADD 1:1 classid 1:19 htb rate 75kbps ceil 150kbps prio 2 TFADD="tc filter add dev eth0 protocol ip parent" $TFADD 1:0 prio 0 u32 match ip dport 10022 0xffff flowid 1:10 $TFADD 1:0 prio 1 u32 match ip dst <public ip...
2004 Apr 04
2
IMQ & NAT
Hi all, my IMQ device works OK (thanks to Andy Furniss), but now I''ve problems to attach the traffic in the qdisc''s. This is my conf: ----------------------------------------------------------------------- INET | |eth0 300Kbps ROUTER (NAT) |eth1 | LAN ----------------------------------------------------------------------- MAX=300 tc qdisc add dev imq0 root handle 1: htb default 13 tc class add dev imq0 pare...
2004 Sep 10
2
Large compression test
...Theater (the ultimate in progressive rock), even harder than death metal like Cannibal Corpse. Classical, jazz, chant were almost always below 0.5. Rock, techno, world music usually fell in the range 0.5-0.7. A ratio of 0.2 like with some of the jazz and classical tracks means a bitrate of under 300kbps which is not bad for lossless. The other interesting thing is that the sweet spot seems to be more near -4 than -5. Josh P.S. My next project is to rip and encode all my CDs and store the CD metadata in a database. I've got a nice schema worked out and a better hash than CDindex for creatin...
2000 Dec 14
8
new MS codecs
...able at 48Kbps, beating Microsoft’s previous 64Kbps rate. For video, “near VHS” is available at 250Kbps, while “near DVD” is at 500Kbps. The quest for higher quality audio and video is growing rapidly. In May, RealNetworks announced RealVideo 8, which it claims can show VHS quality video at about 300Kbps. More recently, it announced RealAudio 8, which provides CD quality audio at 64Kbps – half the size of MP3. However, Microsoft now has the upper hand, with its announcement that it will support CD quality audio at 48Kbps. Windows Media 8 codecs are backward-compatible with Windows Media Player 7 an...
2005 Jan 28
0
PPP over T100P: Using a subset of channels does not always work correctly.
Hello! I am trying to configure my PPP setup such that it only uses the first 4 channels on each T1. I see no obvious errors in /var/log/messages or when running the ztcfg, but I am able to still pass a full T1's worth of data over the PPP links. I would expect to only be able to send about 300kbps in this configuration. I am running the PPP link back-to-back on the same machine, by the way. Do I have to reload the kernel drivers to change the channel assignments, or can I just re-run ztcfg? (Currently, I am just editing the zaptel.conf file and then re-running ztcfg). I noticed later tha...
2010 Mar 22
2
Porting CELt to the C5505
Tony, How is this going? Have you been able to get CELT to run on a TI55xx? I am very interested in the % utilization of the hardware and whether multiple instance of CELT on the same DSP are feasible. I look forward to your findings. MikeH -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Dec 27
0
HTB: quantum of class 10001 is big. Consider r2q change.
...d borrow traffic when available. tcdevices: eth0 2700kbps 2700kbps tcclasses: eth0 1 full full 1 tcp-ack,tos-minimize-delay eth0 2 9*full/10 full/10 2 default eth0 3 1900kbps full 2 eth0 4 500kbps full 2 eth0 5 300kbps 1500kbps 2 tcrules: 1:P 0.0.0.0/0 0.0.0.0/0 icmp echo-request 1:P 0.0.0.0/0 0.0.0.0/0 icmp echo-reply 3 $FW:aaa.bbb.ccc.1 0.0.0.0/0 tcp - 80 4 $FW:aaa.bbb.ccc.2 0.0.0.0/0 tcp - 80 5 $FW:aaa.bbb.ccc.3 0.0.0.0/0 tcp -...
2007 May 04
0
Pls help on Shorewall installation
...tb [default N] [r2q N] ... class add ... htb rate R1 [burst B1] [mpu B] [overhead O] htb: failed to calculate ceil rate table. htb: failed to calculate rate table. htb_util htb2_util I follow the configuration from the howto: tcdevices: #INTERFACE ? ? ?IN-BANDWITH ? ? OUT-BANDWIDTH eth0 ? ? ? ? ? ?300kbps ? ? ? ? 64kbps tcclasses: #INTERFACE ? ? ?MARK ? ?RATE ? ?CEIL ? ?PRIORITY ? ? ? ?OPTIONS eth0 ? ? ? ? ? ?1 ? ? ? full ? ?full ? ?1 ? ? ? ? ? ? ? tcp-ack,tos-minimize-delay eth0 ? ? ? ? ? ?2 ? ? ? 5kbps ? 15kbps ?2 eth0 ? ? ? ? ? ?3 ? ? ? 2kbps ? 4kbps ? 3 ? ? ? ? ? ? ? default tcrules: 1:F ? ?...
2004 Sep 10
0
Large compression test
...e rock), even harder JC> than death metal like Cannibal Corpse. Classical, jazz, JC> chant were almost always below 0.5. Rock, techno, world JC> music usually fell in the range 0.5-0.7. A ratio of JC> 0.2 like with some of the jazz and classical tracks means JC> a bitrate of under 300kbps which is not bad for lossless. JC> The other interesting thing is that the sweet spot seems JC> to be more near -4 than -5. JC> Josh JC> P.S. My next project is to rip and encode all my CDs and JC> store the CD metadata in a database. I've got a nice JC> schema worked out...
2004 Jun 16
3
bandwidth shaping based on trafic on other host
...192.168.1.2 --+ 192.168.1.3 --+ Router 192.168.1.4 --+ Linux/2.4 192.168.1.5 --+---- eth0 eth1 ---- internetprovider1 200.x.x.2 ----+ 200.x.x.3 ----+ 200.x.x.4 ----+ Other network: internetprovider2 ----- 200.y.y.6 (static IP) The link to internetprovider1 is from 256kbps (min) to 300kbps (max). Link to internetprovider2 is from 128kbps (min) to 150kbps (max). (download and upload rates are the same and are also independent. the link hardware is full-duplex) A few (<10) times a day, computers 200.y.y.6 and 200.x.x.3 open a peer-to-peer application (video/audio) that demand...
2007 Apr 09
3
tc (CBQ) and UDP packets
2004 Jul 14
1
tcng/tc setup
...39;t work at all, and I didn''t understand any of it) #define INTERNET eth0 #define LAN eth1 #define DMZ eth2 #define INTERNET_IP 0.0.0.0/0 #define DMZ_IP 10.2.1.0/16 #define LAN_IP 10.1.1.0/16 #define maxadsl 600kbps/2 #define highadsl 500kbps/2 #define medadsl 400kbps/2 #define midadsl 300kbps/2 #define lowadsl 200kbps/2 #define intadsl 150kbps/2 #define vloadsl 100kbps/2 #define noadsl 50kbps/2 dev INTERNET { $meter = trTCM( cir 128kbps, cbs 10kB, pir 200kbps, pbs 10 kB ); egress { class(<$lanssh>) if tcp_sport == 22 || tcp_dport == 22 if ip_src == LAN_IP || ip_dst == L...
2005 Jan 22
5
Info about VoiP Qos
...: I can can shape the servers traffic, based on ip and services I can shape the Voip traffic If i reserve some bandwith for VoIP and the rest for server traffic, it all runs smooth This setup works by creating a root disc, then two "source" disc, one rated at 100 Kbps for voip, one rated 300Kbps. The remaining 100Kbps is "wasted" to avoid buffering from the router But i would like to have the possibility to use all the 400Kbps and slow down server traffic only when and if needed. I prioritized VoIP traffic, using the various scripts around, and what i get is that, even if voip...
2003 Jun 02
6
4.8-Stable DummyNet
Hi. We just opened a gaming center and have chosen to run a FreeBsd box for our firewall. IPFW is configured at it's very basic running natd through rl0 and allowing any to any connections from the lan to the outer world. Natd controls access to the lan. We have a 6.0 mb/s ADSL net connection for all the gaming clients to use, however if a gamer starts downloading a file, that file