From: Jim Laurino <nfcan.x.jimlaur@dfgh.net>
To: netfilter@lists.netfilter.org
Subject: Re: QoS with netfilter (nfcan: addressed to exclusive sender for this address)
Date: Sat, 10 Dec 2005 10:08:41 -0500 [thread overview]
Message-ID: <20051210150841.GI21804@salty> (raw)
In-Reply-To: <bab495710512100453s275d2335l4a92d90d37224c2@mail.gmail.com> (from +nfcan+jimlaur+94611cad01.erikev#gmail.com@spamgourmet.com on Sat, Dec 10, 2005 at 07:53:11 -0500)
On 2005.12.10 07:53, Erik - erikev@gmail.com wrote:
> Am trying to add QoS to some web cam traffic on a network.
> Also a newbie to netfilter.
>
...
>
> Tried netfilter commands like:
> >iptables -t mangle -A FORWARD -s 10.0.0.0/8 -j DSCP --set-dscp 1
>
...
> Furthermore, a command like
> >iptables -L FORWARD
>
> list a set of rules etc but this QoS is not one of them apparently...
>
The -L command has a default table argument, filter.
If you want to see the contents of another table,
you have to specify the table explicitly. Try this:
iptables -t mangle -L -xnv
--
Jim Laurino
nfcan.x.jimlaur@dfgh.net
Please reply to the list.
Only mail from the listserver reaches this address.
next prev parent reply other threads:[~2005-12-10 15:08 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-12-10 12:53 QoS with netfilter Erik
2005-12-10 12:57 ` Thilo Schulz
2005-12-10 13:28 ` Erik
2005-12-10 16:34 ` Cedric Blancher
2005-12-10 18:14 ` Erik
2005-12-10 18:40 ` Thilo Schulz
2005-12-10 19:45 ` Cedric Blancher
2005-12-11 0:56 ` Daniel Lopes
2005-12-11 8:07 ` Cedric Blancher
2005-12-11 9:18 ` Erik
2005-12-11 13:19 ` Thilo Schulz
2005-12-12 5:36 ` Vinod Chandran
2005-12-10 15:08 ` Jim Laurino [this message]
2005-12-11 9:40 ` QoS with netfilter (nfcan: addressed to exclusive sender for this address) Erik
2005-12-11 10:13 ` Cedric Blancher
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=20051210150841.GI21804@salty \
--to=nfcan.x.jimlaur@dfgh.net \
--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 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.