From: "Taylor, Grant" <gtaylor@riverviewtech.net>
To: NetFilter <netfilter@lists.netfilter.org>
Subject: Re: ls delayed !!!
Date: Sun, 15 May 2005 19:56:43 -0500 [thread overview]
Message-ID: <4287EFCB.80505@riverviewtech.net> (raw)
In-Reply-To: <1115910577.26182.53.camel@maclinux.lotus>
> 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 ?
The first thing that comes to mind is that you probably do not have the ftp connection tracking helper complied in or the module loaded in to your kernel. This is a classic issue of your ftp connection not being able to get data back from the ftp server over it's data connection which is a different port than the command / control port. You might want to take a moment to read the RFC on ftp to bring your self up to date.
The timeout that you are alluding to is not really a timeout directly but rather the ftp server expecting you to connect to it on a different port to receive the output of the ls which you are likely never doing or if you are your firewall is blocking it. This is what the ftp connection tracking helper is meant to do, rather allow this 2nd connection to pass through the firewall based on the information that it saw on the command port.
Grant. . . .
next prev parent reply other threads:[~2005-05-16 0:56 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 [this message]
2005-05-16 20:53 ` Jason Opperisano
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=4287EFCB.80505@riverviewtech.net \
--to=gtaylor@riverviewtech.net \
--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.