Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
Info

The Abiquo DHCP server is already configured to listen to VLANs

Overview

This document will show you how to configure a DHCP server listening to multiple VLANs. However, Abiquo recommends that you use a DHCP relay server to provide VLAN configuration.

...

You need to install vconfig . This (this is used to create VLANs.), which is available in the EPEL repository:

Code Block
# yum install epel-release && yum makecache && yum clean all
# yum install vconfig
Create configuration scripts

...

Configure DHCP server
Startup Order
Note
Startup Order

Ensure that the vlans-config service always starts before the dhcpd service.

...