From owner-freebsd-current@FreeBSD.ORG Thu Mar 27 15:09:40 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EF9D37B404 for ; Thu, 27 Mar 2003 15:09:40 -0800 (PST) Received: from thufir.bluecom.no (thufir.bluecom.no [217.118.32.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9622943F3F for ; Thu, 27 Mar 2003 15:09:39 -0800 (PST) (envelope-from erik@pentadon.com) Received: from erik (tromso-dhcp-234-169.bluecom.no [62.101.234.169]) by thufir.bluecom.no (Postfix) with ESMTP id 7EEAA50ECA7 for ; Fri, 28 Mar 2003 00:09:38 +0100 (CET) From: "Erik Paulsen Skålerud" To: Date: Fri, 28 Mar 2003 00:07:58 +0100 Message-ID: <007401c2f4b5$b527d660$0a00000a@yes.no> X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 In-Reply-To: <006d01c2f4ad$5d8768b0$0a00000a@yes.no> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal X-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,IN_REP_TO,QUOTED_EMAIL_TEXT,RCVD_IN_UNCONFIRMED_DSBL autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Subject: RE: Strange behaviour with host(1) SOLVED X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Mar 2003 23:09:41 -0000 The problem was bind9, even though I thought it was bugging before the install of it. The host(1) who comes with bind9 doesnt work the way that the one in base does. Crap :( Erik. > Hi, I'm trying to get host working properly with ipv6 on > 5.0-RELEASE-p6. > > Example: > > [erik@trinity]% uname -sr > -[~]-[11:06PM]- > FreeBSD 4.7-RELEASE-p1 > [erik@trinity]% host 6bone.net > -[~]-[11:06PM]- > 6bone.net has address 206.123.31.124 > 6bone.net has address 3ffe:b00:c18:1::10 > 6bone.net mail is handled (pri=10) by quark.isi.edu > 6bone.net mail is handled (pri=20) by darkstar.isi.edu > 6bone.net mail is handled (pri=0) by venera.isi.edu > > While, on my personal 5.0: > > -su-2.05b# uname -sr > FreeBSD 5.0-RELEASE-p6 > -su-2.05b# host 6bone.net > 6bone.net has address 206.123.31.124 > > > Why is this happening? I've tried to change nameservers, no > luck. Tried to install bind9-base, no luck. I'm basically out > of ideas. The server has IPV6 up and running. The only thing > that works is if I specify -t AAAA: > > -su-2.05b# host -t aaaa irc6.qeast.net > irc6.qeast.net has AAAA address 2001:510:0:13:: > > Erik.