Displaying 20 results from an estimated 800 matches similar to: "QoS and CLASSIFY"
2005 May 21
1
newbie downloading not working
Hi guys
Finally , after reading a lot of docs from larc/opalsoft/etc, I decided
to start learning some QoS
First of all I''m trying to shape only download from a iptables+squid+qos
machine for 4 machines at LAN ( eth0)
Can anyone help me , cause it is not working properly..
-----------------------------------------------------------------
#!/bin/bash
# 128Kbps
2005 Apr 07
5
question about correct way of shapping
Hi Guys
After reading
http://lartc.org/lartc.html#LARTC.QDISC
http://www.docum.org/docum.org/
http://tldp.org/HOWTO/Traffic-Control-HOWTO/
http://www.opalsoft.net/qos/DS-21.htm
and a wonderful figure from: http://www.opalsoft.net/qos/ds-lb-214.gif
I have a newbie question. Suposse next figure:
<--- up 128K
internet ----- dsl ---------------------eth1 -Linux Qos- eth0 ------ LAN
2005 Apr 19
7
tc filter - based on iptables - MAC - MARK not working - altough marking on ip src, dst address works
=== tc filter - based on iptables - MAC fw marking not
working ==
DEV="eth1"
tc qdisc add dev $DEV root handle 1: htb default 20
tc class add dev $DEV parent 1: classid 1:1 htb rate
600kbps ceil 3276800kbit
tc class add dev $DEV parent 1:1 classid 1:15 htb rate
3kbps prio 4
tc class add dev $DEV parent 1:1 classid 1:20 htb rate
500kbps prio 3
tc qdisc add dev $DEV parent 1:15 handle
2011 May 03
2
Overlapping x axes using Lattice
Hi R users
I apologise in advance for this question as I suspect it is simple and
perhaps others have had this problem.
I am struggling to sort out how to fix the x axes so that the labels
don't overlap.
I have put the following example together to show my problem.
library(lattice)
titre <- as.factor(rep(c(10999,20999,30999,40999,50999,60999,
2003 Jan 15
5
HTB. QoS and Shorewall
Group,
I am reading about tc (traffic control) and willing to get my feet wet. As requirement, there should be HTB compiled in the kernel. I grabbed a Mandrake 8.2 distro, and didn''t installed the kernel source.
Anyone knows if the HTB is compiled in Mandrake 8.2, or point a way to find that out? I tried to read the /usr/src/kernel.xxxxx/.config file, but it doesn''t exists.
2006 Oct 06
0
Re: LARTC Digest, Vol 20, Issue 7
> Message: 1
> Date: Fri, 06 Oct 2006 00:06:08 -0400
> From: Kevin White <kwhite@telsource.com>
> Subject: [LARTC] Two upstream gateways, only use one unless it fails?
> To: lartc@mailman.ds9a.nl
> Message-ID: <4525D630.1040401@telsource.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> I''m looking at setting up a system with
2010 Dec 03
0
Main Window
Dear list
I'm new to the list, so maybe my question was allready answerd. Anyway
checking the faqs did not show an answer.
If I start a selfprogrammed windowsprogram on Windows, it shows one
mainwindow and one insert in the taskbar.
On working, this program opens additional windows but the taskbar remains
with only one insert.
If I start this program under wine, everything works as
2004 May 19
1
Administrator can't change XP environment
Hi Guys
environment: Debian Sarge + Samba3.0.2
desktops WInXP
Just a newbie question
How can a manage samba administrator to change user profiles and others
caracteristics of WinXP desktops???
What I have done till now.
[global]
unix charset = ISO-8859-1
workgroup = MGO
realm = SERVIDOR DE REDE DA MGO
netbios name = HERCULES
server string = %h server
2004 Feb 09
1
Dreaded RTNETLINK answers: Invalid argument
Hi All,
We are running a 2.4.20 kernel, with the htb modules loaded, and are
receiving the RTNETLINK error when trying to filter on handles. We also
have the latest tc downloaded from htb site, and verified it is the
executable being executed. We have tracked it to the {handle 1 fw}
portion.
Hardware is 4501 Soekris and WISP-Dist latest, patched with latest tc.
Any ideas on what would cause
2005 Jul 30
2
Qos wiht HTB for ADSL/Home
Hi,
My home setup is as following:
- 1024/128 kbit ADSL
- FC3
I set up HTB to prioritize traffic. I am not very pleased with the
obtained results.
The scope of my setup is to have some ssh sessions with remote servers
while browsing websites and running aMule Nothing complicated (I
think... ;).
The very high priority traffic (ssh), gets stuck when I start aMule and
make an FTP download.
2006 Apr 05
0
Configuration of my QoS ruleset (now working fine with u32 classifier)
Hello all,
As I have promised I am sending my QoS rules. This now works fine
with u32 classifier (and parent 1:0 that I could not understand why it
did not worked well before).
Att,
Nataniel Klug
------------------------
#!/bin/sh
#------
# Script de QoS Cyber Nett
#------
# Nataniel Klug
# suporte@cnett.com.br
#------
TC="/sbin/tc"
IPT="/usr/local/sbin/iptables"
2001 Mar 05
1
Configuring Swat Revisited
Okay, here's what you need to do. You have to configure apache. This won't
be too hard. You will need to edit the httpd.conf located in
/etc/httpd/conf directory. Look through the httpd.conf file until you find
this line:
#Servername localhost
It may or may not have the # in front of it. You need to edit this line and
make it say:
Servername yourservernamegoeshere
For example,
2006 Nov 15
7
Shaping incoming VoIP traffic fails
Hello,
I''m trying to get lossless VoIP traffic over my 3000k/500k ADSL line. Shaping
outgoing traffic is no problem: I set total ceil for outgiong device (ppp0)
to 450kbit and put VoIP into highest prio class. Even during full upload the
voice is clean on the other end.
Now I tried to get the same result for incoming data. I attached HTB to eth1
where the incoming voip traffic is
2005 May 26
2
Random Early Detection
I''m streaming audio over a WAN that is 1.5Mbit/s. The audio has to go
both ways and can be over tcp or udp. The manufacturers recommend udp
as it has less overhead but has a higher chance of dropping out. The
audio requires 130-200kbit/s in each direction for a combined
260-400kbit/s. I have two transparent bridges on either side of the WAN
to do traffic control. I split it so
2003 Jun 15
3
how to emulate large IP routing table
Hi all
I am conducting the experiments comparing IP router forwarding delay and
MPLS LSR forwarding delay, it is obvious in theory MPLS in Core should be
faster than IP, but for small netork (only have several core routers),
result show it is not, this is why I want emulate a large IP routing table
in one core router.
can I do it and how ? right now I use static routing table (by using command
:
2006 Nov 02
0
tool classify L7 packet
Please Advise me, Now I have got a problem about … Finding Tools In Linux (Opensource) that
Can capture traffic packet and save it in log file or trace file. But it can classify Layer7 packet too
Because I need to implement application that count number of packet in each application after packet pass through linux box which be like traffic control
Please advise me.
Ps. Can snort classifies
2006 Dec 24
0
How to classify packets per host on same class
Hi Ive been reading, testing and applying what Iam reading in the
LARTC tutorial for a couple of days, I do not wish to use ready made
scripts because that means I will always come back and ask the same
question again.
So Ive been wondering if I have 10 computers and I do want to limit
the download for each of those 10 computers to 10 kbyte per second. I
would create a leaf class and match the
2006 Jan 30
3
u32 match versus iptables CLASSIFY target - performance
hello,
i have a question:
- which one is faster: "tc filter with u32 match per dst ip" or "iptables
match per dst ip with target CLASSIFY"?
- this question is for large rulesets (over 500)
thank you,
cristian carstea
2004 Apr 19
1
CLASSIFY target documentation
Where can I find information on the CLASSIFY target? I saw it in some
examples people posted on this list, but I cannot find it in the LARTC
Howto or with Google.
I need to classify packets into PRIO queues based on iptables rules. I
am currently setting MARKs during classification. Unfortunately, if I
understand correctly u32 cannot see marks because they''re not in the
packet, so my
2007 Dec 26
1
#10615 : inflection bug that affects classify method
Have a look:
http://dev.rubyonrails.org/ticket/10615
This is actually a singularize method bug:
>> "Business".singularize
=> "Busines"
seems that classify uses singularize internally.
Rick resolved it as invalid but I cannot understand why. Rick, could
you shed some light on your decision?
MK
--~--~---------~--~----~------------~-------~--~----~
You received