From owner-freebsd-current Tue Feb 29 13:52:45 2000 Delivered-To: freebsd-current@freebsd.org Received: from xkis.kis.ru (xkis.kis.ru [195.98.32.200]) by hub.freebsd.org (Postfix) with ESMTP id 84F1937BBA5 for ; Tue, 29 Feb 2000 13:52:37 -0800 (PST) (envelope-from dv@dv.ru) Received: from localhost (dv@localhost) by xkis.kis.ru (8.9.3/8.9.3) with SMTP id AAA19006 for ; Wed, 1 Mar 2000 00:52:34 +0300 (MSK) Date: Wed, 1 Mar 2000 00:52:34 +0300 (MSK) From: Dmitry Valdov X-Sender: dv@xkis.kis.ru To: current@freebsd.org Subject: is inet6 preffered when resolving names? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! Is it right behavior to try IPv6 address first? work# telnet localhost Trying ::1... telnet: connect to address ::1: Connection refused Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. [...] Only solution for it is to comment out in /etc/hosts: ::1 localhost localhost.my.domain myname.my.domain I've tried to switch 127.0.0.1 and ::1 is /etc/hosts but there was no effect. Dmitry. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message