Hello !
I'm trying to make it possible for me to access my NAS when I'm away from home using the FTP server function. I did enable the FTP server function of the NAS and gave it a static IP in my local network. As a result, I can connect to it through Filezilla or my browser using ftp://myLogin:myPassword@192.168.1.18:21
No problem so far.
I registered at dlinkddns and obtained an alias which correctly points to my router's WAN IP and updates itself. When I enter this alias in my browser I end up on my router's configuration homepage. Good.
I did create a port forwarding rule on this router :
TCP 21 192.168.1.18
UDP 21 192.168.1.18
The problem is that when I try to connect to ftp://myLogin:myPassword@myAlias.dlinkddns.com:21, no connection can be established. Filezilla says "ECONNREFUSED - Connection refused by server" and my browser displays an error page without any relevant information.
I am not running any Firewall on my computer.
What am I doing wrong ? Thanks in advance for your help !