From parkert@u.washington.edu Fri Nov 3 11:22:21 2000 Received: from jason03.u.washington.edu (root@jason03.u.washington.edu [140.142.8.11]) by lists.u.washington.edu (8.9.3+UW00.05/8.9.3+UW99.09) with ESMTP id LAA86996 for ; Fri, 3 Nov 2000 11:22:20 -0800 Received: from dante56.u.washington.edu (parkert@dante56.u.washington.edu [140.142.15.106]) by jason03.u.washington.edu (8.9.3+UW00.05/8.9.3+UW00.01) with ESMTP id LAA43786 for ; Fri, 3 Nov 2000 11:22:19 -0800 Received: from localhost (parkert@localhost) by dante56.u.washington.edu (8.9.3+UW00.05/8.9.3+UW99.09) with ESMTP id LAA106460 for ; Fri, 3 Nov 2000 11:22:19 -0800 Date: Fri, 3 Nov 2000 11:22:15 -0800 (PST) From: Parker Thompson To: linux@u.washington.edu Subject: xinetd problem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Installed redhat 7.0 to discover that inetd.conf has been replaced by this crazy xinetd scheme. I didn't install ftp by default but have seence been implored to make that happen (obviously I failed to some extent). I first adjusted my ipchains rules to allow connections to port 21, then started the ftp deamon. I seem to still be having a problem with xinetd allowing connections. In /var/log/messages I see: Nov 3 08:30:44 darwin xinetd[4243]: refused connect from 140.142.15.106 after an ftp connection attempt. Here is my xinetd.conf: defaults { instances = 60 log_type = SYSLOG authpriv log_on_success = HOST PID log_on_failure = HOST RECORD } includedir /etc/xinetd.d Here are the contents of /etc/inetd.d/wu-ftpd service ftp { socket_type = stream wait = no user = root server = /usr/sbin/in.ftpd server_args = -l -a log_on_success += DURATION USERID log_on_failure += USERID nice = 10 } I'd imagine I'm just missing something simple here. Darn this fancy new scheme and it's differing ways. Any help apreciated, Parker. .