From owner-freebsd-questions@FreeBSD.ORG Mon Sep 22 15:01:16 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3F3AFA62 for ; Mon, 22 Sep 2014 15:01:16 +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 09EF6645 for ; Mon, 22 Sep 2014 15:01:16 +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 3j1pkg04hQz1DR9 for ; Mon, 22 Sep 2014 11:01:15 -0400 (EDT) Received: from BigBloat (bigbloat.24cl.home [10.20.1.4]) by sentry.24cl.com (Postfix) with ESMTP id 3j1pkf0lQjz1C1w for ; Mon, 22 Sep 2014 11:01:14 -0400 (EDT) Message-ID: <201409221101130146.00AD2B28@smtp.24cl.home> In-Reply-To: References: <201409211128090648.007BD3E4@smtp.24cl.home> <201409221037260513.00976663@smtp.24cl.home> X-Mailer: Courier 3.50.00.09.1098 (http://www.rosecitysoftware.com) (P) Date: Mon, 22 Sep 2014 11:01:13 -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 15:01:16 -0000 On 9/22/2014 at 3:43 PM krad wrote: |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. | If it comes to that, I'll live with the log entries for the getconfig errors. :) Everything is working (and has been working for nearly a year), in spite of those errors. I was just wondering if the errors could be eliminated. Thanks again for your follow-ups.