- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: I can't ftp to my RHEL 5
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
Discussions
Discussions
Discussions
Forums
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
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
тАО01-04-2010 04:44 AM
тАО01-04-2010 04:44 AM
I can't ftp to my RHEL 5
I have just freshly installed a linux enterprise version 5 OS. I can PING but I cannot FTP.
Please, what can I do ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-04-2010 06:06 AM
тАО01-04-2010 06:06 AM
Re: I can't ftp to my RHEL 5
netstat -an | grep 21
# See if anything is listening on port 21 (ftp)
service vsftpd status
# That will tell you if its running.
service vsftpd start
# That will do a one time start.
chkconfig --list vsftpd
# display the start configuration
chkconfig vsfptd on
# Changes the start configuration to start the daemon.
Note, you can use any ftp server you want. vsfptd is the default. I'm using pure-ftp because its integrated with ispconfig, which I use as to simply system administration on some of my Linux boxes.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-04-2010 06:16 AM
тАО01-04-2010 06:16 AM
Re: I can't ftp to my RHEL 5
description. It does not say what you did.
It does not say what happened when you did
it.
> Please, what can I do ?
You might start by showing the actual
commands you used, with their actual output.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-04-2010 07:41 AM
тАО01-04-2010 07:41 AM
Re: I can't ftp to my RHEL 5
Please, here is the status of the VSFTPD service:
[root@localhost ~]#
[root@localhost ~]# service vsftpd status
vsftpd: unrecognized service
[root@localhost ~]#
Please Advice
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-04-2010 02:48 PM
тАО01-04-2010 02:48 PM
Re: I can't ftp to my RHEL 5
So what happens if you attempt to use sftp to connect and ftp to and from your linux system?
By default RHEL 5 systems are securely locked down so that normal telnet and ftp are disabled. But you should be able to use ssh and sftp to perform the same tasks.
# sftp hostname
Connecting to hostname...
The authenticity of host 'hostname (xxx.xxx.xxx.xxx)' established.
RSA key fingerprint is .
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'hostname' (RSA) to the list of known hosts.
username@hostname's password:
sftp>
-Stone
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-04-2010 07:36 PM
тАО01-04-2010 07:36 PM
Re: I can't ftp to my RHEL 5
If you want to use FTP (not sure why you would when you can use sftp or scp instead).
yum install vsftpd
chckonfig --level 345 vsftpd on
service vsftpd start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-04-2010 10:42 PM
тАО01-04-2010 10:42 PM
Re: I can't ftp to my RHEL 5
use scp instead, it is a secure protocol while normal ftp is not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-05-2010 07:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-05-2010 08:51 AM
тАО01-05-2010 08:51 AM
Re: I can't ftp to my RHEL 5
I recommend these steps:
yum -y install vsftpd
chckonfig vsftpd on
service vsftpd start
Important note. The default configuration of vsftpd is anonymous file transfer is to allow it.
The second you finish this process, you need to change the /etc/vsftpd/vsftpd.conf file, turn off anonymous ftp and restart the service as noted above.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-06-2010 07:36 AM
тАО01-06-2010 07:36 AM
Re: I can't ftp to my RHEL 5
[root@localhost cdrom]# yum -y install vsftpd
Loaded plugins: rhnplugin, security
This system is not registered with RHN.
RHN support will be disabled.
Setting up Install Process
No package vsftpd available.
Nothing to do
[root@localhost cdrom]# yum install vsftpd
Loaded plugins: rhnplugin, security
This system is not registered with RHN.
RHN support will be disabled.
Setting up Install Process
No package vsftpd available.
Nothing to do
[root@localhost cdrom]#
If I have to get the FTP package from one of the 6 CDs, how would I be able to locate them ?
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-06-2010 08:28 AM
тАО01-06-2010 08:28 AM
Re: I can't ftp to my RHEL 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-07-2010 05:30 AM
тАО01-07-2010 05:30 AM