Goede avond,
Vandaag heb ik op mijn server in de cloud (extern gehost) het volgende draaien:
Ubuntu 16.04 met Proftpd.
Deze heb ik geïnstalleerd via de volgende handleiding:
https://websiteforstudent...ith-ssl-tls-certificates/
Alleen nu krijg ik de volgende error:
Nu dacht ik direct aan een firewall issue maar als mijn FTP verbinding probeer op te zetten buiten mijn netwerk via: https://ftptest.net dan heb ik dezelfde error.
Nu vroeg ik mij af, is er iemand die mij verder wil helpen?
Log FTP:
In de config file (proftpd.conf)
Wat ik gedaan heb om het op te lossen:
- Telnet naar poort 21 werkt
- Andere user heeft hetzelfde probleem
- Rechten op de mappen structuur op 777 gezet maar het is geen rechten kwestie...
Vandaag heb ik op mijn server in de cloud (extern gehost) het volgende draaien:
Ubuntu 16.04 met Proftpd.
Deze heb ik geïnstalleerd via de volgende handleiding:
https://websiteforstudent...ith-ssl-tls-certificates/
Alleen nu krijg ik de volgende error:
code:
1
| Error: Server returned unroutable private IP address in PASV reply |
Nu dacht ik direct aan een firewall issue maar als mijn FTP verbinding probeer op te zetten buiten mijn netwerk via: https://ftptest.net dan heb ik dezelfde error.
Nu vroeg ik mij af, is er iemand die mij verder wil helpen?
Log FTP:
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
| Status: Resolving address of server01.X.nl Status: Connecting to 185.X.X.X Warning: The entered address does not resolve to an IPv6 address. Status: Connected, waiting for welcome message... Reply: 220 ProFTPD 1.3.5a Server (server01.X.nl) [192.168.0.11] Command: CLNT https://ftptest.net on behalf of 2001:1c04:b05:3500:cdd2:6982:e470:e585 Reply: 550 SSL/TLS required on the control channel Command: AUTH TLS Reply: 234 AUTH TLS successful Status: Performing TLS handshake... Status: TLS handshake successful, verifying certificate... Status: Received 1 certificates from server. Status: cert[0]: subject='C=NL,ST=Some-State,O=Internet Widgits Pty Ltd,CN=server01.X.nl,EMAIL=X@quicknet.nl' issuer='C=NL,ST=Some-State,O=Internet Widgits Pty Ltd,CN=server01.X.nl,EMAIL=X@quicknet.nl' Command: USER X Reply: 331 Password required for X Command: PASS ******** Reply: 230 User X logged in Command: SYST Reply: 215 UNIX Type: L8 Command: FEAT Reply: 211-Features: Reply: PROT Reply: CCC Reply: SITE MKDIR Reply: PBSZ Reply: AUTH TLS Reply: MFF modify;UNIX.group;UNIX.mode; Reply: REST STREAM Reply: MLST modify*;perm*;size*;type*;unique*;UNIX.group*;UNIX.mode*;UNIX.owner*; Reply: UTF8 Reply: EPRT Reply: SITE SYMLINK Reply: EPSV Reply: SITE UTIME Reply: MDTM Reply: SITE RMDIR Reply: SSCN Reply: TVFS Reply: SITE COPY Reply: MFMT Reply: LANG en-US.UTF-8*;en-US Reply: SIZE Reply: 211 End Command: PBSZ 0 Reply: 200 PBSZ 0 successful Command: PROT P Reply: 200 Protection set to Private Command: PWD Reply: 257 "/home/X" is the current directory Status: Current path is /home/chris Command: TYPE I Reply: 200 Type set to I Command: PASV Reply: 227 Entering Passive Mode (192,168,0,11,229,184). Error: Server returned unroutable private IP address in PASV reply |
In de config file (proftpd.conf)
code:
1
| PassivePorts 49152 65534 |
Wat ik gedaan heb om het op te lossen:
- Telnet naar poort 21 werkt
- Andere user heeft hetzelfde probleem
- Rechten op de mappen structuur op 777 gezet maar het is geen rechten kwestie...