Date: Wed, 1 Mar 2000 00:52:34 +0300 (MSK) From: Dmitry Valdov <dv@dv.ru> To: current@freebsd.org Subject: is inet6 preffered when resolving names? Message-ID: <Pine.BSF.3.95q.1000301004538.17951A-100000@xkis.kis.ru>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95q.1000301004538.17951A-100000>