From owner-freebsd-questions@FreeBSD.ORG Fri Jun 4 09:41:04 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30CAF16A4CE for ; Fri, 4 Jun 2004 09:41:04 -0700 (PDT) Received: from mail.firmaserver.com (mail.psxc.com [193.216.236.21]) by mx1.FreeBSD.org (Postfix) with SMTP id B2C7A43D5C for ; Fri, 4 Jun 2004 09:41:00 -0700 (PDT) (envelope-from lasse@danielsen.tk) Received: (qmail 32163 invoked by uid 2853); 4 Jun 2004 16:40:56 -0000 Received: from [193.216.106.3] (HELO kari) (193.216.106.3) by mail.firmaserver.com (qpsmtpd/0.27.1) with SMTP; Fri, 04 Jun 2004 18:40:52 +0200 From: "Lasse Danielsen" To: Date: Fri, 4 Jun 2004 18:41:00 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-Spam-Check-By: mail.firmaserver.com X-Spam-Status: Yes (Spam: No ; 0.0 / 4.5) X-Virus-Scanned: Yep, sure did. Subject: tcpd and inetd.conf X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jun 2004 16:41:04 -0000 Not sure if this is a bug or not, but... On FBSD 5.2.1-p6 and 4.10 (at least) I've tried to make an entry in inetd.conf work... I don't want to depend on inetd starting with the flags '-wW', but would like to make the tcpd daemon take care of things. This seem like an impossible task. If I add this line in inetd.conf for instance: my-service stream tcp nowait root /usr/libexec/tcpd /usr/local/libexec/myservice and then start inetd with '/usr/sbin/inetd -c 40', all entries for 'my-service' is ignored in /etc/hosts.allow. If I start inetd with the '-wW' flags, the rules set in hosts.allow is used as it should. Am I doing something wrong? PS! If you happen to answer this one - can you please CC me? I'm not (yet) on the mailing-lists.. Regards, Lasse Danielsen Never argue with an idiot. He'll drag you down to his level, then beat you with experience.