<div dir="ltr">Thanks for the reply Jens,<div><br></div><div>What configuration need to be done if I want to use SLAAC, should my ipv6 subnet need to be attached to router interface?</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jul 13, 2016 at 1:55 AM, Jens Rosenboom <span dir="ltr"><<a href="mailto:j.rosenboom@x-ion.de" target="_blank">j.rosenboom@x-ion.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">2016-07-12 20:55 GMT+02:00 suresh kumar <<a href="mailto:boilingbabu@gmail.com">boilingbabu@gmail.com</a>>:<br>
> Hi All,<br>
><br>
> I have created IPv6 vlan in neutron with DHCPv6 stateful option, when I<br>
> create instances with this ipv6 vlan dhcp is failing to assign the IP to<br>
> instances and it is assigning link local address<br>
><br>
> I am able to ping the GW with link local address but not the other instances<br>
> on same vlan<br>
><br>
> Is there any configuration need to be done in neutron to make this work? my<br>
> ipv6 vlan is rotatable so I didn't attached to any router interface inside<br>
> neutron.<br>
<br>
</span>Cirros does not yet support DHCPv6, see<br>
<a href="https://bugs.launchpad.net/cirros/+bug/1487041" rel="noreferrer" target="_blank">https://bugs.launchpad.net/cirros/+bug/1487041</a>.<br>
<br>
It also looks like other images will only do slaac by default, so you<br>
would have to explicitly setup an DHCPv6 client in your guest, e.g.<br>
for ubuntu-xenial do "sudo dhclient -6 ens3".<br>
</blockquote></div><br></div>