You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@zapsterdk
What is the client to connect the server?
It seems using active mode(default).
Could you try to use passive mode at the client side?
And try to set the masquerade address to 95.xxx.178.66 at command option.
FTP procedure of over the internet :
client connects to server
client login
client set mode to passive (because active mode can not connect over the NAT.)
client send ftp command
server returns address and port for data transfer (It requires masquerade address)
client connects server for data transfer (using returned address and port by the server)
Hi, I have a test server directly on the internet. But when I try to connect to this from a computer behind NAT I get this error:
[I 2021-09-07 10:39:18] concurrency model: async
[I 2021-09-07 10:39:18] masquerade (NAT) address: None
[I 2021-09-07 10:39:18] passive ports: None
[I 2021-09-07 10:39:18] >>> starting FTP server on 95.xxx.178.66:8002, pid=90532 <<<
[I 2021-09-07 10:39:21] 80.xxx.72.162:64707-[] FTP session opened (connect)
[I 2021-09-07 10:39:21] 80.xxx.72.162:64707-[BOX-001] USER 'BOX-001' logged in.
[W 2021-09-07 10:39:22] 80.xxx.72.162:64707-[BOX-001] Rejected data connection to foreign address 192.168.1.101:64708.
And then it drops the connection. Any idéers what to do here? I think I'm missing some piece of the puzzle but can't find it ;)
\Zapster
The text was updated successfully, but these errors were encountered: