From: Alan Ford <alan@whirlnet.co.uk>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] Does IPV6 support HTB?
Date: Wed, 24 Mar 2004 18:24:16 +0000 [thread overview]
Message-ID: <20040324182416.GD3133@newred.gradwell.net> (raw)
In-Reply-To: <GJEFLCKHDGDKIACOCAACGEHBCAAA.atlas@control.kangwon.ac.kr>
On Wed, Mar 24, 2004 at 09:01:49AM -0800, Corey Hickey wrote:
> I haven't personally verified this, but I'm pretty sure that even if the
> tc filters don't natively support ipv6 matches, you can still use
> iptables/ip6tables to mark packets as you choose, and then filter for
> that mark. Something like:
This does work, but there are a few complications...
> # It's often easier to make new chains for this
> # because there's an implicit RETURN after a MARK
> # so we can't just let packets fall off the end of the chain
> # or else they may end up matching later rules.
> ip6tables -t mangle -N fast
> ip6tables -t mangle -A fast -j MARK --set-mark 0x01
> ip6tables -t mangle -A fast -j ACCEPT
>
> # just an example
> ip6tables -t mangle -A FORWARD -p tcp -s 10.0.0.2 -j fast
>
> # You can set up your htb (or whatever) framework
> # and add this filter for it to reference.
> tc filter add dev eth0 parent 1: protocol ip prio 1 handle 0x01 fw \
> flowid 1:10
That should of course read "protocol ipv6", and then it works.
Well, almost. There seem to be rather a lot of issues if trying
to mix "protocol ip" and "protocol ipv6" in filters. I've seen a
lot of: "RTNETLINK answers: No such file or directory" errors
while trying that. Sometimes it appears to work, other times it
doesn't, and I've yet to work out why.
Which, I must say, is rather irritating. If anybody can shed any
light on this I'd like to hear it :)
--
Alan Ford * alan@whirlnet.co.uk
_______________________________________________
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-03-24 18:24 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-03-24 12:40 [LARTC] Does IPV6 support HTB? 신혜민
2004-03-24 17:01 ` Corey Hickey
2004-03-24 18:24 ` Alan Ford [this message]
2004-03-26 14:34 ` Alan Ford
2004-04-15 11:23 ` Alan Ford
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=20040324182416.GD3133@newred.gradwell.net \
--to=alan@whirlnet.co.uk \
--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.