Last active
August 31, 2018 07:53
-
-
Save mindjiver/7457278 to your computer and use it in GitHub Desktop.
CloudStack MAC address scheme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You can operate an external-to-CloudStack DHCP server by filtering the MAC addresses that | |
CloudStack generates for VMs. CloudStack uses the following logic to assign MAC addresses. | |
06:<zone-id>:<random>:<random>:<random>:<random> | |
Configuring your external DHCP server to ignore MAC addresses that begin with 06: should | |
permit you to allow a non-CloudStack DHCP server. Please note that you'll also need to | |
exclude your private and public ranges from the IP address range that your external DHCP | |
server hands out. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is deprecated