From owner-freebsd-questions@FreeBSD.ORG Mon Oct 23 20:07:52 2006 Return-Path: X-Original-To: questions@freebsd.org 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 C9E3816A417 for ; Mon, 23 Oct 2006 20:07:52 +0000 (UTC) (envelope-from fbsdlists@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id A234043D9F for ; Mon, 23 Oct 2006 20:07:34 +0000 (GMT) (envelope-from fbsdlists@gmail.com) Received: by nf-out-0910.google.com with SMTP id p77so2640151nfc for ; Mon, 23 Oct 2006 13:07:33 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Btn4cWNVhBPJ3iB7b0J4fgsqjyx6bjst6PoLe4Ns26IoqeCSIsHFNaz2VPMBQu1PJmdHZh6NopvoRZ7J354rft5mksBlzAt7Fr32n38PPD5hR2Adh5o7LkAhe5hPf6MJt9ZivX2Y+pIIDSXWy3adDLfMGsgyLZMtcwmHFW3Gv/o= Received: by 10.48.220.15 with SMTP id s15mr15191332nfg; Mon, 23 Oct 2006 13:07:33 -0700 (PDT) Received: by 10.48.212.6 with HTTP; Mon, 23 Oct 2006 13:07:31 -0700 (PDT) Message-ID: <54db43990610231307j47a54cd9qbbb27a3451d32bad@mail.gmail.com> Date: Mon, 23 Oct 2006 16:07:31 -0400 From: "Bob Johnson" To: "Evren Yurtesen" In-Reply-To: <453D191B.4000003@ispro.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <453D191B.4000003@ispro.net> Cc: questions@freebsd.org Subject: Re: whois weirdness... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Oct 2006 20:07:52 -0000 The BSD whois command doesn't seem to get along well with the Verisign whois server. You get back every domain that includes MICROSOFT.COM in it, e.g. MICROSOFT.COM.FILLS.ME.WITH.BELLIGERENCE.NET, even if you attempt to specify the unique name with something like whois "=MICROSOFT.COM" A workaround is to use the above form of the command to get a list of whois servers for each of the listed domains, and then query the correct server for the one you are interested in, e.g.: whois -h whois.opensrs.net microsoft.com If that doesn't describe your situation, post an example of the response you get. - Bob On 10/23/06, Evren Yurtesen wrote: > Hello, > > When I do whois from my FreeBSD 6-stable boxes I am receiving funny answers. > > For example when I do whois microsoft.com I get totally unrelated data. > However > whois works just as expected from some linux boxes I tried. > > Can anybody explain why this is happening? > > Thanks, > Evren > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >