From: Tomasz Wrona <tw@eter.tym.pl>
To: lartc@vger.kernel.org
Subject: [LARTC] IMQ test
Date: Fri, 14 Jun 2002 19:54:30 +0000 [thread overview]
Message-ID: <marc-lartc-102408455314709@msgid-missing> (raw)
Hi,
I am testing IMQ from few days. I have quite complex setup managing two
external interfaces with many classes and over 350 users. IMQ works
reliable and stable :)
I tried to experiment and to direct flow to IMQ I used rule in mangle
table but in FORWARD chain like following:
$IPTABLES -t mangle -I FORWARD 1 -i $ext_if1 -o $internal_iface -j IMQ
--todev 0
It works fine.
I also tried to direct local destined traffic via following rule to have
opportunity to run some local services and not disturb shaping policy..
$IPTABLES -t mangle -A INPUT -i $external_iface -j IMQ --todev 0
I couldnt use PREROUTING to achieve this result due to my box is doing
NAT and I have some classes/filters related to local destination
IPs.
It looks that second [INPUT] chain have some impact on traffic shaping but
it was very strange. Then I put that rule my interactive traffic becomes
very poor [NAT box didnt generate any traffic itself]. Normal situation
RTT was about 60ms but when launched rule in "-t mangle INPUT" average RTT
jumped to 500 or even 1000 !
OK, thats all my report today :)
Going to play more with QL IMQ driver.
Regards
tw
--
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
reply other threads:[~2002-06-14 19:54 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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-102408455314709@msgid-missing \
--to=tw@eter.tym.pl \
--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.