All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mohamed Eldesoky <eldesoky.lists@gmail.com>
To: netfilter <netfilter@lists.netfilter.org>
Subject: Re: ftp connection tracking on multiple ports
Date: Sun, 31 Oct 2004 09:34:49 +0200	[thread overview]
Message-ID: <1403218a041031003423417908@mail.gmail.com> (raw)
In-Reply-To: <1098967289.3029.3.camel@hubcap.ljm.dom>

Well, I did that before posting to the list.
Now I doubt it is a networking problem !!! there are reasons to doubt.


On Thu, 28 Oct 2004 08:41:29 -0400, Jason Opperisano <opie@817west.com> wrote:
> On Thu, 2004-10-28 at 06:18, Mohamed Eldesoky wrote:
> 
> 
> > Dear all,
> >
> > I have a server that runs FTP on two ports, port 21 and port 45 (for
> > strange reasons)
> > Now, i want conntrack to track the connections of both ports and their
> > data ports !!
> >
> > I did that in my firewall script
> > /sbin/modprobe ip_conntrack_ftp ports=21,45
> > $IPTABLES -A linweb_chain -p tcp -m multiport --destination-port
> > 80,21,45 -j ACCEPT
> >
> > Is that all I need ??
> 
> iptables -A linweb_chain -m helper --helper ftp -j ACCEPT
> 
> -j
> 
> --
> Jason Opperisano <opie@817west.com>
> 
> 


-- 
Mohamed Eldesoky
www.eldesoky.net
RHCE


  reply	other threads:[~2004-10-31  7:34 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-28 10:18 ftp connection tracking on multiple ports Mohamed Eldesoky
2004-10-28 10:21 ` George Alexandru Dragoi
2004-10-28 10:40   ` Mohamed Eldesoky
2004-10-28 12:41 ` Jason Opperisano
2004-10-31  7:34   ` Mohamed Eldesoky [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-10-28 10:40 Sneppe Filip
2004-10-28 11:10 ` Mohamed Eldesoky
2004-10-30 21:00   ` Jose Maria Lopez

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=1403218a041031003423417908@mail.gmail.com \
    --to=eldesoky.lists@gmail.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.