From owner-freebsd-net@FreeBSD.ORG Fri Mar 4 19:14:43 2005 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30F3316A4CE for ; Fri, 4 Mar 2005 19:14:43 +0000 (GMT) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3F8343D3F for ; Fri, 4 Mar 2005 19:14:42 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin08-en2 [10.13.10.153]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id j24JEg3d004443; Fri, 4 Mar 2005 11:14:42 -0800 (PST) Received: from [10.1.1.245] (nfw1.codefab.com [199.103.21.225]) (authenticated bits=0) by mac.com (Xserve/smtpin08/MantshX 4.0) with ESMTP id j24JEfeY012019; Fri, 4 Mar 2005 11:14:42 -0800 (PST) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <2243aaef81a7f3699d6ec84583498e4a@mac.com> Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Fri, 4 Mar 2005 14:14:40 -0500 To: "Sheh, Peter" X-Mailer: Apple Mail (2.619.2) cc: freebsd-net@freebsd.org Subject: Re: DNS question ??? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Mar 2005 19:14:43 -0000 On Mar 4, 2005, at 2:02 PM, Sheh, Peter wrote: [ ...crossposting trimmed... ] > Hope someone can help me with this question: > "What does DNS do when the same hostname is reported from multiple > systems with different IP addresses? " The DNS returns the same hostname for each of the IPs which have a PTR record listing that hostname. -- -Chuck