Index: [Article Count Order] [Thread]

Date:  Tue, 19 Aug 2008 13:37:40 -0600
From:  "Al Cooper" <alc (at mark) hmcnetworks.com>
Subject:  [coba-e:13750] Re: FTP Server Problems
To:  <coba-e (at mark) bluequartz.org>
Message-Id:  <002301c90233$0bf67a60$23e36f20$@com>
In-Reply-To:  <042001c90231$5c5ecea0$6401a8c0@systemax>
References:  <003a01c9021c$c3f01200$4bd03600$@com> <042001c90231$5c5ecea0$6401a8c0@systemax>
X-Mail-Count: 13750

Thanks for your response Gerald,

I restart xinetd as you suggested and got no errors:  

[root (at mark) mail1 ~]# /etc/init.d/xinetd restart
Stopping xinetd:                                           [  OK  ]
Starting xinetd:                                           [  OK  ]

And tried to connect to FTP again and got the same error.

[root@mail1 ~]# ftp localhost
ftp: connect: Connection refused
ftp>

Any other suggestions?

Thanks again.

Al Cooper


-----Original Message-----
From: Gerald Waugh [mailto:gwaugh (at mark) frontstreetnetworks.com] 
Sent: Tuesday, August 19, 2008 1:26 PM
To: coba-e (at mark) bluequartz.org
Subject: [coba-e:13749] Re: FTP Server Problems

Al Cooper wrote; Tuesday, August 19, 2008 11:58 AM

-------------------------------------
[root@mail1 ~]# ftp localhost
ftp: connect: Connection refused
ftp>
 
If I attempt to telnet to port 21 from the server I get the following:
 
[root@mail1 /]# telnet localhost 21
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
telnet: Unable to connect to remote host: Connection refused
 
I have compared the proftpd.conf file from another working server and
they are the same.
 
Any help on getting ftp working again will be greatly appreciated.
========================================= 
Please, do not post HTML

Try starting from a shell session.
   /etc/init.d/xinetd restart
See what error develops.

Gerald