similar to: Priority and regulate http traffice for users

Displaying 20 results from an estimated 10000 matches similar to: "Priority and regulate http traffice for users"

2005 Jan 23
1
Shaping traffic with high priority hosts
Dear all My current setup is the following: Normal Hosts --------+ eth0 eth1 | +----------+ +-<->| F/W box |--<-> Internet | +----------+ High priority hosts--+ My eth0 is a normal 100MBps LAN and my Internet connection is a 1Mbps ADSL line. What I want to achieve is to have normal hosts to share a big
2000 Sep 28
1
(Newbie) using par() to regulate viewing area in graphs
Hello: I should first apologize for the very basic question, but I ought to start from somewhere [embarrassed grin]. I am using R-1.0.0 in a Windows 98 machine to plot some graphs. I tried to apply a "zoom in" in some portions of the graph using say 'par(yaxp=c(0.35,0.40,5))' but nothing happens, no error msg, no update in the active graphics device. What should be the
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
2005 Oct 22
4
Differentiating between http downloads and interactive traffic
Hi, I''ve been wondering if anyone has thought of a way to differentiate between an established http download and interactive http traffic? I would like to give interactive http traffic priority over someone downloading large files. Has anyone any ideas how to detect packets that are part of a download like this? Thanks. _______________________________________________
2004 Jul 08
1
possibly simple priority question
Greetings list folk.. I have been reading up on QOS for a short time now with the idea of solving one problem I have but I cant seem to piece together a working system to do so. I have a linux box acting as a home gateway system running Gentoo and vanilla 2.4.26. I have a vonage uhh voip device that is connected behind the router. There are only 3-4 other hosts on the network. All I really
2004 Sep 09
0
Setting priority in userspace gets ignored
Briefly what I am trying to achieve is using the HTB qdisc to handle traffic generated from userspace. To achieve this I create a standard Gold/Silver/Bronze configuration as follows; tc qdisc add dev eth0 root handle 1: htb default 12 tc class add dev eth0 parent 1: classid 1:1 htb rate 100mbit tc class add dev eth0 parent 1:1 classid 1:10 htb rate 1mbit ceil 100mbit tc class add dev eth0
2004 Sep 27
0
Priority question ...
hello everyone good day, im just new here, good day just wanna ask ... i want to priotize voip ports first before anything else, with the PRIO below which is 0 is it necessary or ill just put the filter of rtsp protocol to prio 3 instead of 0 .... thanks, does the priority differs from class / ip address / filter etc ? ex: class prio 0 1 2 3 4 thanks, - stephanie here is my partial sample
2003 Apr 13
1
The priority in HTB
Hi, In the article Hierachical token bucket theory says that "Just look at the self feed list and select the nonempty slot (one with a line) with lowest level and highest prio." Then I wonder that if the highest priority class is always in the "CAN SENT" mode, the other classes will have less opportuinity to send packet? Becase they have to wait the hightest priority class
2006 Oct 18
1
changing 802.1p priority
Hi All, Is it possible to mangle the 802.1p priority bit on a packet as it gets bridged? I can''t find anything in either the iptables or ebtables docs to tell me how it''s done. Regards, Leigh Leigh Sharpe Network Systems Engineer Pacific Wireless Ph +61 3 9584 8966 Mob 0408 009 502 email lsharpe@pacificwireless.com.au web www.pacificwireless.com.au
2004 Jun 25
0
Help:how to schedule P bits traffic?
Hi,All I would like to implement this function on mipsel-linux box by using iproute2/tc: "The device MUST recognize and schedule traffice that makes use of the P bits as defined in IEEE802.1p". Would anyone please supply some suggestion?In order to "recognize" the P bits traffice,should I need to set vlan on device? Any advice is highly appreciated! Best regards.
2006 Nov 13
2
Bridge and Router on the same device
I want to configure a device with three network interfaces where two of them would bridge two segments of the LAN subnet and the third one would be connected to the WAN link. eth0 - 10.10.10.2/24 to be connected to the internet gateway having IP 10.10.10.1/24 (also the default gateway for the device) eth1 and eth2 bridged as br0 with IP address 172.16.100.1 connected to different segments of the
2006 Dec 10
3
traffic shaping vpn (GRE) traffic
Looking for some advise from the experts out there. We do simple traffice shaping and I''m having trouble figuring out how to shape vpn traffic using a tc filter. The following filter works fine for SSH tc filter add dev eth2 parent 1:0 protocol ip u32 match ip sport 22 0xffff classid 1:10 The following throws and "Illegal match" error when trying to filter GRE traffic. tc
2007 Apr 26
0
Squid (delay pools) for HTTP .. rest is HTB..
Sir, I am very new Tc ...Kindly help.. I have to distribute 2 MB to 300 users... Browsing should be very good... Squid & Caching Name Server increases the browsing experience visibly. I need a script 1. All HTTP traffic is redirected to Squid. ( I will use Iptables to redirect and delay pools to limit per user bandwidth/total
2006 May 20
1
Hi, a important doubt
How can i put a port range in a tcng or tc configuration > > Does somebody know??? > > It´s important, cause i need to regulate the bandwidth from the TCP port > 1054 until TCP port 1200, how can i do that???????? > > _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2005 Jan 27
1
question about filter priorities and "tc -d filter show" output
The interface is setup like this: # tc qdisc del dev eth0 root # tc qdisc add dev eth0 root handle 1: htb default 2 # tc class add dev eth0 parent 1: classid 1:2 htb rate 20mbit ceil 20mbit If I add a second class and a filter to send traffic to it like this: # tc class add dev eth0 parent 1: classid 1:130 htb rate 1Mbit ceil 1Mbit # tc filter add dev eth0 protocol ip parent 1:0 prio 130 u32
2003 Apr 14
1
http://lartc.org/howto/lartc.cookbook.mtu-mss.html
current content below is annotated by some suggestions of things to add along with questions for those who know more than I do [in brackets] ================ # iptables -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu This calculates the proper MSS for your link. [If I understand the code correctly ... - expert intervention invited] More precisely, this sets the
2004 Sep 17
2
interesting expert problem - shaping over VPN
Here''s a challenging problem for you experts to tackle: I''m trying to shape traffic going into an IPSEC interface which then goes over a DSL PPPoE interface. I figure I need to shape the DSL interface to keep it''s hardware queue mostly empty, and to
2006 Jan 02
4
RE: Fwd: Several IP''s, one mail and http server
You want multiple IP Addresses for email if you are hosting more than one domain. The reason is, everyone now checks for reverse DNS with email so you need a different public IP Address for each email domain. This way, all the reverse DNS translations will be unique. For apache, you can have multiple websites sharing the same IP Address as long as you don''t do anything with SSL. SSL
2004 Jun 18
6
priorities + htb
Hi! How does prioritization work when you''ve got a tree structure, e.g. | +-- class_a rate 64kbit prio 1 | | | +-- class_a1 rate 32kbit prio 1 | | | `-- class_a2 rate 32kbit prio 2 | `-- class_b rate 64kbit prio 2 Above could either be interpreted as (a) a, a1 have prio 1 b, a2 have prio 2 (iow, no distinction is being made between the inner/nested
2006 Apr 05
7
Tocken Bucket with priority?
Hi. I''m trying to get a traffic shaper like this: ------ VoIP pkts --> | |_| ------ \ | ---O -> ------ / Data pkts --> | ------ In this shaper voip packets are in a different queue than any other kind of packet. I want a data packet to be