From owner-freebsd-questions@FreeBSD.ORG Mon Sep 22 14:37:31 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C8A87DA3 for ; Mon, 22 Sep 2014 14:37:31 +0000 (UTC) Received: from oneyou.mcmli.com (oneyou.mcmli.com [IPv6:2001:470:1d:8da::100]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "oneyou.mcmli.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 94DCCFEE for ; Mon, 22 Sep 2014 14:37:31 +0000 (UTC) Received: from sentry.24cl.com (unknown [IPv6:2001:558:6017:a2:a860:3073:4c46:6ac9]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "sentry.24cl.com", Issuer "Mike's Certificate Authority" (verified OK)) by oneyou.mcmli.com (Postfix) with ESMTPS id 3j1pCD6knLz1DN4 for ; Mon, 22 Sep 2014 10:37:28 -0400 (EDT) Received: from BigBloat (bigbloat.24cl.home [10.20.1.4]) by sentry.24cl.com (Postfix) with ESMTP id 3j1pCC3TGbz1C0L for ; Mon, 22 Sep 2014 10:37:27 -0400 (EDT) Message-ID: <201409221037260513.00976663@smtp.24cl.home> In-Reply-To: References: <201409211128090648.007BD3E4@smtp.24cl.home> X-Mailer: Courier 3.50.00.09.1098 (http://www.rosecitysoftware.com) (P) Date: Mon, 22 Sep 2014 10:37:26 -0400 From: "Mike." To: "FreeBSD Questions" Subject: Re: rtadvd.conf with multiple addresses -> getconfig errors Content-Type: text/plain; charset="us-ascii" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Sep 2014 14:37:31 -0000 On 9/22/2014 at 2:16 PM krad wrote: |shouldnt it be more like? | |em1:\ |:addrs#1:addr="2001:xxx:xxx:xxx::":prefixlen#64:tc=ether::rdnss="2001 :xxx: |xxx:xxx::100" :addrs#2:addr="2001:xxx:xxx:xxx |::":prefixlen#64:tc=ether::rdnss="2001:xxx:xxx:xxx::100" | Thanks for the suggestion. Unfortunately, while there was no error message in the log, that syntax did not give me two working prefix advertisements. When I run rtadvctl, only one of the two prefixes is shown as being advertised. I did find this old message thread: http://lists.freebsd.org/pipermail/freebsd-net/2012-February/031526.ht ml which suggests yet another syntax. I tried the syntax in that message thread, and it advertised the two prefixes, but I still see the getconfig error message in the log. So I'm back where I started.