Date: Thu, 10 Feb 2000 14:20:03 -0800 (PST) From: Bill Fenner <fenner@research.att.com> To: freebsd-bugs@FreeBSD.org Subject: Re: bin/16645: Inetd(8) internal ident won't work with multiple interfaces Message-ID: <200002102220.OAA74313@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/16645; it has been noted by GNATS. From: Bill Fenner <fenner@research.att.com> 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 <server-address>, <client-address>, | <port-on-server>, <port-on-client>, where <server-address> and | <client-address> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200002102220.OAA74313>