From owner-freebsd-bugs Thu Feb 10 14:20:21 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by builder.freebsd.org (Postfix) with ESMTP id 62CDE44F3 for ; Thu, 10 Feb 2000 14:20:19 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA74313; Thu, 10 Feb 2000 14:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 10 Feb 2000 14:20:03 -0800 (PST) Message-Id: <200002102220.OAA74313@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bill Fenner Subject: Re: bin/16645: Inetd(8) internal ident won't work with multiple interfaces Reply-To: Bill Fenner Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/16645; it has been noted by GNATS. From: Bill Fenner To: venglin@lubi.freebsd.lublin.pl Cc: freebsd-gnats-submit@freebsd.org Subject: Re: bin/16645: Inetd(8) internal ident won't work with multiple interfaces Date: Thu, 10 Feb 2000 14:14:25 -0800 > Internal auth service won't work if source IP address of TCP > connection != target IP address of connection to ident server. This is how the ident protocol works. The IP addresses used for the ident connection are used as the IP addresses to combine with the ports being queried. See RFC 1413 for more information. | The information returned is that associated with the fully specified | TCP connection identified by , , | , , where and | are the local and foreign IP addresses of the | querying connection -- i.e., the TCP connection to the Identification | Protocol Server. Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message