All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jason Opperisano <opie@817west.com>
To: netfilter@lists.netfilter.org
Subject: Re: FTP connection track
Date: Thu, 16 Sep 2004 16:16:36 -0400	[thread overview]
Message-ID: <1095365796.2489.88.camel@wolfpack.ljm.dom> (raw)
In-Reply-To: <4149F298.2020202@o2.pl>

On Thu, 2004-09-16 at 16:07, Krystian wrote:
> hi
> 
> i have a problem and would like to ask how you would do it.
> i have a linux router box. behind is my computer.
> I would like to track FTP connections so I can priotize them i my QoS.
> what rules should be applied to my box?
> 
> Krystian

  iptables -t mangle -A PREROUTING -m helper --helper ftp \
    -j MARK --set-mark 1

queue based on that mark (or the lack thereof).  setting up queuing is
beyond the scope of this list.  more info at:

        http://lartc.org/howto/index.html

-j

-- 
Jason Opperisano <opie@817west.com>



  reply	other threads:[~2004-09-16 20:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-16 20:07 FTP connection track Krystian
2004-09-16 20:16 ` Jason Opperisano [this message]
2004-09-18 17:37   ` Problem with LOG in /var/log/messages yann Conan
2004-09-19 20:04     ` Joel Newkirk

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=1095365796.2489.88.camel@wolfpack.ljm.dom \
    --to=opie@817west.com \
    --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.