From owner-freebsd-net@FreeBSD.ORG Tue Mar 26 14:44:30 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CAE5AF40 for ; Tue, 26 Mar 2013 14:44:30 +0000 (UTC) (envelope-from lars@netapp.com) Received: from mx12.netapp.com (mx12.netapp.com [216.240.18.77]) by mx1.freebsd.org (Postfix) with ESMTP id B22C3182 for ; Tue, 26 Mar 2013 14:44:30 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.84,911,1355126400"; d="scan'208";a="34151985" Received: from smtp1.corp.netapp.com ([10.57.156.124]) by mx12-out.netapp.com with ESMTP; 26 Mar 2013 07:44:30 -0700 Received: from vmwexceht01-prd.hq.netapp.com (vmwexceht01-prd.hq.netapp.com [10.106.76.239]) by smtp1.corp.netapp.com (8.13.1/8.13.1/NTAP-1.6) with ESMTP id r2QEiT54020051; Tue, 26 Mar 2013 07:44:30 -0700 (PDT) Received: from SACEXCMBX01-PRD.hq.netapp.com ([169.254.2.218]) by vmwexceht01-prd.hq.netapp.com ([10.106.76.239]) with mapi id 14.02.0342.003; Tue, 26 Mar 2013 07:44:29 -0700 From: "Eggert, Lars" To: "" Subject: Re: ntpd bind() failure: Can't assign requested address Thread-Topic: ntpd bind() failure: Can't assign requested address Thread-Index: AQHOKhlfqaQ0QJ92Tka+hesYV8gLMJi4a72AgAAKzYCAAAoaAIAAAVcA Date: Tue, 26 Mar 2013 14:44:28 +0000 Message-ID: <02416974-D249-4432-9CE6-6093CA9FCCD7@netapp.com> References: <1364308780.51602.YahooMailClassic@web31809.mail.mud.yahoo.com> In-Reply-To: <1364308780.51602.YahooMailClassic@web31809.mail.mud.yahoo.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.106.53.51] Content-Type: text/plain; charset="iso-8859-1" Content-ID: <28BF9C77ABABB0438C6C8AE37716BA2A@tahoe.netapp.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "freebsd-net@freebsd.org" , "schrodinger@konundrum.org" X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Mar 2013 14:44:30 -0000 Hi, On Mar 26, 2013, at 15:39, kit wrote: >=20 > try setting ipv6_activate_all_interfaces to yes I had that set all along. > and configuring the corresponding $ifconfig_IF_ipv6 in your rc.conf if yo= u haven't done so already Can't really do this, because dhclient needs to have finished so I can gene= rate IPv6 addresses based on the IPv4 address & MAC address of the interfac= es. (Yes, this is an ugly hack, but these are lab machines.) Lars=