Linux Netfilter discussions
 help / color / mirror / Atom feed
From: Jason Opperisano <opie@817west.com>
To: netfilter@lists.netfilter.org
Subject: Re: ls delayed !!!
Date: Mon, 16 May 2005 16:53:13 -0400	[thread overview]
Message-ID: <20050516205313.GA30898@bender.817west.com> (raw)
In-Reply-To: <1115910577.26182.53.camel@maclinux.lotus>

On Thu, May 12, 2005 at 12:09:38PM -0300, brunO wrote:
> Hello ! 
> 
> I am with following problem, I have ftp server functioning behind a
> GATEWAY, the user effects login normally, obtains to create directory
> and to remove directory, only has a problem that when the user tries to
> list the content any directory, delays and it does not list the content,
> appears the following acknowledgment of time-out connection, somebody
> can help to decide this problem ?
> 
> 
> Below I placed the procedure of login of user
> 
> Name (200.144.110.177:paul): user
> 331 Password required for user.
> Password:XXXXX
> 230 User user logged in.
> Remote system type is UNIX.
> Using binary mode to transfer files.
> ftp> ls
> 227 Entering Passive Mode (200,144,110,177,170,63)

assuming your FTP server is running on port 21:

  modprobe ip_conntrack_ftp
  modprobe ip_nat_ftp		(only if you're NAT-ing the server)

and allow RELATED connections through your FORWARD chain.

-j

--
"Lois: Stewie, why don't you go play in the other room.
 Stewie: Why don't you burn in hell."
        --Family Guy


      parent reply	other threads:[~2005-05-16 20:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-12 15:09 ls delayed !!! brunO
2005-05-15 19:03 ` Mogens Valentin
2005-05-16  0:56 ` Taylor, Grant
2005-05-16 20:53 ` Jason Opperisano [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=20050516205313.GA30898@bender.817west.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox