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
08-04-2004 06:09 AM
08-04-2004 06:09 AM
ftp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2004 07:28 AM
08-04-2004 07:28 AM
Re: ftp
Make sure that the ftp server was loaded with your installation. It may not have been.
Start Here --> System Settings --> Add or Remove Packages --> [servers -- FTP Server]
or you can check by running:
rpm -q vsftpd
If you don't see it you will need to install it. Then make sure xinetd is configured to start vsftpd.
Check to see if /etc/xinetd.d/vsftpd exists.
If it doesn't exist, copy
/usr/share/doc/vsftpd-
to
/etc/xinetd.d/vsftpd.
Then you'll need to edit
/etc/xinetd.d/vsftpd
Make sure "disable = no" is set in this file.
If you make any changes to the xinetd configuration, you will need to restart it:
/etc/init.d/xinetd stop
/etc/init.d/xinetd start
You will probably also need to update the vsftpd configuration:
/etc/vsftpd/vsftpd.conf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2004 06:18 PM
08-04-2004 06:18 PM
Re: ftp
vsftp has its own daemon and it should be checked on the target RH9 box.
service vsfptd status
Connection refused also could be a block on port 20 and or 21 on the iptables firewall. That should be checked as well as well as intervening hardware firewalls if any.
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
08-04-2004 08:03 PM
08-04-2004 08:03 PM
Re: ftp
you should run
chkconfig vsftpd on
and
service vsftpd start
in order to start ftp server.
Rgds,
Vitaly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2004 10:45 AM
08-06-2004 10:45 AM
Re: ftp
wouldn't care if someone was to hack into
the box, you can cd to /etc/pam.d, and edit
the vfstpd file, changing everything to
"required".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2004 11:11 PM
08-06-2004 11:11 PM
Re: ftp
a way to check this is as root
# nmap "your ip address"
# nmap localhost
if you see ftp as an open port the connection from the firewall point of view is allowed
Jean-Pierre