...
...
Table of Contents |
---|
Introduction
Abiquo supports IPv6 networking for privatefor private, public, external and unmanaged IPv6 networks. It It supports any valid IPv6 address format (short or long) and the creation of IP addresses with most of the transitional IPv6 technologies: IPv4-mapped, IPv4-compatible, Teredo and ISATAP. This first version has limitations on the number of IPv6 NICs per virtual machine.
To use Abiquo and a DHCPv6 server to assign addresses, IPv6 will require one DHCPv6 server for each datacenter. The The DHCP and DHCPv6 servers may be running on the same machine. Cloud Cloud users will be able to work with IPv6 networks in the same way as IPv4 networks with addresses listed and selected through the user interface.
Full implementation diagram: ipv6.png
Abiquo supports two use cases of IPv6: "strict" networks that enforce EUIenforce EUI-64 IP address generation and manual address entry. See IPv6 use cases
Preparation for Abiquo IPv6
Router advertisement system for all networks
...
When you create a standard Abiquo datacenter, a DHCPv6 service is automatically added. Note that in strict networks the addresses assigned by the router advertisement system based on the MAC are predictable. So the address generated and displayed in Abiquo should be the same as the one allocated by the router advertisement system.
Change DHCP v6
You can change the DHCPv6 remote service to another server via the GUI or via the API. First delete the existing service, then use the GUI or an API request similar to the one below to add a new DHCPv6 server. Note that the remote service type is "DHCPv6".
...
Configure your templates so that your virtual machines will run the DHCPv6 client to retrieve the assigned IP address. Note that with a suitable configuration of the DUID of the virtual machine template, more than one NIC with an IPv6 address can be assigned to a Linux virtual machine. But only one NIC with an IPv6 address can be assigned to a Windows virtual machine.
If you are using a Windows template, configure the DUID in the registry. If If you are using a CentOS virtual machine template, remember to correctly configure SELinux and IP tables to ensure connectivity.
Create an IPv6 network using the UI
Go to the Public or External Networks tab of your datacenter or the Private networks tab of your virtual datacenter to create an IPv6 network.
See Manage Public NetworksFor more details, see Manage public networks, Manage External Networksexternal networks, Manage Unmanaged Networks Create unmanaged networks and Manage Private Networks for more informationnetworks.
Create an IPv6 network using the API
See Use the API to manage IPv6 networks
IPv6 technical notes
IPv6 functionality diagram
...
For functional reasons, the Abiquo DHCPv6 leases are non-standard under IPv6. Abiquo cannot guess the DUID of the virtual machine, so the leases are written using the MAC. There are differences in the Hardware Ethernet and Fixed Address values. A NIC is identified by the hardware ethernet field, which in Abiquo is the MAC address. For functional reasons, the fixed address in Abiquo is the IPv6 address represented as a series of 4 IPv4 addresses.
Limit of one IPv6 address in windows
Windows virtual machine templates can only receive one IP address through DHCPv6 because the virtual machines are identified by the MAC in the leases file.
More than one IPv6 address in Unix
Modify the template to dynamically generate a DUID using a predictable method of DUID is equal to MAC. This means the template must generate the DUID of the DHCPv6 client with the method "DUID Based on Link-layer Address [DUID-LL]", to enable the Unix virtual machines to receive more than one IP address through DHCPv6.