11.3 Anonymous FTP 331 Password Required for anonymous

MrBucket101

Dabbler
Joined
Jul 9, 2018
Messages
18
I had an anonymous FTPS setup on 11.2 with no issues. Users would not provide a user/pass for login.

I upgraded to FreenNAS 11.3, and now on every reboot this error continues to come back. I have discovered that if I turn anonymous FTP off, save, then turn it back on, and save. The issue goes away, up until the next reboot.

Here is the log from FileZilla
Status: Connecting to 10.254.1.99:21... Status: Connection established, waiting for welcome message... Status: Initializing TLS... Status: Verifying certificate... Status: TLS connection established. Command: USER anonymous Response: 331 Password required for anonymous Command: PASS ********************* Response: 530 Login incorrect. Error: Critical error: Could not connect to server

Here is what the FreeNAS console log has
Apr 10 20:07:39 freenas proftpd[41553]: 127.0.0.1 (172.16.2.2[172.16.2.2]) - USER anonymous: no such user found from 172.16.2.2 [172.16.2.2] to ::ffff:10.254.1.99:21 Apr 10 20:07:39 freenas proftpd[41554]: 127.0.0.1 (172.16.2.2[172.16.2.2]) - USER anonymous: no such user found from 172.16.2.2 [172.16.2.2] to ::ffff:10.254.1.99:21 Apr 10 20:29:28 freenas proftpd[41889]: 127.0.0.1 (10.254.1.128[10.254.1.128]) - USER anonymous: no such user found from 10.254.1.128 [10.254.1.128] to ::ffff:10.254.1.99:21

I found the relevant section of the Manual - 13.4.1 - Anonymous FTP

After reading this, it looks like the user is now anonymous, and the password is the ftp account email. This doesn't make sense to me, as that doesn't sound like anonymous login, but instead shared user account?

Has anyone run into this before? I had just been turning anonymous FTP off/on after reboot, but that is getting annoying.

Thanks!
 
Top