From owner-freebsd-questions@FreeBSD.ORG Fri Nov 14 13:30:29 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB5F316A4F7 for ; Fri, 14 Nov 2003 13:30:29 -0800 (PST) Received: from smtpout.mac.com (A17-250-248-84.apple.com [17.250.248.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFE6B43FA3 for ; Fri, 14 Nov 2003 13:30:26 -0800 (PST) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin07-en2 [10.13.10.152]) by smtpout.mac.com (8.12.6/MantshX 2.0) with ESMTP id hAELVMfX018137; Fri, 14 Nov 2003 13:31:23 -0800 (PST) Received: from [10.1.1.193] (dpvc-68-161-244-25.ny325.east.verizon.net [68.161.244.25]) (authenticated bits=0)hAELUPpa006413; Fri, 14 Nov 2003 13:30:26 -0800 (PST) In-Reply-To: <006801c3aaf5$9a851bf0$0701a8c0@darryl> References: <006801c3aaf5$9a851bf0$0701a8c0@darryl> Mime-Version: 1.0 (Apple Message framework v606) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Fri, 14 Nov 2003 16:30:24 -0500 To: darryl@osborne-ind.com X-Mailer: Apple Mail (2.606) cc: freebsd-questions@freebsd.org Subject: Re: DNS/Webhosting question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Nov 2003 21:30:29 -0000 On Nov 14, 2003, at 4:23 PM, Darryl Hoar wrote: > Greetings, > What tools exist in Freebsd to determine the primary dsn server for a > domain > ? nslookup and dig come to mind: 18-ns1% nslookup -type=ns freebsd.org. Server: localhost Address: 127.0.0.1 Non-authoritative answer: freebsd.org nameserver = ns0.freebsd.org freebsd.org nameserver = ns1.iafrica.com freebsd.org nameserver = ns1.downloadtech.com freebsd.org nameserver = ns2.downloadtech.com freebsd.org nameserver = ns2.iafrica.com > Also, is there a way to determine the company hosting a website ? whois with the IP address will give you the netblock owner, although traceroute might also be informative: 20-ns1% whois 216.136.204.117 Cable & Wireless SC5-3 (NET-216-136-128-0-1) 216.136.128.0 - 216.136.255.255 Yahoo EC20-2-YAHOO6 (NET-216-136-204-0-1) 216.136.204.0 - 216.136.204.255 -- -Chuck