From: Stef Coene <stef.coene@docum.org>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] shaping on tcp ports
Date: Thu, 30 Dec 2004 18:59:04 +0000 [thread overview]
Message-ID: <200412301959.04651.stef.coene@docum.org> (raw)
In-Reply-To: <32789.202.174.152.73.1104324654.squirrel@mail.imax.com.np>
On Wednesday 29 December 2004 13:50, Paras pradhan wrote:
> hi all:
>
> the following scipt is wokring perfectly with limiting ...on limimitng per
> ip basis..
>
>
> ----
> eth0=public static ip
> eth2= private ip ( 192.168.2.1)
> --
> iptables -t mangle -A POSTROUTING -s ! 192.168.0.0/32 -d 192.168.2.101/32
> -j MARK --set-mark 21012
>
> tc class add dev eth2 parent 1:1 classid 1:2101 htb rate 32kbit ceil 64kbit
>
> tc filter add dev eth2 parent 1:0 protocol ip prio 2 handle 21012 fw
> classid 1:2101
>
> tc qdisc add dev eth2 parent 1:2101 handle 2101: sfq perturb 10
>
> -----------------
>
> Now what i am trying to do is... limiting 192.168.2.101 75% for httpd and
> 25% to rest..
>
> what i have to do? i am confused on iptables marking as well..
You need 2 htb classes, 1 for httpd and 1 for the rest.
And you need 2 iptables rules, 1 to mark httpd and 1 to mark the rest.
And you need 2 filter rules, 1 to put the marked httpd traffic in the httpd
class and to put the other traffic in the other class.
Stef
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
next prev parent reply other threads:[~2004-12-30 18:59 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-12-29 12:50 [LARTC] shaping on tcp ports Paras pradhan
2004-12-30 18:59 ` Stef Coene [this message]
2004-12-31 11:43 ` Paras pradhan
2004-12-31 13:57 ` Stef Coene
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=200412301959.04651.stef.coene@docum.org \
--to=stef.coene@docum.org \
--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.