Could you explain how to switch the modes of ftp Active/Passive? I don't see anything about that.
When I mentioned WAN IP, i meant my external - public IP (sorry, my main language is french...I'm a bit rusty). So yes, I can access it using my 192.168.0.xxx IP, but not using my public IP.
For sure, my ISP isn't blocking the port since I was using a software ftp program before with no problem. But about the NAT client side settings, how do I set that up? I've put rules in exept virtual server port 21 towards the DNS.
Thanks for the info
If I might say so - there's no need to apologise, your English is a lot better than my French.
You still haven't provided one VITAL but of information - are you trying to access the public ip from a host on the same network as the DNS-323 - if this is what you are doing, I'd suggest you test from a different public ip - it removes one more variable.
Active & passive ftp - you're using passive ftp - this can be seen from the error dialogue box in your first post, you'll need to switch modes
in the ftp client that you are using.
A comment here - I dislike gui FTP clients because many of them hide the commands that they use and the responses from the server in an attempt to make things easier to use. When they work, they work well, when they don't work, troubleshooting becomes a nightmare. I actually use the CLI FTP client that's built into Windows as my first choice.
Maybe I should briefly define active and passive ftp ...
- with active ftp the ftp client contacts the ftp server on port 21 and sets up the data transfer, and then the ftp server contacts the ftp client and transfers the data - the problem with active ftp is that when the ftp client is behind a firewall which does not know how to handle the incoming data connection, it discards the connection and the transfer fails.
- passive ftp was supposed to be the cure for this firewall related issue, in that the ftp server would instruct the ftp client to make the data connection also - and this works well
provided the ftp server is not behind a firewall - but - if the ftp server is behind a firewall, then both the ftp server AND the firewall now have to be configured to support passive ftp - so all we've really done is transfer the problem from client side to server side.
I'm also going to tell you here - that whilst the DNS-323 does support passive ftp, in that it recognizes the pasv command and will respond to it, the implementation is broken and it will NOT work in any firmware version prior to the 1.08 beta (which I have not tested) - active ftp does work, passive does not.
So...
1) test from outside of your network
2) change your ftp client to active and see what happens - you can use Internet Explorer as an ftp client, and you can change it from the default passive mode in Tools/Internet Options/Advanced.