Date: Wed, 6 Oct 2010 12:31:36 -0400 From: Ryan Stone <rysto32@gmail.com> To: Miguel Arroz <arroz@guiamac.com> Cc: freebsd-net@freebsd.org Subject: Re: Cannot attribute both IPv4 and IPv6 to a VLAN interface Message-ID: <AANLkTinCE9S2eSgXG=td41SrV3dRrbdj8WUqkDuTvSQN@mail.gmail.com> In-Reply-To: <CCAE3A86-A6CD-49DC-B8EC-A5CEA74E4E22@guiamac.com> References: <CCAE3A86-A6CD-49DC-B8EC-A5CEA74E4E22@guiamac.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTinCE9S2eSgXG=td41SrV3dRrbdj8WUqkDuTvSQN>