From owner-freebsd-questions@FreeBSD.ORG Mon Sep 22 14:43:38 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 31545327 for ; Mon, 22 Sep 2014 14:43:38 +0000 (UTC) Received: from mail-yk0-x22e.google.com (mail-yk0-x22e.google.com [IPv6:2607:f8b0:4002:c07::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E7B551AE for ; Mon, 22 Sep 2014 14:43:37 +0000 (UTC) Received: by mail-yk0-f174.google.com with SMTP id q9so716051ykb.33 for ; Mon, 22 Sep 2014 07:43:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=h8pzyBS5QOcORBc7oDwx1XXheg5zBehz6fg5jW6DDV8=; b=s4prIoFqEru+8b6iB5jSZDZvxsXEuQt5bjEx1muhApAzkirjWOZuxGo/y3o/ArX2bi tZzKlLrk1hTnkTCRr10NnkiJ4h2j2d1UM/9suFq6SEH7pMY2rlJpH7mA5AqW8xLhb9l9 uF94CFQ1SyeNbvePccpxChwAS6Ee/eZli0ANS4N7SXdnMsJ5v+55V/NlXpWNDXbcpPYj fA7xwcIKFNOt1WNOvBDTXib7werMBTWnOmWxjD4BN8oZhiEcKBVl8EhN0nAcvpjPNaZz 6qMQQmKQuc8G0jc1Id9gOBNuHJymakENOYPCY98eX6lQyu9V7E+wet60TBpBYWtmqGlT hFPw== MIME-Version: 1.0 X-Received: by 10.236.4.135 with SMTP id 7mr521347yhj.131.1411397017101; Mon, 22 Sep 2014 07:43:37 -0700 (PDT) Received: by 10.170.156.139 with HTTP; Mon, 22 Sep 2014 07:43:37 -0700 (PDT) In-Reply-To: <201409221037260513.00976663@smtp.24cl.home> References: <201409211128090648.007BD3E4@smtp.24cl.home> <201409221037260513.00976663@smtp.24cl.home> Date: Mon, 22 Sep 2014 15:43:37 +0100 Message-ID: Subject: Re: rtadvd.conf with multiple addresses -> getconfig errors From: krad To: "Mike." Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: FreeBSD Questions 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:43:38 -0000 at worst case could you not fudge it by creating a tap interface and adding that the config with the 2nd address, then bridge that interface onto your physical nic? Ugly I know but it may get you out of a pickle if you are pushed. On 22 September 2014 15:37, Mike. wrote: > > > 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. > > > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" >