All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Radosław Łoboda" <p0wer@tl.krakow.pl>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] HTTP traffic limiting
Date: Sun, 18 Aug 2002 18:13:42 +0000	[thread overview]
Message-ID: <marc-lartc-102969417412957@msgid-missing> (raw)
In-Reply-To: <marc-lartc-102918843813200@msgid-missing>

On Tue, 13 Aug 2002, Alexey Sheshka wrote:
> Hello!
> Sorry for ugly english.
> /sbin/iptables -A OUTPUT -t mangle  -s x.x.x.x --sport 80 -j MARK --set-mark 199

And where is your tc filter statement? You must set some filters to catch
the traffic into corresponding class.

> But it doesn't work ! Users download files via HTTP at full 100Mb, but if replase
>  last line with 
> /sbin/iptables -A OUTPUT -t mangle  -s x.x.x.x  -j MARK --set-mark 199
> they got 51Mbit.

Consider setting some TOS values, it could speed up some traffic if the
routers on the route are configured correctly. You could then attach the
traffic with each TOS to any of your HTB classes with tc filter statement.

-- 

##########################################
#           |       p0wer        |       #
#   __      |    GG#1877248      |       #
#  (oo)     | p0wer@bojko.eu.org |       #
# / \/ \ Go away or I will replace you   #
# `V__V' with a very small shell script. #
##########################################



_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

      reply	other threads:[~2002-08-18 18:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-12 21:40 [LARTC] HTTP traffic limiting Alexey Sheshka
2002-08-18 18:13 ` Radosław Łoboda [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=marc-lartc-102969417412957@msgid-missing \
    --to=p0wer@tl.krakow.pl \
    --cc=lartc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.