Displaying 20 results from an estimated 3000 matches similar to: "Re: LARTC Digest, Vol 9, Issue 3"
2005 Nov 02
1
Re: LARTC Digest, Vol 9, Issue 3
hi there,
is there any possible way to control traffic in child??? class with
selected protocols for example http i try to use this script but its now
working in theory:
there is root class 1:0 with subclass 1:2
in class 1:2 all ip adresses have their bandwidth limit 1:{iden}
and now i try also control bandwith in this class
i.e. if class 1:{iden} have 190kbit
i want 95kbit with burst to 190kbit
2005 Nov 02
0
trouble with traffic shaping HTB
hi there,
is there any possible way to control traffic in child??? class with
selected protocols for example http i try to use this script but its now
working in theory:
there is root class 1:0 with subclass 1:2
in class 1:2 all ip adresses have their bandwidth limit 1:{iden}
and now i try also control bandwith in this class
i.e. if class 1:{iden} have 190kbit
i want 95kbit with burst to 190kbit
2005 Nov 03
0
advanced traffic control for ip and services
Andreas.Klauer@metamorpher.de>
> Subject: Re: [LARTC] Re: LARTC Digest, Vol 9, Issue 3
> To: lartc@mailman.ds9a.nl
> Message-ID: <200511021507.43661.Andreas.Klauer@metamorpher.de>
> Content-Type: text/plain;  charset="iso-8859-2"
>
> On Wednesday 02 November 2005 14:59, szogunek wrote:
>> i.e. if class 1:{iden} have 190kbit
>> i want 95kbit with
2004 May 07
0
Re: LARTC digest, Vol 1 #1714 - 5 msgs
Hi
I''m looking for a quick recipe for a newbie to control http traffic in
my linux gw. My internet is overloaded already and vpn external clients
are experiencing troubles (disconnecting in peak hours).
Any suggestions ?
Regards
Guillermo
Caracas/Venezuela
On Thu, 2004-05-06 at 14:40, lartc-request@mailman.ds9a.nl wrote:
> Send LARTC mailing list submissions to
> 
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.
2004 Jul 20
3
Fw: HTB - Really Big problem
----- Original Message ----- 
From: MichaĆ Joachimiak 
To: lartc@mailman.ds9a.nl 
Sent: Tuesday, July 20, 2004 3:45 PM
Subject: HTB - Really Big problem
Hello everybody!
Since week i dig lists and www and can''t find solution for my problem.
I''m using HTB 3.13 kernel 2-4-25 smp iptables 1.2.9.
I''ve got situation like this:
LAN------Linux Box(routing only)------- Linux
2005 Apr 05
0
Help Disecting kernel crash with ldisc
Hi
Recently I upgraded my kernel to 2.6.11 (debian) and applied some
patches from pom-ng (netfilter) and the iproute2-ss050330 package
I have been experiencing a lot of crashes in the kernel (snip below)
==================================
Apr  5 20:00:21 sydlxfw01 kernel: Unable to handle kernel NULL pointer
dereference at virtual address 00000221
Apr  5 20:00:21 sydlxfw01 kernel:  printing eip:
2005 Nov 01
0
ADSL-Bandwidth-Management-HOWTO
Hi,
I''ve read ADSL-Bandwidth-Management-HOWTO
http://www.tldp.org/HOWTO/ADSL-Bandwidth-Management-HOWTO/implementation.htm
l#AEN166
and I''ve a doubt from script:
[ ... ]
# DNS name resolution (small packets)
iptables -t mangle -A MYSHAPER-OUT -p udp -j MARK --set-mark 21
[ ... ]
That is a bug ?
I think that  "  DNS name resolution (small packets) "  is better
2005 Jul 02
0
Bandwidth shaping script appears to incorrectly halve the bandwidth
Hi,
I''m trying to modify the Wondershaper script so achieve the following.
1. Prioritize traffic to the few IP addresses.
2. Everyone else should get a fair amount of bandwidth
The problem I am facing is when I run this script is that the bandwidth
seems to get halved. I tried to apply this script to a site where the
upstream and downstream were fully saturated. I immediately saw
2004 Jan 22
1
Puzzled why my scripts don''t give me the desired result
I am wondering if someone can examine why my set up does not give me the 
desired result. What I aim to achieve is to make DNS, ICMP, POP3, HTTP, 
SSH, SMTP traffic at a higher priority than FTP serving and Kazza traffic.
However, when the FTP server is busy servicing FTP traffic, web browsing 
traffic has dragged to almost unusable.
Abstract of my iptables script follows:-
# Mark traffic on
2004 Aug 17
0
HTB kernel panic crash!
(list admin, please cancel the same post from my other email address --
forgot to change it on first submission)
I need to setup QoS on a linux router/firewall I maintain.  I spent 10
hours reading everything I could find on QoS/HTB/iproute2 and came up with
what I thought made sense for my situation.  So I deployed it and BOOM!
KERNEL PANIC!  Not what I was expecting... now the debugging begins.
2005 Nov 12
4
Borrowing between HTB classes not working as expectd.
I''m using a fairly large number of classes, andf borrowing is not
working as expected... I''ve called this setting it up on an IMQ device
with speed 1200/256 on a 1536/384 line. I''m then throwing a UDP data
transfer at it that gets tossed in one of the class under parent 1:6.
The classification is working fine, but when I try to ping out, ping
times are in the 900ms
2004 Jun 11
1
R2q stuff
Hi, im using this script to shape traffic as I want..i get this log on
the kernel 
Log:
HTB: quantum of class 10020 is big. Consider r2q change.
HTB init, kernel part version 3.13
HTB init, kernel part version 3.13
How worryed should I be :) ???
Thanks people!?
#!/bin/bash -x
        fast_mark=1
        ultra_fast_mark=2
        slow_mark=3
        interfaz_externa="eth1"
       
2006 Aug 21
1
QoS on a bridge+NAT
I have a setup where I have three NIC in a Debian box. I have eth1
conected to internet and eth0 NAT''ed to 192.168.1.1. eth1 and eth2 are
bridged together, given ip 192.168.122.2. 
What I want to achieve is to perform traffic shaping on the bridge as
well as prioritizing the traffic from eth0 very low. (This is from
trental flat ...) However it seems that I am unable to perform thhe
2002 Apr 06
0
Clarification required for Prio in CBQ dequeing order
Hi,
I have been modifying the Wonder shaper to include another queue.  My 
understanding was packets would be de queued to hardware in the following 
order:
  cbq1 -> sfq10 > sfq20 > sfq30.
Also we only move onto the next queue when the preceding one is empty.
However is seems to be prio xx number that reflects the order packets are 
de queued not to what flowid they belong to.
If I
2005 Apr 05
8
Qos with 2 internet connections problems
Hi all, ive got 2 internet connections set up via the nano howto (which
are working great)  and we are running NAT.
Was looking in to qos mainly to stop large http downloads/ftp downloads
from hogging the line so that browsing for other users doesnt slow to a
crawl, but if the line is free and no one is doing anything then for it
to use the available bandwith. The wondershaper sounded exactly what
2004 May 06
2
imap problems
Hi,
I''m really new to traffic shaping and try to implement the wshaper.htb
script. 
I have a linux box that serves as vdr, mldonkey, samba, apache and
mailserver (imap), connected to my LAN with 100mbit. I''m connected to
the inet via adsl with a hardware router/firewall, got 384k downlink 64k
uplink. When I have mldonkey running, imap (via Outlook) gets *very*
slow (mails with
2004 Aug 13
1
Shaping weirdness
I''ve been following the HOWTO, and reading mailing list discussions
about throttling bandwidth, and have had some success, but I just want
to tie off some loose ends. Essentially what I am wanting to do is to
keep our bandwidth usage below 1megabit, because if we go over we get
charged for that traffic. I''ve used some of the examples from the
HOWTO to limit our bandwidth, but I
2006 Sep 29
0
urgent probllem
Hi all,
I am very new to traffic control.
I read the lartc how to and I am curently using the script in ch15 
(cookbook) with some restricion :
I excluded the ingress section and i implemented the rest on both interfaces 
of my firewall.(eth0 the internet interface and eth1 the LAN interface).find 
below the script use on eth1
(ssh priority one and all other 2)
2005 Feb 13
2
Problems after Kernel upgrade to 2.6.10
Greetings,
I have been reading the list for a little while now, but this is the first
occasion I have had to post--of course, because of a problem.  My problems
began when I upgraded my RedHat 9 system to 2.6.10 from source.  Aside from
some other booting issues and things, all of which appear to be resolved,
the only things NOT working are my scripts for traffic control.  I get a
whole host of