From owner-freebsd-questions@freebsd.org Fri Aug 5 14:38:54 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C214CBB0F07 for ; Fri, 5 Aug 2016 14:38:54 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9A5091F7B for ; Fri, 5 Aug 2016 14:38:54 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 3736420283 for ; Fri, 5 Aug 2016 10:38:53 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute6.internal (MEProxy); Fri, 05 Aug 2016 10:38:53 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=zyxst.net; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=xJnaHEWUaYAS1amlJHFcRAwxxmg=; b=RRERpQ LkbEamnRSjavEPBBFGiWF4cejEG0+YD2oNjkCxhwQ4W+kcRvMcsaqG+kpFg6YyiS JgtK5h1ejM36CKla+c4nhuomDB7P8IalEtXiuX4x4i5Z2JCTlZDHt8gY9msVTHs7 6j+vg9j22LcNhnwl3yzHrKrtlewE7lLE45fKc= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=xJnaHEWUaYAS1am lJHFcRAwxxmg=; b=sVaDm9dJ9pEosWdazc+X0Bex11twwnyVzNa4nK3+jJnde0A wrjdiLJ1mGP3eUT37BClivhRs/17Id4JT3YtTsvJY2vCWBBszd38NoCX9VSp9CED tuvTSmv/yApA6z8ID+AI8WorWMsRWcBKN6iZxkLW0KcCtQE7R8cmz1kmB8R8= X-Sasl-enc: s+Tue/0FGm13AsiHLA2QjBZrwcaofbAfHchxfEGQvoIG 1470407932 Received: from pumpkin.growveg.org (potato.growveg.org [82.70.91.102]) by mail.messagingengine.com (Postfix) with ESMTPA id BF7E1CCD84 for ; Fri, 5 Aug 2016 10:38:52 -0400 (EDT) Subject: Re: IPv6 query To: freebsd-questions@freebsd.org References: <6405536d-52d3-d262-b6ee-904083e7c30a@FreeBSD.org> From: tech-lists Message-ID: Date: Fri, 5 Aug 2016 15:38:52 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <6405536d-52d3-d262-b6ee-904083e7c30a@FreeBSD.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2016 14:38:54 -0000 On 05/08/2016 15:03, Matthew Seaman wrote: > Sure. The IPv4 and IPv6 configuration bits in /etc/rc.conf are pretty > independent. Having something like: > > ifconfig_em0="inet 192.0.2.1/24" > > and > > ifconfig_em0_ipv6="inet6 accept_rtadv" > > shouldn't be a problem at all. > > (assuming by 'dynamic' you mean SLAAC. DHCP6 is left as an excercise > for the reader.) xlnt, that's how I had it. I think it maybe either router or ISP failure for now, thanks for your help -- J.