From owner-freebsd-questions@FreeBSD.ORG Fri Sep 26 16:51:48 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 52CAB106568A for ; Fri, 26 Sep 2008 16:51:48 +0000 (UTC) (envelope-from jos@webrz.net) Received: from webrz.xs4all.nl (webrz.xs4all.nl [82.95.248.216]) by mx1.freebsd.org (Postfix) with ESMTP id 1271D8FC1F for ; Fri, 26 Sep 2008 16:51:47 +0000 (UTC) (envelope-from jos@webrz.net) Received: from webrz.xs4all.nl (localhost.webrz.net [127.0.0.1]) by webrz.xs4all.nl (Postfix) with ESMTP id 982A6FD06B for ; Fri, 26 Sep 2008 18:52:06 +0200 (CEST) Received: from [10.10.10.27] (tethys.webrz.net [10.10.10.27]) by webrz.xs4all.nl (Postfix) with ESMTP id 6F029FD067 for ; Fri, 26 Sep 2008 18:52:06 +0200 (CEST) Message-ID: <48DD1322.8000002@webrz.net> Date: Fri, 26 Sep 2008 18:51:46 +0200 From: Jos Chrispijn User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AV-Checked: ClamAV using ClamSMTP @ prometheus.webrz.net Subject: Presenting 'host' command output 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: Fri, 26 Sep 2008 16:51:48 -0000 If I do this on my server1 (BSD 6.4 prerelease) server1# host dekiekendief.nl I get this, which is good: dekiekendief.nl has address 72.36.229.154 dekiekendief.nl mail is handled by 30 mail.dekiekendief.nl. If I do this on my server2 (BSD 7.0 stable) server2# host dekiekendief.nl I get this, which I think is not the right way to display: dekiekendief.nl has address 72.36.229.154 154.229.36.72.in-addr.arpa domain name pointer dekiekendief.nl. 154.229.36.72.in-addr.arpa domain name pointer dekiekendief.nl. Can someone tell me how I can alter server2 display to something similar to server1 display? thank you, Jos Chrispijn