All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ashutosh <ashutosh@teneoris.com>
To: netfilter@lists.netfilter.org
Subject: Re: FTP problems on ports other than 21
Date: Tue, 27 Jul 2004 12:45:10 +0530	[thread overview]
Message-ID: <opsbsbrkig2fsc0m@192.168.1.10> (raw)
In-Reply-To: <20040727063311.GL2117@jgomez-p-latitude.asia.unity>


> If what you want is for conntrack to be able to track ftp data ports,
> but where the control channel is not on tcp/21, the modules support
> arguments upon loading.

Specify all the ports as Additional Module Parameters..

#ifdef MODULE_PARM
MODULE_PARM(ports, "1-" __MODULE_STRING(MAX_PORTS) "i");
#endif

At this moment, MAX_PORTS = 8, I guess.

This will ensure that ur connection tracking and NAT modules will be 
called for all those ports

-- 
Ashutosh Naik
Teneoris Networks India Pvt. Ltd.


      reply	other threads:[~2004-07-27  7:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-26 17:10 FTP problems on ports other than 21 Yannick Cayer
2004-07-27  4:55 ` Rob Sterenborg
2004-07-27  6:33   ` Julian Gomez
2004-07-27  7:15     ` Ashutosh [this message]

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=opsbsbrkig2fsc0m@192.168.1.10 \
    --to=ashutosh@teneoris.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.