Public Access
1
0

fix: update blog post

This commit is contained in:
2025-08-14 01:03:06 -04:00
parent 15517a5953
commit 790b37b699

View File

@@ -6,7 +6,7 @@ tags: "posts"
excerpt: "Stop configuring your new lab devices manually!" excerpt: "Stop configuring your new lab devices manually!"
--- ---
Most people know that DHCP (Dynamic Host Configuration Protocol) is a protocol used to dynamically allocate IP addresses. But did you know that it can be used to configure other host device settings? Network device vendors like Junip... *ermm*, HPE Networking... take advantage of DHCP to perform "Zero Touch Provisioning" and even perform software upgrades for out-of-the-box devices. Here I will show you how to use OPNSense with Dnsmasq DHCP to "auto-provision" your Junos devices. Most people know that DHCP (Dynamic Host Configuration Protocol) is a protocol used to dynamically allocate IP addresses. But did you know that it can be used to configure other host device settings? Network device vendors like Junip... *ermm*, HPE Networking... take advantage of DHCP to implement "Zero Touch Provisioning" and even perform software upgrades for out-of-the-box devices. Here I will show you how to use OPNSense with Dnsmasq DHCP to "auto-provision" your Junos devices.
## Requirements ## Requirements