From owner-freebsd-questions@FreeBSD.ORG Mon Aug 28 20:05:37 2006 Return-Path: X-Original-To: freebsd-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 14E2E16A4FD for ; Mon, 28 Aug 2006 20:05:37 +0000 (UTC) (envelope-from gibblertron@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A46C43DA1 for ; Mon, 28 Aug 2006 20:05:27 +0000 (GMT) (envelope-from gibblertron@gmail.com) Received: by nf-out-0910.google.com with SMTP id n29so36561nfc for ; Mon, 28 Aug 2006 13:05:26 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=iPWOoPcqbzcsG6xFAqghWaYepKVsnWOhVjwBwGxadgUyAvPADcZIYIR3SslAMlHBxTx++axr5P5IBzyv4HvR6QGSSS4f95Joov4uvaunditRrxD2AvJp8guH+2XTrOVNqsTmxtFpAJEt/tMuNeERtuQde7Kt760WODASihk9bQw= Received: by 10.49.26.18 with SMTP id d18mr141988nfj; Mon, 28 Aug 2006 13:05:26 -0700 (PDT) Received: by 10.48.243.16 with HTTP; Mon, 28 Aug 2006 13:05:26 -0700 (PDT) Message-ID: Date: Mon, 28 Aug 2006 13:05:26 -0700 From: patrick To: "FreeBSD Questions Mailing List" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: localhost = ::1 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, 28 Aug 2006 20:05:37 -0000 I upgraded BIND on one of our DNS servers (running FreeBSD 4.x) to version 9, and now all of our other machines that use this server for DNS resolution is experiencing a problem where "localhost" seems to be resolving to "::1". For example, if I previously typed: telnet localhost 25 I would get: Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. ... But now, I get: Trying ::1... Which takes forever to timeout. In my /etc/hosts file, I have ::1 localhost 127.0.0.1 localhost We don't use IPV6 at all, and I do have the localhost.rev and localhost-v6.rev added into the new BIND 9 server. Does anyone have an idea of how I can get this to work the way it used to? Thanks, Patrick