From owner-freebsd-stable@FreeBSD.ORG Tue Oct 17 09:28:43 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4758E16A407 for ; Tue, 17 Oct 2006 09:28:43 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 990B043D6D for ; Tue, 17 Oct 2006 09:28:39 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from db2.internal (db2.internal [10.202.2.12]) by frontend1.messagingengine.com (Postfix) with ESMTP id 99A6EDB4EC7; Tue, 17 Oct 2006 05:28:38 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by db2.internal (MEProxy); Tue, 17 Oct 2006 05:28:41 -0400 X-Sasl-enc: lS6YZ6D6Y1h/e+yKIcyel4Y1cs0/kIG44pJwPp1ZoItD 1161077320 Received: from [192.168.123.18] (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTP id 04E6231CC; Tue, 17 Oct 2006 05:28:39 -0400 (EDT) Message-ID: <4534A243.7060301@FreeBSD.org> Date: Tue, 17 Oct 2006 10:28:35 +0100 From: "Bruce M. Simpson" User-Agent: Thunderbird 1.5.0.5 (X11/20060825) MIME-Version: 1.0 To: =?ISO-8859-1?Q?Trond_Endrest=F8l?= References: <20061017082319.I27675@ramstind.fig.ol.no> In-Reply-To: <20061017082319.I27675@ramstind.fig.ol.no> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Cc: FreeBSD stable Subject: Re: Ensuring inetd is started before any RPC services X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Oct 2006 09:28:43 -0000 Trond Endrest=F8l wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi, > > I have on many occasions run into the situation where the RPC based=20 > services have occupied the well-known ports for other non-RPC based=20 > services. Last week rpc.lockd on one of my systems got hold of TCP=20 > port 995, leaving inetd unable to start any pop3s services. > =20 Another fix for this is to add flags to the daemons themselves to allow=20 the RPC services to be bound by port number. I added this to mountd so=20 that I could bind its port on startup for running mountd on a DMZ host,=20 thus enabling mountd access to be filtered in the firewall. Regards, BMS