- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- FTP issue RH Linux ES 3
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2004 07:20 PM
09-16-2004 07:20 PM
FTP issue RH Linux ES 3
In my RH Linux ES release 3, vsftp is installed by default. But;
Whenever I ftp to the system as root, it is not going inside with out giving password and even with wrong character passwords. This is happeneing to all 4 systems.
For NIS users, eventhough if i give correct username and password it is not going inside.
All these 4 boxes are Opteron systems.
I would like to know whether wu-ftpd is available for this platform or not ?
Pl help with a solution...
Many thanks in advance !
Pramod
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2004 02:56 AM
09-17-2004 02:56 AM
Re: FTP issue RH Linux ES 3
Take a look at your /etc/vsftpd.user_list file. It will have a list of users that are allowed or denied access, depending on how you have the vsftpd daemon configured in the /etc/vsftpd/vsftpd.conf file.
I'm not sure what is happening with your NIS users. I haven't used NIS before so I'm not much help.
I'd stick with vsftpd and try to get it running instead of going back to wu-ftpd, as vsftpd is supposed to be more secure.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2004 07:59 PM
09-18-2004 07:59 PM
Re: FTP issue RH Linux ES 3
Everything works.
You can install wu-ftpd on redhat3.0,however you can remain with vsftpd.
run authconfig utility on NIS server.
uncheck md5/shadow for passwords.
then run make -C /var/yp to update the database.Try to login again via ftp.
By the way I assume that you have a working vsftpd:
service vsftpd start
otherwise.
Best Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2004 07:03 PM
09-19-2004 07:03 PM
Re: FTP issue RH Linux ES 3
1. look at "/etc/vsftpd.ftpusers" in this file are the names of the users that are NOT allowed to log onto your ftp server.
2. look at "/etc/vsftpd.user_list" here are all users that are allowed to use your ftp server or all users that are disallowed to use it depending on one entry in "/etc/vsftpd/vsftpd.conf":
if "userlist_deny=NO" only users in the "/etc/vsftpd.user_list" are allowd to log in the ftp-server
if "userlist_deny=YES" all users in "/etc/vsftpd.user_list" are never allowed to log in, and get no prompt for a password.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2004 07:12 PM
09-19-2004 07:12 PM
Re: FTP issue RH Linux ES 3
May I know where can I get wu-ftpd fro Opteron systems running Redhat Enterprise Linux Release 3
Thanks
Pramod
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2004 07:15 PM
09-19-2004 07:15 PM
Re: FTP issue RH Linux ES 3
THERE IS A CORRECTION IN MY QUESTION. aCTUALLY IT IS GOING INSIDE WHENEVER i GO FOR AN FTP TO THE SYSTEM AS ROOT. EVEN IF I GIVE WRONG PASSWORD OR ENTER IT IS GOING INSIDE...
Sorry again..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2004 06:30 PM
09-20-2004 06:30 PM
Re: FTP issue RH Linux ES 3
1. do you have enabled guest logins with "guest_enable=yes" if you found this entry rewrite it to "guest_enable=no"
2. do you have login for local users with "local_enable=yes" if you use this "/etc/passwd" is used for authentication.