From owner-freebsd-questions@FreeBSD.ORG Thu Dec 25 00:36:35 2003 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 CBA6916A4CE for ; Thu, 25 Dec 2003 00:36:35 -0800 (PST) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 147D143D1F for ; Thu, 25 Dec 2003 00:36:33 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [127.0.0.1]) hBP8aIca026625 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 25 Dec 2003 08:36:18 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id hBP8aF5s026624; Thu, 25 Dec 2003 08:36:15 GMT (envelope-from matthew) Date: Thu, 25 Dec 2003 08:36:15 +0000 From: Matthew Seaman To: Alexander Message-ID: <20031225083615.GA26439@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , Alexander , questions@freebsd.org References: <20031225012735.T904-100000@bugs.elitsat.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ZPt4rx8FFjLCG7dd" Content-Disposition: inline In-Reply-To: <20031225012735.T904-100000@bugs.elitsat.net> User-Agent: Mutt/1.5.5.1i X-Spam-Status: No, hits=-4.9 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.61 X-Spam-Checker-Version: SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) on happy-idiot-talk.infracaninophile.co.uk cc: questions@freebsd.org Subject: Re: identd in jailed 4.9-STABLE 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: Thu, 25 Dec 2003 08:36:35 -0000 --ZPt4rx8FFjLCG7dd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Dec 25, 2003 at 01:28:12AM +0200, Alexander wrote: > did someone make identd work on 4.9-STABLE in jailed environment ? Don't see why it should cause any particular difficulties. You'll need to run an instance of inetd(8) in each jail where you want ident capability. All of those inetd(8)'s and any inetd(8) from the base system should be bound to specific IP addresses by using the '-a' option -- otherwise they all attempt to bind to INADDR_ANY and end up fighting each other. Eg: if your machine uses 192.168.0.1 as it's principal IP and has an alias address of 192.168.0.2 used by a jail, and you want inetd services in both, you would put: inetd_enable=3D"YES" inetd_flags=3D"-wW -a 192.168.0.1" in /etc/rc.conf on the host environment, and: inetd_enable=3D"YES" inetd_flags=3D"-wW -a 192.168.0.2" Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --ZPt4rx8FFjLCG7dd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/6qF/dtESqEQa7a0RAgKJAJ4kaIgpmXxci9yyCW17052nRIZOmQCfXIoQ oKctwJrLEExB/Oly2ar1cDg= =BpnL -----END PGP SIGNATURE----- --ZPt4rx8FFjLCG7dd--