Div | ||
---|---|---|
| ||
Admin Guide 1. Abiquo: DHCP |
Div | ||
---|---|---|
| ||
|
...
Table of Contents |
---|
...
Info |
---|
This page describes the Abiquo DHCP configuration that uses a DHCP server with OMAPI.
|
For Abiquo private, external and public networks, Abiquo the platform can manage their the corresponding VLANs with an ISC DHCP server.
Abiquo recommends one DHCP server per physical datacenter, registered in remote services. For these networks you can use a Remote services DHCP server supplied with Abiquo or other compatible server. . When you configure the datacenter, add the DHCP service to Abiquo.
If you have many virtual networks, you might need a separate relay server to manage VLANs for the DHCP server.
...
For unmanaged networks only, you do not need to configure a DHCP server
...
and you must provide the network addresses to the
...
VMs outside of Abiquo.
...
How Abiquo uses DHCP
Abiquo standard VLAN management has the following features:
Virtual networks as separate VLANs
The Cloud Administrator defines VLAN tag pools in Abiquo when creating the racks
External and public networks are created in the infrastructure and defined in Abiquo later
Private networks will be defined by Abiquo from the VLAN tag pools of the racks
The connections in DHCP are as follows:
When you deploy a
...
VM, Abiquo (Remotes Services) supplies the network settings for the new VM to the DHCP Server.
When the new
...
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
...
VM over the same VLAN
DHCP Configurations
When configuring DHCP for a datacenter using the remote services, the possible DHCP configurations are:
- DHCP Server only for < 200 VLANs
- DHCP Server with DHCP Relay for < 1000 VLANs
- DHCP Server with muliptle DHCP Relays for > 1000 VLANs.
Abiquo recommends that you use a separate machine for VLAN support, not the DHCP Server included with the Remote Services. Remember to enter the DHCP Server address in the Remote Services for your physical datacenter in the Abiquo GUI. If you are using a DHCP Relay Server, do not configure support for VLANs on the DHCP Server. If you need to add more VLANs to this configuration, you can add more relay servers at a later date.
DHCP Server
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 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 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.
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 Server ( or DHCP Server if no relays are used) must be able to listen to VLANs. So it must be a separate physical machine or a virtual machine on a hypervisor with VLAN support, such as VMware ESXi (see How to configure an ESXi host to support VLAN tagging) or RedHat KVM. You can ) must have one interface with IP in the VLAN that will identify the VLAN in the DHCP Server.
To configure a single DHCP server with VLAN support, see Configuring a DHCP server .
To install a DHCP Relay server with the Abiquo OVA install - appliances see Automatically Configuring One DHCP Relay Serverconfiguring one DHCP relay server .
These configurations are designed for multiple VLAN networks, which by definition have separate VLAN tags and isolate DHCP broadcasts. The server managing VLANs (DHCP Relay or DHCP Server) must have one VNIC or NIC with an IP address for each VLAN that will identify the VLAN to the DHCP Server. The DHCP Server and VM communicate through broadcasts, which are also relayed, until the IP address of the VM is set, so there is no specific requirement for the IP address of the VNIC or NIC. However, it is recommended that the IP address range used for the VNICs or NICs is not part of any other networks. For example, you could use the upper range of the management network. If you have complex requirements, you may need to adapt these configurations.
If you need to use multiple relay servers, see Manually Configuring Multiple DHCP Relay Serversconfiguring multiple DHCP relay servers .