From owner-freebsd-net@FreeBSD.ORG Fri Apr 29 03:39:34 2005 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3283316A4CE for ; Fri, 29 Apr 2005 03:39:34 +0000 (GMT) Received: from silver.he.iki.fi (helenius.fi [193.64.42.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1924643D2F for ; Fri, 29 Apr 2005 03:39:33 +0000 (GMT) (envelope-from pete@he.iki.fi) Received: from [193.64.42.134] (h86.vuokselantie10.fi [193.64.42.134]) by silver.he.iki.fi (8.13.1/8.11.4) with ESMTP id j3T3dVdR092391 for ; Fri, 29 Apr 2005 06:39:31 +0300 (EEST) (envelope-from pete@he.iki.fi) Message-ID: <4271AC95.3080309@he.iki.fi> Date: Fri, 29 Apr 2005 06:40:05 +0300 From: Petri Helenius User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-net@freebsd.org References: <4270C6E7.4010701@he.iki.fi> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: ipv6 host part X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2005 03:39:34 -0000 JINMEI Tatuya / 神明達哉 wrote: >>>>>>On Thu, 28 Apr 2005 14:20:07 +0300, >>>>>>Petri Helenius said: >>>>>> >>>>>> > > > >>Is there a way to configure multiple IPv6 address aliases without >>knowing the prefix in advance and just specifying the lower 64 bits on >>the ifconfig_ lines on rc.conf? >> >> > >No. > >BTW: are you trying to configure multiple IPv6 addresses on a single >interface by specifying multiple interface IDs and getting prefix from >router advertisements? If so, it's inherently difficult, not even via >rc.conf, since the kernel implementation can have only one interface >ID for address autoconfiguration. > > > That is what I'm trying to do. The reason for that is to be able to support SSL/TLS virtual hosts. Pete