From: Klaus Ethgen <Klaus+lkml@Ethgen.de>
To: linux-net@vger.kernel.org, netfilter-devel@vger.kernel.org
Cc: Pascal Hambourg <pascal.mail@plouf.fr.eu.org>
Subject: Re: [conntrack_ftp] ftp _server_ behind dnat
Date: Sat, 19 Feb 2011 20:29:16 +0100 [thread overview]
Message-ID: <20110219192916.GF10969@ikki.ethgen.ch> (raw)
In-Reply-To: <4D6000F2.3040904@plouf.fr.eu.org>
[-- Attachment #1.1: Type: text/plain, Size: 2115 bytes --]
Hi,
For the records I put my original mail in attachment.
Am Sa den 19. Feb 2011 um 18:42 schrieb Pascal Hambourg:
> >> IME, nf_conntrack_ftp and nf_nat_ftp handle both passive and active
> >> modes. Briefly looking at the code, I can see mentions of PASV (standard
> >> passive), EPSV (extended passive), PORT (standard port) and EPRT
> >> (extended port).
> >
> > True, it looks after PORT, EPRT, and in the reply for 227 and 229. But
> > false (at I understand the code) it register only for active connections
> > (coming from port 21 or any port that is configured by option, but that
> > portlist is limited to 8 ports max).
>
> Connections on port 21 are control connections. Port 21 is used neither
> for active nor passive data connections.
Hmm.. Yes. you are right. Nevertheless that port is only looked about as
src and not as dst. But on a server the dst is port 21.
> > As I read the code there seems no way to find a PORT command in outgoing
> > connections. But that has to be detected when DNAT is used.
>
> What do you mean by "outgoing connections" ?
Well, a bit confusing, I admit.
> Besides, IIUC your problem seems to be with passive mode, but PORT is
> used only for active mode.
I will try it other way:
On a client system I have SNAT so on INPUT on the external interface I
see port 21. So everything work well.
On a server I have DNAT so on OUTPUT I see the (destination) port
21. But exactly that do not trigger the helper.
And exact that is what I find by tests. If I do an active connection the
client is sending PORT to the server and the connection works well. But
if I try to use passive the server sends the PORT command and the
conntrack helper do never recognize the traffic as ftp related.
> However I guess the netfilter developper mailing list at
> netfilter-devel@vger.kernel.org is more appropriate to discuss about the
> code.
Thanks, I xpost to them.
Regards
Klaus
--
Klaus Ethgen http://www.ethgen.ch/
pub 2048R/D1A4EDE5 2000-02-26 Klaus Ethgen <Klaus@Ethgen.de>
Fingerprint: D7 67 71 C4 99 A6 D4 FE EA 40 30 57 3C 88 26 2B
[-- Attachment #1.2: Type: message/rfc822, Size: 1725 bytes --]
From: Klaus Ethgen <Klaus+lkml@Ethgen.de>
To: linux-net@vger.kernel.org
Subject: [conntrack_ftp] ftp _server_ behind dnat
Date: Sat, 19 Feb 2011 16:28:35 +0100
Message-ID: <20110219152835.GC10969@ikki.ethgen.ch>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Hello,
I recently played around a new FTP server on KVM host which is connected
via DNAT from the main host.
Now I was thinking that the conntrac_ftp and nat_ftp module is the
correct one to configure it correct. But after several tests and finally
reading the source code of conntrac_ftp I find out that this bunch of
logic only match for a _client_ behind nat (SNAT) using active FTP.
So am I right that there is no module out there that supports passive
FTP server behind DNAT? (Of course I know about the possibility to route
a fix port range to the FTP server but I wanted to have a more reliable
way to do that.)
Regards
Klaus
- --
Klaus Ethgen http://www.ethgen.ch/
pub 2048R/D1A4EDE5 2000-02-26 Klaus Ethgen <Klaus@Ethgen.de>
Fingerprint: D7 67 71 C4 99 A6 D4 FE EA 40 30 57 3C 88 26 2B
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQEVAwUBTV/ho5+OKpjRpO3lAQoaCwgAkZvhtt3X5Cg27V773aaXc28CcDbZBBki
1khaloyHUsqmngNnc+HbGhUt0neTKqO0KB/CKcsAhDUzP3ylRVpIh1vs4lNmH9xD
rwmY43Q2acKbbiQimSPe7fxcgl29tWvzLsfnr/m1RI/r44OJHy2mWK0pFp/fm4lZ
IoC0kEJBBk6Cu0EwyRb93v3LRtz93kL0IiZtPPjCzv58UR8afQmEVgfIYldDFO3V
Nvm0cnb+H4SmSNeHNZ5DpfgV6zxmdgK2Ltu/obA4yosQnvGk2TB3WC1DbapGOa1J
vUla7xnN0JbYrXEmsDQh6kkp27wetzGEwFSmuqOwKGUphNnto/qx0A==
=9qIG
-----END PGP SIGNATURE-----
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 482 bytes --]
next parent reply other threads:[~2011-02-19 19:29 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20110219152835.GC10969@ikki.ethgen.ch>
[not found] ` <4D5FF16A.9060602@plouf.fr.eu.org>
[not found] ` <20110219171502.GD10969@ikki.ethgen.ch>
[not found] ` <4D6000F2.3040904@plouf.fr.eu.org>
2011-02-19 19:29 ` Klaus Ethgen [this message]
2011-02-19 23:36 ` [conntrack_ftp] ftp _server_ behind dnat Pascal Hambourg
2011-02-20 0:31 ` Klaus Ethgen
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=20110219192916.GF10969@ikki.ethgen.ch \
--to=klaus+lkml@ethgen.de \
--cc=linux-net@vger.kernel.org \
--cc=netfilter-devel@vger.kernel.org \
--cc=pascal.mail@plouf.fr.eu.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;
as well as URLs for NNTP newsgroup(s).