Hello all,
I've been trying to set up my DNS-320L ftp server for a long time now. I thought I had it working reliably but now my dynamic IP has changed, it won't work. These are my FTP server settings:
As you can see, the passive mode is set to report the external IP address (which was 217.44.87.209) and this worked well on a remote computer. However, I had to restart my router and so I was assigned a new dynamic IP, after this my FTP stopped working
I have set my router to forward port 21 to the DNS-320L,
along with ports 55536-55663 (are these required???)I have setup DDNS in the DNS-320L as follows:
However, the IP address is not updating automatically in the FTP server settings, so it is reporting my old external IP. Here is the Filezilla connection log:
Status: Resolving address of carthall.no-ip.biz
Status: Connecting to 217.42.87.134:21...
Status: Connection established, waiting for welcome message...
Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
Response: 220-You are user number 1 of 10 allowed.
Response: 220-Local time is now 09:00. Server port: 21.
Response: 220-IPv6 connections are also welcome on this server.
Response: 220 You will be disconnected after 10 minutes of inactivity.
Command: USER carthall
Response: 331 User carthall OK. Password required
Command: PASS ********
Response: 230 OK. Current restricted directory is /
Command: SYST
Response: 215 UNIX Type: L8
Command: FEAT
Response: 211-Extensions supported:
Response: EPRT
Response: IDLE
Response: MDTM
Response: SIZE
Response: REST STREAM
Response: MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
Response: MLSD
Response: ESTP
Response: PASV
Response: EPSV
Response: SPSV
Response: ESTA
Response: AUTH TLS
Response: PBSZ
Response: PROT
Response: 211 End.
Status: Server does not support non-ASCII characters.
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is your current location
Command: TYPE I
Response: 200 TYPE is now 8-bit binary
Command: PASV
Response: 227 Entering Passive Mode (217,44,87,209,217,75)
Command: MLSD
Error: Connection timed out
Error: Failed to retrieve directory listing
So the DDNS is correctly reporting the new IP address (217.42.87.134), but the DNS-320L FTP server is reporting the old IP address (217,44,87,209). I get a similar error if I try to connect to FTP using Windows Explorer:
Any ideas? The FTP server is useless if it doesn't report the correct external IP...
Thanks in advance,
Gareth