anonymous ftp accounts stopped working

Peter Verrill

Verified User
Joined
Nov 19, 2003
Messages
49
All anonymous ftp account have stopped working... I think this happened after one of the recent updates, im not sure...
 
Hello,

It's probably the chmod 710 to the /home/username/domain/domain.com. Try chmodding it to 711.. I might have to figure out another way to secure things up.

John
 
We had the same problem and it has been solved bij the solution of chmodding to 711. But how is the status on that security leak?
 
Hello,

It generally isn't too much of an issue. You can just set your public_html folder to 710 and set the group to apache, and that would seal it up again.

John
 
Hey again,
Not sure when this happened but now they have stopped working again...
Tried above solution again but no joy.

Peter Verrill
 
May 5 20:21:59 blue proftpd[20543]: blue.real-hosts.com (82.43.99.151[82.43.99.151]) - FTP session opened.
May 5 20:22:06 blue proftpd[20543]: blue.real-hosts.com (82.43.99.151[82.43.99.151]) - no such user '[email protected]'
May 5 20:22:13 blue proftpd[20543]: blue.real-hosts.com (82.43.99.151[82.43.99.151]) - FTP session closed.

ProFTPd [20543] 82.43.99.151 [05/May/2004:20:22:05 +0100] "USER [email protected]" 331
ProFTPd [20543] 82.43.99.151 [05/May/2004:20:22:06 +0100] "PASS (hidden)" 530
 
Check /etc/proftpd.vhosts.conf to make sure that the correct ftp password file is being used with the IP you've specified. If no virtualhost for that ip exists, it should default to /etc/proftpd.passwd .. and then look inside the password file to make sure that the anonymous account exists.

John
 
/etc/proftpd.vhosts.conf doesnt contain a virutal host for the IP and /etc/proftpd.passwd doesn't contain any anonymous users.

How do I add them?
 
I'm not sure .. there isn't a whole lot more to check. Check to ensure that the /etc/proftpd.vhosts.conf does *not* contain a virtualhost for the main server IP..

Also make sure that the directory actually exists.. double check the permissions on all directories above it (needs 755).

After that, I'm fresh out of clues. If you need me to take a look send us your info via https://www.directadmin.com/clients/safesubmit.php

John
 
Back
Top