From: Shawn <core@enodev.com>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] traffic shaping question
Date: Tue, 03 Jun 2003 19:37:15 +0000 [thread overview]
Message-ID: <marc-lartc-105466913810325@msgid-missing> (raw)
In-Reply-To: <marc-lartc-105466836109505@msgid-missing>
Is the following sounding logical? I'm trying to
1. Make all traffic from 192.168.0.106 highest priority
2. Make all traffic to 192.168.0.106 highest priority
tc filter add dev eth0 parent 1:0 protocol ip prio 1 u32 \
match ip src 192.168.0.106/32 flowid 10:1
tc filter add dev eth0 parent 1:0 protocol ip prio 1 u32 \
match ip dst 192.168.0.106/32 flowid 10:1
Furthur, how can I track (besides subjectively) the activity,
like, dropped packets, etc?
On Tue, 2003-06-03 at 14:24, Shawn wrote:
> I have a variation of the wondershaper script, but I'm not sure that I
> know how to make it do what I want it to do... which is: prioritize
> traffic from a particular host for which my gentoo linux box is a
> router.
>
> Specifically, 192.168.0.106 is a Cisco ATA 186 VoIP box serving me with
> phone goodness. I want that to be top priority. Problem is, wondershaper
> doesn't exactly fit the bill here.
>
> The docs don't seem to specifically cover this. I'd like to know about
> "tc", and how all it's "N:N" and "prio N" syntax mean too.
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
next prev parent reply other threads:[~2003-06-03 19:37 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-06-03 19:24 [LARTC] traffic shaping question Shawn
2003-06-03 19:37 ` Shawn [this message]
2007-01-22 14:31 ` Nagy Gabor Peter
2007-01-22 16:26 ` Marco Berizzi
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-105466913810325@msgid-missing \
--to=core@enodev.com \
--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.