From: Mel Gorman <mel@csn.ul.ie>
To: lartc@vger.kernel.org
Subject: [LARTC] Wonder shaper between two ethernet links
Date: Thu, 01 May 2003 17:28:23 +0000 [thread overview]
Message-ID: <marc-lartc-105181018727593@msgid-missing> (raw)
This is quiet possibly a simple and obvious question but I'm only getting
to grips with traffic shaping and filtering. I have a firewall with two
ethernet connections, one internal (eth0) and one external to a modem
(eth1). I'm trying to set up a filter on eth1 that will give interactive
traffic high priority outgoing and limit downloads to a fixed rate. This
is what I thought wondershaper was meant to do.
However, on the last line of the script
tc filter add dev $DEV parent ffff: protocol ip prio 50 u32 match ip src \
0.0.0.0/0 police rate ${DOWNLINK}kbit burst 10k drop flowid :1
All traffic will be dropped and I can't figure out why. Any help would be
appreciated or at least a pointer to the right section to start reading.
Rooting through the archives didn't seem to have an obvious answer and
neither did the HOWTO but that is likely to be my pooor understanding more
than anything else
Thanks
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
next reply other threads:[~2003-05-01 17:28 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-05-01 17:28 Mel Gorman [this message]
2003-05-02 17:12 ` [LARTC] Wonder shaper between two ethernet links Stef Coene
2003-05-02 17:30 ` Mel Gorman
2003-05-03 10:07 ` Stef Coene
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-105181018727593@msgid-missing \
--to=mel@csn.ul.ie \
--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.