- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Fedora Core 4-"FTP: connection refused" problem
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
тАО12-16-2005 12:39 AM
тАО12-16-2005 12:39 AM
------------------------------------------
220 (vsFTPd 2.0.3)
530 Please login with USER and PASS.
530 Please login with USER and PASS.
KERBEROS_V4 rejected as an authentication type
331 Please specify the password.
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
----------------------------------------------
How do I proceed to debug this problem? This is my database and webserver which requires FTP access to upload files by outside users.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-16-2005 12:48 AM
тАО12-16-2005 12:48 AM
SolutionBy default telnet is not configured on Fedora core. Its configured by changing disable=yes to disable=no in the telnet file in /etc/xinetd.d and running the service xinetd restart command.
The ftp problem is more complex, because I believe it IS configured by default.
service vsftpd status
If it says its running you should get a process id. If its not running the config file is /etc/vsftpd/vsfptd.conf
Another issue is the default ftp client in Windows pretty much sucks. Try a different ftp client to see if you have any better results.
If you still get connection refused, try these general steps:
service vsftpd restart
check iptables firewall and see if its blocking ftp. Its pretty easy to let that happen when a system is installed. If ports 20 and 21 are blocked, you will need to make sure traffic on these ports is accepted.
I see you have already played with iptables.
Make sure the entry for fpt in /etc/services has not been changed.
Lastly check with network administration and see if ftp has been disabled or blocked.
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
тАО12-16-2005 12:52 AM
тАО12-16-2005 12:52 AM
Re: Fedora Core 4-"FTP: connection refused" problem
1. service iptables stop (to stop the iptables if running)
2. check /etc/hosts.deny (if there's a blocking entry
3. /etc/xinetd.d/telnet if there's an entry that allows access only from certain addresses.
4. check /etc/xinetd.conf also for restricting entries.
Hope it helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-16-2005 01:13 AM
тАО12-16-2005 01:13 AM
Re: Fedora Core 4-"FTP: connection refused" problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-16-2005 01:53 AM
тАО12-16-2005 01:53 AM
Re: Fedora Core 4-"FTP: connection refused" problem
if you have users deinfed on this ftp you can login as on of them ...
You can also try sftp (secured ftp client. Its third party utility which will have to be installed on XP),thus disregarding the need for unsecured ftp...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-16-2005 07:10 PM
тАО12-16-2005 07:10 PM
Re: Fedora Core 4-"FTP: connection refused" problem
If you type "ftp://ipaddress" in your ie, you made a mistake. because the above url use anonymous user account for connecting to FTP server and you get the error becuase you do not install required packages for anonymous ftp. you have to use "ftp://username@ipaddress" in you ie and username should be an existed user in your system.
Alireza
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-23-2005 08:15 AM
тАО12-23-2005 08:15 AM