search for: priorized

Displaying 20 results from an estimated 62 matches for "priorized".

Did you mean: priorize
2005 Nov 01
4
How to priorize Traffic
Hi guys, I want to priorize traffic comming down from internet on my ppp0 int I want port 80 and 21 (and others ) to have preference over P2P traffic, I don''t want to bann P2P just give to it less prio than other more vital services... does anyone know how to do it or where to read on. Thanks in advance
2006 Mar 24
1
htb and priorizing class
Hi! I''m testing tc and htb. In my test prio doesn''t act like doc (htb manual) explains. In particular I set 3 subclass htb each having rate 33Mbit, ceil 100Mbit. I also set a class having 100Mbit like parent of these 3 subclasses. If only 2 classes use bandwidth I note that total bandwidth is equally shared between these (and it''s right). If I set different priority
2005 Feb 10
5
priorizing vlans in a bridge
Hi, this is my Linux Box ---------------------------- LAN 1 -----|--eth1 <---br1--->eth0.1 | | \ | | eth0--|----- 802.1q tagged 1 Mbps link | / | LAN 2 -----|--eth2 <---br2--->eth0.2 | ---------------------------- I have to bridge the 2 lans
2009 Feb 27
0
[HOWTO] Priorize one destination over another on a link
Hello List, The list sorted my problem thus I shall contribute back ;-) PROBLEM: ======== I am posting this example, where I have a "Reunion" link of 30 channels. If i send all the traffic (proper + mobile) on the link, the less profitable proper traffic fills the link and leaves no channel for more profitable mobile traffic. Some kind of priority is needed to always leave space for
2005 Nov 15
3
can I use tos and fwmark at the same time?
...-------------------------------------------------- my_script.sh: #!/bin/bash tc=/sbin/tc u=kbit U=Mbit RATE=256 metro=1 for eth in ` echo eth0 eth1 `; do $tc qdisc del dev $eth root &>/dev/null $tc qdisc add dev $eth root handle 1: htb default FF # class default - non-priorized traffic $tc class add dev $eth parent 1: classid 1:1 htb rate $RATE$u ceil $[$RATE-16]$u $tc class add dev $eth parent 1:1 classid 1:FF htb rate 1$u ceil $[$RATE-16]$u prio 1 $tc qdisc add dev $eth parent 1:FF handle FF: sfq perturb 10 # priorized traffic - Internet (TOS = Minimize...
2004 May 25
1
QoS by customer or by service ?
I have a policy doubt. Suppose next scenario: I''ve a Internet link (1 Mb upload, and 1 Mb download). That link is maneged with a Linux QoS box (HTB/eSFQ and so on). Suppose that I''ve 50 customers sharing Internet Link, and I must to assign 3 ranges of bandwidth for them. Gold customers: 128 kbits Silver customers: 64 kbits brass customers: 32 kbits Next, I create classes
2005 Jul 19
10
Problem with HTB and ceil
Hi, I am trying to setup a shaper for my linux box and I am experiencing some problems. What I am trying to do is priorizing packets on the egress link, therefore I have setup some prio classes etc. The priorizing seem to work but the problem is that the ceil parameter doesnt seem to work on non leafs. This is what stats show: > class htb 1:1 root rate 3000bit ceil 3000bit burst 1602b/8 mpu
2006 Jul 01
2
How to priorize VoIP in a Wi-Fi scenario? Default qdisc in Linux, PRIO, HTB and HFSC ...
Hi all, Long email but please be patient :) I am part of EHAS [1], a non profit organization which main goal is to improve the Healthcare assistance in isolated rural areas in developing countries. Recently we have developed a long distance Wi-Fi network in Cuzco (Peru). This network provides connectivity to 12 nodes (they are in fact Health Centers). As VoIP is a essential service in this
2007 Oct 10
3
Wifi - Managed access points...
Hi, I'm working on a Wifi VoIP project specification. It will have almost 8 APs and 20-30 wifi phones. And after some research, I still having some questions ... 1) Are Managed Access Points (and switch controllers) really important to implement good wifi woip (w/ low latency and acceptable handover time) ? 2) What is the difference between (3com WX1200 + 3com AP 3750) and (DES-1228P +
2007 Oct 11
3
Filtering RTP/SIP protocol (Voip)?
Hello How can I filter (i.e. priorize) RTP protocol and SIP? Has anybody wrote a filter for that in the meantime (In 2006 there was none answer from the list ...) Thanks Beat
2020 Mar 25
2
Plotmath on Fedora 31 broken with with pango >= 1.44 - workarounds?
Le mercredi 25 mars 2020 ? 11:28 +0100, I?aki Ucar a ?crit : > On Wed, 25 Mar 2020 at 01:14, Gavin Simpson <ucfagls at gmail.com> > wrote: Hi, > Adding devel at lists.fp.o to CC. A workaround is to avoid using PS > fonts for symbols. PS fonts are dead mid-term everywhere, and already forbidden in new Fedora font packages (because we are somewhat leading edge, but not as much
2005 Jan 18
3
Doubt regarding priority of classes with HTB
Hi, I''m a bit confused with the priority of different classes with HTB. How it will be? Will the class with lowest no: have maximum priority? Any help is most appreciated, Thanks in advance, Sanjeev -- ______________________________________________ Check out the latest SMS services @ http://www.linuxmail.org This allows you to send and receive SMS through your mailbox. Powered by
2020 Mar 29
6
Plotmath on Fedora 31 broken with with pango >= 1.44 - workarounds?
Hi Thanks for your input on this I?aki and Nicolas. I am starting testing an R fix for this problem today. As suggested, the plan is to allow the R user to specify a font family other than "symbol" for plotmath output (or, more generally, in R parlance, for 'font=5' or 'fontface=5') on a Cairo-based graphics device. Paul On 27/03/20 11:30 pm, I?aki Ucar wrote:
2003 Dec 09
2
Difficulties trying to control VOIP traffic with TC - HTB
...er a lot of investigation and tryings. So, the bandwidth distribution seems to be ok. But here my problem: Every time a person is using VOIP, and another person starts surfing the Internet (from a different IP, of course) at the same time, the sound quality of the VOIP decreases notably. I have priorized VOIP traffic, as it can be seen on "prio 0". I even used IPTABLES statements to set Minimize-Delay to packets coming from VOIP ip address. But every effort seems to be unuseful: Every time someone opens web browser, VOIP sound quality goes down... So, could someone tell me what'...
2002 May 02
3
CQB and prio
HI!! I''m use CBQ script for retrict bandwidth, but i need to priorize some traffic, ¿how i do it? In my case, i need that all trafic from 192.168.0.100/29 (marked with iptables) have higher priority. Thanks --
2005 Aug 13
1
pfifo_fast as leaf qdisc for htb classes
Thank you Andy! I did''t find why I could''t use the fw match in ingress. Now it works. Now I ran into another problem: When I try to add a pfifo_fast leaf qdisc dor htb classes it seg.-faults. Is pfifo_fast a special qdisc? I can succesfully add other type of qdiscs. I found that a similar problem was reported in february on a MIPS architecture. root@zefir:/usr/src# tc qdisc
2007 Oct 12
2
Why not qos for downloading stream??
HI there Simple question :-) Why there is always only qos examples for upload and not download stream of adsl? I have a linux router which shares 5 wireless "customers" my neighbours and me to one adsl link 512kbps download 128kbps upload ... Now does it make sense to do qos on the linux router for download for us? Say if someone is using ssh from outside ... So I tried to apply the
2004 Dec 19
0
router problem
Hi all i have big problem,I am newbie and my english is bad,but i know you can help solve my problem. I have box with gentoo,I live in latvia and i have 2 ISP: One isp gives me ip range from 62.85.71.1-62.85.71.15 (62.85.71.1 is gateway) but there is only latvian trafik - no other countries (link is 2 mbit Asinhronus dsl) and other isp who gives me one ip from dhcp adn there ios no trafik
2020 Mar 30
3
Plotmath on Fedora 31 broken with with pango >= 1.44 - workarounds?
On Mon, 30 Mar 2020 at 04:24, Paul Murrell <paul at stat.auckland.ac.nz> wrote: > > Hi > > I have created an R branch that contains a potential fix ... > > https://svn.r-project.org/R/branches/R-symfam/ > > This allows, for example, ... > > cairo_pdf(symbolfamily="OpenSymbol") > > ... to specify that the OpenSymbol family should be used as the
2020 Mar 30
1
Plotmath on Fedora 31 broken with with pango >= 1.44 - workarounds?
I do my devel/patch work on Mac so I can take a shot at testing your branch in the next couple days. ~G On Sun, Mar 29, 2020 at 7:24 PM Paul Murrell <paul at stat.auckland.ac.nz> wrote: > Hi > > I have created an R branch that contains a potential fix ... > > https://svn.r-project.org/R/branches/R-symfam/ > > This allows, for example, ... > >