Linux Netfilter discussions
 help / color / mirror / Atom feed
From: tepesu@australia.edu
To: Lopsch <lopsch@lopsch.com>
Cc: netfilter@lists.netfilter.org
Subject: Re: Re: iptables and TOS 15
Date: Mon, 15 Nov 2004 13:35:04 +0200	[thread overview]
Message-ID: <41996f3e.2305.0@australia.edu> (raw)


    first i use imq patch for kernel 2.6.9 and htb for some traffic
management and i want to redirect this kind of trafic to imq1 or imq0 and
then to came with some htb rules. just this ...

#iptables -t mangle -A PREROUTING -m tos --tos 0x15 -j IMQ --todev 0
iptables v1.2.11: Bad TOS value `0x15'
Try `iptables -h' or 'iptables --help' for more information.

#iptables -t mangle -A PREROUTING -m tos --tos 15 -j IMQ --todev 0
iptables v1.2.11: Bad TOS value `15'
Try `iptables -h' or 'iptables --help' for more information.



>
>Please post it also to the list so more people can help ;). Only for
>understanding: Your ISP marks some pakets with TOS 15, what exactly do
>you want to do, only filter them out or mark them with any kind of
>number so that the traffic shaper uses it? For further questions about
>shaping etc. refer to www.lartc.org howto an their mailinglist perhaps
>there waits better help for such questions.
>
>as Jason wrote you could use a rule like this:
>
>iptables -t mangle -A PREROUTING -m tos --tos 15 [ ... ]
>
>the  value is also accepted as hex
>
>iptables -t mangle -A PREROUTING -m tos --tos 0x15 [ ... ]
>
>where [...] means that´s then up to you what action you perform on that>
>pakets.
>iptables -t mangle -A PREROUTING -m tos --tos 15 -j DROP
>for example would drop all TOS 15 pakets.
>iptables -t mangle -A PREROUTING -m tos --tos 15 -j MARK --mark n
>would mark all TOS 15 pakets with the value n for further use for
>example traffic shaping.
>
>





             reply	other threads:[~2004-11-15 11:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-15 11:35 tepesu [this message]
2004-11-15 13:53 ` Re: iptables and TOS 15 Jason Opperisano

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=41996f3e.2305.0@australia.edu \
    --to=tepesu@australia.edu \
    --cc=lopsch@lopsch.com \
    --cc=netfilter@lists.netfilter.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox