From owner-freebsd-questions Tue Jan 8 11: 5:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tomts8-srv.bellnexxia.net (tomts8.bellnexxia.net [209.226.175.52]) by hub.freebsd.org (Postfix) with ESMTP id 5B65037B767 for ; Tue, 8 Jan 2002 10:56:14 -0800 (PST) Received: from xena.gsicomp.on.ca ([199.243.128.21]) by tomts8-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20020108185541.ORWI16860.tomts8-srv.bellnexxia.net@xena.gsicomp.on.ca>; Tue, 8 Jan 2002 13:55:41 -0500 Received: from localhost (matt@localhost) by xena.gsicomp.on.ca (8.11.1/8.11.1) with ESMTP id g08Ijdk64028; Tue, 8 Jan 2002 13:45:39 -0500 (EST) (envelope-from matt@xena.gsicomp.on.ca) Date: Tue, 8 Jan 2002 13:45:38 -0500 (EST) From: Matthew Emmerton To: Lucas Bergman Cc: Jan Knepper , FreeBSD Questions Subject: Re: Detecting IP addresses on ONE system. In-Reply-To: <15419.15839.806253.869941@apu.five.sight> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG If you're on the same LAN as this system, arp will tell you the MAC address associated with each IP. If the MAC addresses are the same, then they IPs are on the same card (hence same system). -- Matthew Emmerton || matt@gsicomp.on.ca GSI Computer Services || http://www.gsicomp.on.ca On Tue, 8 Jan 2002, Lucas Bergman wrote: > > I wondered if there is a way to detect from the outside how many IP > > address assignments a system has. > > It's not really clear (to me) what you mean here. An answer to your > question might be: It is not possible, in general, to tell if two > given IP addresses are assigned to the same physical computer. > > > I've got an IP address 62.50.15.83 and would like to know the real > > whereabouts of the system. > > Doing a ``reverse'' DNS lookup and checking out the domain name might > give you a hint. There are (possibly) other clues, too; search the > web. > > Lucas > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message