From: Stef Coene <stef.coene@docum.org>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] Do I have to use imq or ingress for incoming packets?
Date: Wed, 20 Nov 2002 09:43:58 +0000 [thread overview]
Message-ID: <marc-lartc-103778551721254@msgid-missing> (raw)
In-Reply-To: <marc-lartc-103769841706113@msgid-missing>
On Tuesday 19 November 2002 10:32, ¹Ú Á¤Àº wrote:
> I have 2 lan cards in LINUX ROUTER. eth0 for hub(masqurade ) and eth1
> for an internet.
> I used htb with eth1 to menage outgoing packets. And It is working
> perfect.
> In my opinion , policying eth1 with htb could make the incoming packets
> controlled.
> but I doesn't work. It doesn't recognize any special port number.
If you add a htb qdisc on device eth1, you are controlling outgoing bandwidth.
For incoming bandwidth, you need the ingress qdisc and filters with policers.
So "policyng with eth1 with htb" does not make any sense to me.
It's or policyng on eth1 with the ingress qdisc or shaping on eth0 with htb.
> Do I thinking wrong? Do i have to use imq ?
You don't have to, but if you use imq you can use htb or cbq. But if you have
a router, why not shaping at eth0 ??? All packets coming from the internet
has to leave eth0.
Stef
--
stef.coene@docum.org
"Using Linux as bandwidth manager"
http://www.docum.org/
#lartc @ irc.oftc.net
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
prev parent reply other threads:[~2002-11-20 9:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-11-19 9:32 [LARTC] Do I have to use imq or ingress for incoming packets? 박 정은
2002-11-20 9:43 ` Stef Coene [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-103778551721254@msgid-missing \
--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.