I have a DNS-323 (F/W 1.10) and a DIR-655 (F/W 1.32NA).
I want to use the ftp server on the NAS.
I enabled the server on the NAS and added a virtual sever for FTP to the DIR-655.
When I try to access the ftp server from within the LAN everything works fine:
> ftp 192.168.0.99
Connected to 192.168.0.99.
220---------- Welcome to Pure-FTPd [TLS] ----------
220-You are user number 1 of 5 allowed.
220-Local time is now 22:58. Server port: 21.
220-This server supports FXP transfers
220 You will be disconnected after 2 minutes of inactivity.
Name (192.168.0.99:peter): peter
331 User peter OK. Password required
Password:
230 OK. Current restricted directory is /
Remote system type is UNIX.
Using binary mode to transfer files.
ftp>
However, if I try access from external the system refuses to let me log in:
>ftp 62.52.212.121
Connected to 62.52.212.121.
220 Inactivity timer = 120 seconds. Use 'site idle <secs>' to change.
Name (62.52.212.121:peter): peter
331 Password required.
Password:
530 Permission denied
ftp: Login failed.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp>
What am I doing wrong?
Thanks,
swabianeagle