...
For Abiquo private, external and public networks, the platform can manage their corresponding VLANs with an ISC DHCP server. Abiquo recommends one DHCP server per physical datacenter. Add the DHCP service to Abiquo when creating or editing a datacenter. You can use the Remote Services DHCP server supplied with Abiquo or another compatible server. If you have many virtual networks, you might need a separate relay server to manage VLANs for the DHCP server. For unmanaged networks, you do not need to configure a DHCP server and you must provide the network addresses to the virtual machines VMs outside of Abiquo.
...
How Abiquo uses DHCP
Abiquo standard VLAN management has the following features:
...
The connections in DHCP are as follows:
- When you deploy a virtual machineVM, Abiquo (Remotes Services) supplies the network settings for the new VM to the DHCP Server.
- When the new virtual machine VM powers on, it broadcasts a DHCP request for network configuration.
- The hypervisor passes the DHCP request through a VLAN to the DHCP server.
- The DHCP server broadcasts a lease with the network configuration for the virtual machine over the same VLAN
Expand | ||
---|---|---|
| ||
...
When configuring the DHCP infrastructure, there are several choices depending on the number of VLANs in the environment:.
...
DHCP server only, for < 200 VLANs.
The Server listens to all VLANs. We recommend using a dedicated DHCP Server for this configuration.
Expand | ||
---|---|---|
| ||
...
DHCP server with DHCP relay, for < 1000 VLANs.
The relay server listens on all the VLANs and forwards the DHCP requests to the Server.
In this configuration you can use the DHCP server on the Remote Services server. Do not configure support for VLANs on the DHCP Server.
Expand | ||
---|---|---|
| ||
|
...
DHCP server with multiple DHCP relays, for > 1000 VLANs
...
Multiple DHCP relay servers allow you to create large networks in a hierarchical forwarding structure.
Expand | ||
---|---|---|
| ||
...
DHCP configuration notes
The server managing a VLAN (DHCP Relay or DHCP Server) must have one interface with IP in the VLAN that will identify the VLAN in the DHCP Server.
...
If you need to use multiple relay servers, see Manually configuring multiple DHCP relay servers.