From 790b37b699e482f4c3556770fc0c7b96bec87940 Mon Sep 17 00:00:00 2001 From: giteaadmin Date: Thu, 14 Aug 2025 01:03:06 -0400 Subject: [PATCH] fix: update blog post --- src/blog/8.14.25.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blog/8.14.25.md b/src/blog/8.14.25.md index 7264eb0..f4076d7 100644 --- a/src/blog/8.14.25.md +++ b/src/blog/8.14.25.md @@ -6,7 +6,7 @@ tags: "posts" 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