Hi,
I just wanted to share what I did in order to be able to access the vstpd server (FTP server). Initially when I tried to access the FTP server, using FileZillla I would get the following error:
Status: Connecting to 192.168.0.11:21...
Status: Connection established, waiting for welcome message...
Response: 500 OOPS: cannot read user list file:/etc/vsftpd.user_list
Error: Critical error
Error: Could not connect to server
To fix this, I SSH'd into the dns-323 and created a new file using the 'touch' command named 'vsftpd.user_list' under the /etc/ directory. Now I'm able to log into the FTP server with no problems :)
Hopefully this helps if you run into the same issue as I did.
-NG