All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Kirk <thomas@arkena.com>
To: lartc@vger.kernel.org
Subject: [LARTC] pfifo_fast dosnt work?
Date: Wed, 25 Sep 2002 15:12:15 +0000	[thread overview]
Message-ID: <marc-lartc-103296683224583@msgid-missing> (raw)

Hep

Trying to get pfifo to work. Setup :

       |------|<--->eth1 (192.168.10.0/24)
eth0---|  GW  |<--->eth2 (192.168.11.0/24)
       |------|<--->eth3 (192.168.12.0/24)

read all documentation :

http://lartc.org/howto/lartc.cookbook.interactive-prio.html

here is my TOS mangling rulse in iptables :

$IPTABLES -A PREROUTING -i eth1 -t mangle -s 192.168.10.0/24 -p tcp --dport ftp-data -m state --state NEW,ESTABLISHED -j TOS --set-tos Maximize-Throughput
$IPTABLES -A PREROUTING -i eth1 -t mangle -s 192.168.10.0/24 -p tcp --sport 44100:44200 -m state --state NEW,ESTABLISHED -j TOS --set-tos Maximize-Throughput
$IPTABLES -A PREROUTING -i eth1 -t mangle -s 192.168.10.0/24 -p tcp --dport ftp -m state --state NEW,ESTABLISHED -j TOS --set-tos Minimize-Delay

Im trying to limited the ftp-data throughoutput by putting all
ftp-data in band 2. Ive checked with tcpdump -v -v |grep tos and yes
ftp-data get [tos 0x8] which destination is band 2 if i read the
documentation right? 

Allthough everything is set ok all my interactiv traffic ssh/telnet
etc is very slow and sloppy when someone uploads to our ftpserver.

Im running kernel 2.4.19 with latest patch-o-matic

Please write to me for further information! You will find that im more
than willing to get this problem solved :)

-- 
Venlig hilsen/Kind regards
Thomas Kirk
ARKENA
thomas(at)arkena(dot)com
Http://www.arkena.com


BOFH excuse #212:

Of course it doesn't work. We've performed a software upgrade.
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

             reply	other threads:[~2002-09-25 15:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-25 15:12 Thomas Kirk [this message]
2002-09-25 16:18 ` [LARTC] pfifo_fast dosnt work? Tobias Geiger
2002-09-25 18:04 ` Thomas Kirk

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-103296683224583@msgid-missing \
    --to=thomas@arkena.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.