Public Access
1
0

fix: updated blog post date

This commit is contained in:
2025-08-13 23:13:00 -04:00
parent 1e93e45303
commit b4bd72d3cb
4 changed files with 4 additions and 4 deletions

View File

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

View File

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 35 KiB

View File

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

View File

@@ -1,6 +1,6 @@
---
title: "Junos ZTP with Dnsmasq DHCP in OPNSense"
date: "2025-08-13"
date: "2025-08-14"
layout: "post.njk"
tags: "posts"
excerpt: "Stop configuring your new lab devices manually!"
@@ -95,9 +95,9 @@ This guide assumes you have OPNSense in your network already handing out old bor
1. Navigate to the DHCP Options tab in OPNSense. In the 'Options' section click the plus to add a your first DHCP option.
2. Configure Option 150 like shown. Be sure to select the interface that your network devices are using and the IP of your FTP server.
<img src="/assets/images/8.13.25/option150.png" alt="Option 150">
<img src="/assets/images/8.14.25/option150.png" alt="Option 150">
3. Click add again and now we add Option 43 like so. Use the hex value you calculated earlier here.
<img src="/assets/images/8.13.25/option43.png" alt="Option 43">
<img src="/assets/images/8.14.25/option43.png" alt="Option 43">
### Firewall rules
@@ -105,7 +105,7 @@ OPNSense will open up the port needed for DHCP but you will need to create your
<br>
<br>
In this case I am using my NAS to host the FTP server so my config looks like so:
<img src="/assets/images/8.13.25/firewallrule.png" alt="FTP Firewall Rule">
<img src="/assets/images/8.14.25/firewallrule.png" alt="FTP Firewall Rule">
<br>
Be sure to apply the changes as needed!