- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- FTP connection refused on Red Hat 7.0
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
тАО06-05-2001 09:32 AM
тАО06-05-2001 09:32 AM
FTP connection refused on Red Hat 7.0
error: failed dependencies:
inet6-apps = 0.36 is needed by ftpd6-0.36-4
======
I can't seem to locate this inet6-apps rpm to satisfy the install requirement.
What is the easiest way to get my ftpd daemon up and running?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-06-2001 12:44 AM
тАО06-06-2001 12:44 AM
Re: FTP connection refused on Red Hat 7.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-06-2001 04:11 PM
тАО06-06-2001 04:11 PM
Re: FTP connection refused on Red Hat 7.0
Check /etc/xinetd.d/ftp
There will be a line in this file that states:
disable = yes (or enable = no)
fix that line and you should be good togo.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-07-2001 08:32 AM
тАО06-07-2001 08:32 AM
Re: FTP connection refused on Red Hat 7.0
I don't have "ftp" under /etc/xinetd.d. That is my problem. Do you know what package includes the ftp deamon because I'm thinking I must have mistakenly un-marked it for installation during my fresh install of 7.0.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-07-2001 08:34 AM
тАО06-07-2001 08:34 AM
Re: FTP connection refused on Red Hat 7.0
The URL you refered to leads no-where. Is there anywhere else to get this rpm?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-07-2001 02:54 PM
тАО06-07-2001 02:54 PM
Re: FTP connection refused on Red Hat 7.0
Assuming you have the normal distribution of RH 7.0, the ftp suite resides on the first disk of the two-disk set.
# cd /mnt/cdrom/RedHat/RPMS
# ll |grep ftp
11 -rw-r--r-- 13 root root 10125 Apr 8 12:32 anonftp-4.0-4.i386.rpm
47 -rw-r--r-- 13 root root 47087 Apr 8 12:32 ftp-0.17-7.i386.rpm
366 -rw-r--r-- 13 root root 373462 Apr 8 12:33 gftp-2.0.7b-3.i386.rpm
429 -rw-r--r-- 13 root root 437607 Apr 8 12:34 ncftp-3.0.2-1.i386.rpm
217 -rw-r--r-- 13 root root 220928 Apr 8 12:36 wu-ftpd-2.6.1-16.i386.rpm
hth
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-10-2001 11:59 PM
тАО06-10-2001 11:59 PM
Re: FTP connection refused on Red Hat 7.0
- Install the wu-ftpd package
- Set disable to no in /etc/xinetd.d/ftp
- delete the "root" entry from /etc/ftpd/ftpusers
- delete or disable the deny-uid and deny-uid entries from /etc/ftpd/ftpaccess
- kill -HUP
/etc/rc.d/init.d/xinetd stop
/etc/rc.d/init.d/xinetd start
HTH.
Vincent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-11-2001 03:31 AM
тАО06-11-2001 03:31 AM
Re: FTP connection refused on Red Hat 7.0
Also, you might be unable to connect due to an ipchains and/or netfilter rule. You can (temporarily) disable the packet filter rules by running /etc/rc.d/init.d/ipchains stop.
HTH.
Regards,
Vincent