From owner-freebsd-net@FreeBSD.ORG Wed Oct 6 16:57:42 2010 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75B0D1065670 for ; Wed, 6 Oct 2010 16:57:42 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 089728FC0C for ; Wed, 6 Oct 2010 16:57:41 +0000 (UTC) Received: by ewy22 with SMTP id 22so3556404ewy.13 for ; Wed, 06 Oct 2010 09:57:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=Q9vKgeHOroVpihxCWGCHVDPz5KxNIX6w9QPJsfrCoeo=; b=FVraTm6YhNNNNWpktN9zjPhEOGVZ46fv/tuhNfFnervPu3WGYT9UZUV9XMKHR5XzyJ mWEsawZ8yVf8pIf59l29pkUt3YfbDd5izyKxBMsmhg12roy0GfV+raMYaFEvAVQ9rvRS zlEgmHrG1KHErF/gCKLHp/K2Lq0jJX1EykdUQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=iXm35Z2bQFGAAW6Yql6ON3pwvHmX87Bk1A38ZDOPTvgbxoLK76vrPRNtoueOFQXFkK /HhPk3rBzrgAG1bpDbeo3/bIbJaa7vb4MMYcJ16JJxME1KzOaf3/xXvijF2ilJgOoEBu tc+3XU2Q+T+4kMD97Wo5N1B8kvsOHG650/mnc= MIME-Version: 1.0 Received: by 10.213.114.15 with SMTP id c15mr851233ebq.40.1286382696283; Wed, 06 Oct 2010 09:31:36 -0700 (PDT) Received: by 10.213.105.208 with HTTP; Wed, 6 Oct 2010 09:31:36 -0700 (PDT) In-Reply-To: References: Date: Wed, 6 Oct 2010 12:31:36 -0400 Message-ID: From: Ryan Stone To: Miguel Arroz Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-net@freebsd.org Subject: Re: Cannot attribute both IPv4 and IPv6 to a VLAN interface X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Oct 2010 16:57:42 -0000 It seems to me that the mistake that you are making is that you are setting the vlan portion (e.g. vlan 18 vlandev em0) twice. The second time that the configuration is applied it fails. I believe that you want instead to put the following in rc.conf: ipv6_ifconfig_vlan18="xxx:xxx:xxx:460:: prefixlen 64" ipv6_ifconfig_vlan19="xxx:xxx:xxx:461:: prefixlen 64"