Networking Forums

Networking Forums > Computer Networking > Linux Networking > ftp connection refused on Itanium RH 2.1

Reply
Thread Tools Display Modes

ftp connection refused on Itanium RH 2.1

 
 
kenneth kahn
Guest
Posts: n/a

 
      09-23-2003, 03:11 PM
I'm running "Red Hat Linux Advanced Workstation release 2.1AW (Derry)"
on a HP zx6000 Itanium workstation. I have telnetd working via
xinetd, but anytime I try to ftp to the workstation, even from itself,
I get "connection refused". There are no ftpaccess or ftpdeny files.
Any suggestions what to look for?
 
Reply With Quote
 
 
 
 
Eric Gibson
Guest
Posts: n/a

 
      09-25-2003, 08:37 PM

"kenneth kahn" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) om...
> I'm running "Red Hat Linux Advanced Workstation release 2.1AW (Derry)"
> on a HP zx6000 Itanium workstation. I have telnetd working via
> xinetd, but anytime I try to ftp to the workstation, even from itself,
> I get "connection refused". There are no ftpaccess or ftpdeny files.
> Any suggestions what to look for?



It could be a lot of things, but the first things I would try are to make
sure ftpd is running. I'm pretty sure redhat is using "vs-ftpd" now and it
works in daemon mode, try:

ps -ef | grep ftpd

See if processes are running. If you selected to use a firewall during the
install, it may be blocking the port. Try:

iptables -L

To see if you have any firewall rulesets running. If you do, you can try:

iptables -F

to flush them. Or you can check /var/log/messages to see if you ftpd *is*
trying to run, and spewing out an error, and work from there.

Eric


 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Network connection refused Deanna Wireless Networks 2 01-04-2007 01:30 AM
TCP connection refused Bonj Linux Networking 8 02-26-2005 10:47 AM
Connection to itself refused Alec Linux Networking 5 07-11-2004 10:34 PM
Connection Refused with Apache 2.0 maddman Linux Networking 3 02-03-2004 06:43 AM
The connection was refused when trying to connect to ... Dan Linux Networking 3 09-11-2003 01:37 PM



1 2 3 4 5 6 7 8 9 10 11