Div | ||
---|---|---|
| ||
Admin Guide 1. Abiquo: DHCP |
...
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 outside of Abiquo.
How Abiquo uses DHCP
The connections in DHCP are as follows:
- When you deploy a virtual machine, Abiquo (Remotes Services) supplies the network settings for the new VM to the DHCP Server.
- When the new virtual machine 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
...
When configuring DHCP for a datacenter using the remote services, the possible DHCP configurations are as follows:
- DHCP Server only, for < 200 VLANs
- DHCP Server with DHCP Relay, for < 1000 VLANs
- DHCP Server with muliptle DHCP Relays, for > 1000 VLANs.
...
DHCP
...
Server
...
DHCP Server only
The DHCP Server listens to all the VLANs. Abiquo recommends that you use a separate DHCP Server (not the Remote Services DHCP Service) in this configuration.
DHCP Server with DHCP Relay
The DHCP relay server listens to all the VLANs and forwards the DHCP requests to the DHCP 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.
DHCP Server with multiple DHCP Relays
...