From owner-freebsd-net@FreeBSD.ORG Wed Oct 6 17:04:36 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 B5A221065673 for ; Wed, 6 Oct 2010 17:04:36 +0000 (UTC) (envelope-from arroz@guiamac.com) Received: from relay01.pair.com (relay01.pair.com [209.68.5.15]) by mx1.freebsd.org (Postfix) with SMTP id 524078FC26 for ; Wed, 6 Oct 2010 17:04:36 +0000 (UTC) Received: (qmail 29382 invoked by uid 0); 6 Oct 2010 17:04:35 -0000 Received: from 193.136.153.51 (HELO ?10.5.24.253?) (193.136.153.51) by relay01.pair.com with SMTP; 6 Oct 2010 17:04:35 -0000 X-pair-Authenticated: 193.136.153.51 Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii From: Miguel Arroz In-Reply-To: Date: Wed, 6 Oct 2010 18:04:33 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: Ryan Stone X-Mailer: Apple Mail (2.1081) 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 17:04:36 -0000 Hi! You're right. :) I have the idea I had already tried that before and = it removed the IPv4 from the interface, but now it's working fine. = Thanks for the help! Regards, Miguel Arroz On 2010/10/06, at 17:31, Ryan Stone wrote: > 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: >=20 > ipv6_ifconfig_vlan18=3D"xxx:xxx:xxx:460:: prefixlen 64" > ipv6_ifconfig_vlan19=3D"xxx:xxx:xxx:461:: prefixlen 64" > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"