From owner-freebsd-stable Wed Feb 23 5: 9:49 2000 Delivered-To: freebsd-stable@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 99A5137B86D for ; Wed, 23 Feb 2000 05:09:44 -0800 (PST) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.13 #1) id 12NbXY-0000tj-00; Wed, 23 Feb 2000 15:09:16 +0200 From: Sheldon Hearn To: "Adam D. Marks" Cc: freebsd-stable@FreeBSD.ORG Subject: Re: inetd? In-reply-to: Your message of "Mon, 21 Feb 2000 13:30:57 PST." Date: Wed, 23 Feb 2000 15:09:16 +0200 Message-ID: <3454.951311356@axl.ops.uunet.co.za> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 21 Feb 2000 13:30:57 PST, "Adam D. Marks" wrote: > I was curious if it is posible to have different inetd configurations for > different network interfaces. If this is possible in any FreeBSD I would > appreciate any info. The information you're looking for _is_ in the manual page, but a little guidance on what to look for wouldn't help. Basically, you want to run _two_ inetd daemons, each bound to a different address (using the -a option). Each daemon is directed to read its own configuration file (the last argument on the command-line). You'll also want the two daemons to use different pidfiles (using the -p option). You can use inetd_flags in /etc/rc.conf to configure the first instance of inetd, but you'll probably have to run the second one out of /etc/rc.local . Have fun! Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message