Forum Discussion
Azure Stack HCI & local DHCP
Hi WouterCoppens,
It's possible to run a virtual machine on Azure Stack HCI that has the DHCP role. Just like with VMware or any other hypervisor platform, it abstracts the hardware to virtual machines and they can run any role you (normally) want.
There are no specific best practices for DHCP running on top of Azure Stack HCI, the regular best practices apply for DHCP servers such as scoping and security. If you migrate the current DHCP server to Azure Stack HCI, the functionality would stay the same and it probably works out-of-the-box. Assuming it stays in the same logical networks etc.
Hope this helps.
Groet,
--
Darryl van der Peijl
Splitbrain
- CC_IT2_0Oct 19, 2023Copper ContributorGood afternoon all,
How do you reconcile this with the fact that setting up a DHCP server within Azure is not supported:
https://learn.microsoft.com/en-us/azure/virtual-network/virtual-networks-faq#what-protocols-can-i-use-within-vnets
Azure Stack HCI does not follow these same rules?
Have you already set up a DHCP server this way?
Thanks in advance for your insights.
Kind regards,
Chris.- Oct 19, 2023
CC_IT2_0
Hi Chris,
That is correct, Azure Stack HCI does not follow the same rules and it's positioned in your own network.
Within the Microsoft Azure virtual networks, the platform needs to control the assignment of IP addresses, hence not supported to run any DHCP service there.
--
Darryl van der Peijl
Splitbrain- CC_IT2_0Oct 19, 2023Copper Contributor
Ah that's very cool.
Would you happen to have an article available on how to set that up?
If not, I'll dive into Microsoft Learn deeper.
Thanks!