It is currently Mon, 18 Mar 2024 23:18:41 GMT



 
Author Message
 421 Service not available - something is doing this!
I'm using a brand new install of Red Hat 7.2 with no ipchains or iptables.
LINUX seems to deny connections to my ftpd from IPs external to the LAN - it
works just fine from any PC inside the LAN.

Error message is: 421 Service not available, remote server has closed
connection.

I have IP Forwarding on my router setup properly because I can forward the
port to another PC on my LAN and get in just fine.  When it switch it back
to the IP of the LINUX box, I get that "Service not available" message.

Like I said, this is a clean install and I haven't messed w/ anything
except:

/etc/services (added a line for the ftpd)
/etc/xinetd.conf (added the required stuff for the ftpd)

xinetd.conf:

service glftpd
{
        disable = no
        flags                   = REUSE NAMEINARGS
        socket_type             = stream
        protocol                = tcp
        wait                    = no
        user                    = root
        server                  = /usr/sbin/tcpd
        server_args             = /glftpd/bin/glftpd -l -o -i

Ideas anyone?

Thanks!!!



 Mon, 09 Aug 2004 05:48:26 GMT   
 421 Service not available - something is doing this!
|I'm using a brand new install of Red Hat 7.2 with no ipchains or iptables.
|LINUX seems to deny connections to my ftpd from IPs external to the LAN - it
|works just fine from any PC inside the LAN.
|
|Error message is: 421 Service not available, remote server has closed
|connection.

This comes from the ftp server. Check its config files. Maybe it's using
libwrap and looks at /etc/hosts.{allow,deny}?



 Mon, 09 Aug 2004 05:59:59 GMT   
 
   [ 2 post ] 

Similar Threads

1. ftp 421 remote service not available

2. FTP: 421 Service not available....

3. A Strange problem - 421 Service not available, remote server has closed connection

4. FTP error: 421 Service Not Available

5. 421 Service not available

6. ftp error: 421 Service not available

7. ftp attempt = 421 Service not available

8. 421 Service not available FTP Error

9. wuftp: 421 Service not available, remote server has closed

10. ftp 421 Service not available, remote server has closed connection


 
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software