- May 11, 2005
- 641
- 0
- 0
Does anyone know what I'm doing wrong - I have forwarded port 2121 for the server (just incase this Italian ISP blocks port 21) and used the following config file:
ftpd_banner=NSLU2 FTP Server
listen=YES
listen_port=2121
#connect_from_port_20=YES
hide_ids=YES
max_clients=5
max_per_ip=2
anonymous_enable=NO
local_enable=YES
ftp_data_port=2121
Internal access (i.e 192.168.1.9) is fine, but I keep getting when connecting externally:
Status: Resolving IP-Address for <blah>panther.<blah>.net
Status: Connecting to xxx.xx.xxx.xx:2121
Error: Could not connect to server
Any advice would be welcomed, especially if it is related to my question
ftpd_banner=NSLU2 FTP Server
listen=YES
listen_port=2121
#connect_from_port_20=YES
hide_ids=YES
max_clients=5
max_per_ip=2
anonymous_enable=NO
local_enable=YES
ftp_data_port=2121
Internal access (i.e 192.168.1.9) is fine, but I keep getting when connecting externally:
Status: Resolving IP-Address for <blah>panther.<blah>.net
Status: Connecting to xxx.xx.xxx.xx:2121
Error: Could not connect to server
Any advice would be welcomed, especially if it is related to my question