Index: [Article Count Order] [Thread]

Date:  Tue, 19 Aug 2008 15:04:45 -0600
From:  "Al Cooper" <alc (at mark) hmcnetworks.com>
Subject:  [coba-e:13755] Re: FTP Server Problems
To:  <coba-e (at mark) bluequartz.org>
Message-Id:  <006101c9023f$366abd90$a34038b0$@com>
In-Reply-To:  <042101c90237$f23dc100$6401a8c0@systemax>
References:  <002301c90233$0bf67a60$23e36f20$@com> <042101c90237$f23dc100$6401a8c0@systemax>
X-Mail-Count: 13755

I get nothing back when I run netstat -tupan | grep :21.




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

Al Cooper wrote Tuesday, August 19, 2008 2:38 PM
> 
> 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?
> 

What does 
  netstat -tupan | grep :21 
read.
Should be something like;
[root@cbq ~]# netstat -tupan | grep :21
tcp        0      0 0.0.0.0:21                  0.0.0.0:*
LISTEN      16516/xinetd

Maybe you have a firewall blocking, although I believe you tried.
ftp and telnet at localhost.

Gerald