LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Trying to run ftp server on Suse 10: Problem with WAN side access (https://www.linuxquestions.org/questions/linux-networking-3/trying-to-run-ftp-server-on-suse-10-problem-with-wan-side-access-422296/)

cornfusedlinuxuser 03-06-2006 07:34 PM

Trying to run ftp server on Suse 10: Problem with WAN side access
 
I'm trying to setup a FTP server using vsftpd with Suse 10 from behind a router from my residential connection. I can login and transfer files from any of the four computers on my LAN but anyone loging in from the WAN side either see's an empty directory or can't download the files they do see. I have the ports 20 through 22 frowarded to the server. I've turned off the firewall, for now, on the server. This is my vsftpd.conf file:

write_enable=YES
dirmessage_enable=YES
ftpd_banner="blah blah blah"
anonymous_enable=YES
no_anon_password=YES
anon_umask=022
anon_world_readable_only=YES
anon_upload_enable=YES
download_enable=YES
anon_max_rate=1000
syslog_enable=YES
log_ftp_protocol=YES
xferlog_enable=YES
vsftpd_log_file=/var/log/vsftpd.log
xferlog_std_format=YES
xferlog_file=/var/log/xferlog
connect_from_port_20=YES
use_localtime=YES
pam_service_name=vsftpd
background=YES
listen=YES

I'm just trying to get this to work before I turn off the anon access and setup a list of users.

What am I doing wrong?

cornfusedlinuxuser :scratch:

arno 03-07-2006 05:34 PM

Use "listen_address=x.x.x.x" to set the virtual IP


All times are GMT -5. The time now is 05:29 PM.