I'm not really sure this topic belongs here.
I'm trying to setup a ftp server, using vsftpd.
Now, i know i'm behind a router, but whatever i try, i can't get it working.
I setup a active, anonymous ftp server. (tried passive too, which also don't work)
With my local IP address i have access, but using my external IP, connections are refused.
iptables is not configured, nor running.
Firewall on the router is disabled too.
/etc/vsftpd/vsftpd.conf:
- Code: Select all
cat vsftpd.conf
# server part
pasv_enable=NO
listen=YES
dirmessage_enable=YES
xferlog_enable=YES
connect_from_port_20=YES
pam_service_name=vsftpd
local_enable=YES
write_enable=NO
ftpd_banner=-=< Welcome to Sabayon Nostalgic Server >=-
# anonymous part
anonymous_enable=YES
anon_root=/home/aposteeltje/Temp/Sabayon-project
# Upload for Anonymous Users
#anon_upload_enable=NO
#anon_mkdir_write_enable=NO
#anon_max_rate=1048576
#max_clients=10
#max_per_ip=2\
Router settings:


nm-applet:

filezilla screenshots:
(images were taken with passive enabled)


I found a site which handles firewall problems as well, but despite that site, i can't get it working:
http://www.markus-gattol.name/ws/vsftpd.html
Does anyone know how to configure this properly?
i'm a bit stuck here
Thanks.
