From owner-freebsd-questions Fri Mar 10 3:33:52 2000 Delivered-To: freebsd-questions@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 4E71537BA1D for ; Fri, 10 Mar 2000 03:33:46 -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 12TNfa-000Mtv-00; Fri, 10 Mar 2000 13:33:26 +0200 From: Sheldon Hearn To: "Kate" Cc: questions@FreeBSD.ORG Subject: Re: identd question In-reply-to: Your message of "Thu, 09 Mar 2000 14:50:23 EST." <02f001bf8a00$c7ee9cc0$b9170981@to.atitech.com> Date: Fri, 10 Mar 2000 13:33:26 +0200 Message-ID: <88034.952688006@axl.ops.uunet.co.za> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 09 Mar 2000 14:50:23 EST, "Kate" wrote: > My problem is how to get identd to respond to the correct ip/domain > combination. Currently requests to either IP port 113 respond with the > systems hostname, and not the domain name associated with the IP the request > came in on. Is ther any way to do this? You need to tell us which identd you're using. If it's pidentd from the ports tree, you can use the -a option to bind each instance of identd to a specific port. If you're launching identd from inetd, this gets more complicated, since you'll need to run two inetd instances (one for each NIC) using two different inetd.conf files. If I were you, I'd either try inetd's builtin ident service in 3.4-STABLE or run two pidentd daemons using the -a option to both. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message