[Debian Squeeze] FTP SSL/TLS - Connectie fout

Pagina: 1
Acties:

Acties:
  • 0 Henk 'm!

  • UPPERKEES
  • Registratie: Maart 2007
  • Niet online
Hallo allemaal!

Ik heb een FTP server met SSL/TLS opgezet. Maar op één of andere wijze kan ik alleen connecten via localhost en niet via mijn internet adres. Mijn FTP poort staat open op mijn router en mijn hosts.allow/deny zijn volledig gecomment, dus niet geconfigureerd. Wat kan het probleem zijn? Als ik zoek op "GnuTLS error -53" vind ik geen relevante informatie.


code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Status: Connecting to xxx.xxx.xxx.xxx:xx...
Status: Connection established, waiting for welcome message...
Response:   220 ProFTPD 1.3.2e Server (Debian_Server) [xxx.xxx.xxx.xxx]
Command:    AUTH TLS
Response:   234 AUTH TLS successful
Status: Initializing TLS...
Status: Verifying certificate...
Command:    USER xxx
Status: TLS/SSL connection established.
Response:   331 Password required for xxx
Command:    PASS ********
Response:   230 User xxx logged in
Command:    SYST
Response:   215 UNIX Type: L8
Command:    FEAT
Response:   211-Features:
Response:    MDTM
Response:    MFMT
Response:    AUTH TLS
Response:    UTF8
Response:    MFF modify;UNIX.group;UNIX.mode;
Response:    MLST modify*;perm*;size*;type*;unique*;UNIX.group*;UNIX.mode*;UNIX.owner*;
Response:    PBSZ
Response:    PROT
Response:    LANG en-US*
Response:    REST STREAM
Response:    SIZE
Response:   211 End
Command:    OPTS UTF8 ON
Response:   200 UTF8 set to on
Command:    PBSZ 0
Response:   200 PBSZ 0 successful
Command:    PROT P
Response:   200 Protection set to Private
Status: Connected
Status: Retrieving directory listing...
Command:    PWD
Response:   257 "/" is the current directory
Command:    TYPE I
Response:   200 Type set to I
Command:    PASV
Response:   227 Entering Passive Mode (xxx,xxx,xxx,xxx,xxx,xxx).
Status: Server sent passive reply with unroutable address. Using server address instead.
Command:    MLSD
Error:  GnuTLS error -53: Error in the push function.
Error:  Connection timed out
Error:  Failed to retrieve directory listing


Error: GnuTLS error -53: Error in the push function.
Error: Connection timed out
Error: Failed to retrieve directory listing

Acties:
  • 0 Henk 'm!

Verwijderd

ftp gebruikt meer dan alleen port 20 en 21.
zie bv http://www.slacksite.com/ftp.html

misschien moet je nog wat extra poorten openen.

Acties:
  • 0 Henk 'm!

  • UPPERKEES
  • Registratie: Maart 2007
  • Niet online
Nee dat werkte niet.

Ik heb in FileZilla even 'Fall back to active mode' ingesteld in Edit --> Settings --> Passive Mode
Nou kan hij nog steeds de directory niet retrieven maar vreemd genoeg hij kan wel mappen aanmaken.
Maar mappen kan ik dus niet zien in FileZilla...

[ Voor 10% gewijzigd door UPPERKEES op 27-06-2010 14:03 ]


Acties:
  • 0 Henk 'm!

Verwijderd

als je NAT gebruikt kan je hier eens naar kijken:
http://www.proftpd.org/docs/howto/NAT.html

Acties:
  • 0 Henk 'm!

  • UPPERKEES
  • Registratie: Maart 2007
  • Niet online
Bedankt! Dat werkte, niet aan gedacht.