Table of Contents |
---|
...
Abiquo supports two use cases of IPv6: "strict" networks that enforce 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 networks in Abiquo, you must configure the networks in your router advertisement system. For unmanaged networks, you would usually configure your virtual machines to receive their IP addresses from this system.
In effect, with strict networks where the allocation of EUI64 addresses is enforced, the addresses that will be 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. This means that the DHCP is not necessary for strict networks.
DHCP v6
...
service
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.
...
Expand | ||
---|---|---|
| ||
|
Configure VM
...
templates to
...
use DHCPv6
Under IPv6, configure your virtual machine templates to use DHCPv6. First delete any existing DUID information from the templates as you would any other network or VM-specific information.
...
If you are using a Windows template, configure the DUID in the registry. 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 Networks, Manage External Networks, Manage Unmanaged Networks and Manage Private Networks for more information.
Create an IPv6
...
network using the API
See Use the API to Manage manage IPv6 Networksnetworks
IPv6
...
technical notes
IPv6
...
functionality diagram
For a full Abiquo IPv6 functionality diagram see ipv6.png (use open in new window or tab to view with enlargement). Note that although the diagram shows that the unmanaged network details are written to the leases file on the DHCPv6 server if it is available, the DHCPv6 server is not required for unmanaged networks.
ULA
...
private networks
An Abiquo private network uses a ULA (Unique Local Address) network. This is a pseudo-random address created from local MAC and time (NTP). This network can be configured with subnet masks of /48, /56, and /64. It is assumed to be unique. See http://tools.ietf.org/html/rfc4193.
Unmanaged
...
networks in IPv6
When you deploy a virtual machine in an unmanaged network, Abiquo generates an IP for the virtual machine. These IPs are registered in the Abiquo database and the DHCPv6 server as assigned to the virtual machine. However, Abiquo does not actually assign the IPs to the virtual machine. The IPs generated in this manner should be the same as the actual IPs obtained by the machines, because they are EUI64 IPs, based on the same network prefix and MAC address. This process enables Abiquo to display the IPs of virtual machines on unmanaged networks in the Abiquo GUI.
Limitation on
...
number of IP
...
addresses received via DHCP
Non-standard DHCPv6
...
leases
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.