fix: updated blog post date
This commit is contained in:
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "Junos ZTP with Dnsmasq DHCP in OPNSense"
|
title: "Junos ZTP with Dnsmasq DHCP in OPNSense"
|
||||||
date: "2025-08-13"
|
date: "2025-08-14"
|
||||||
layout: "post.njk"
|
layout: "post.njk"
|
||||||
tags: "posts"
|
tags: "posts"
|
||||||
excerpt: "Stop configuring your new lab devices manually!"
|
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.
|
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.
|
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.
|
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
|
### Firewall rules
|
||||||
|
|
||||||
@@ -105,7 +105,7 @@ OPNSense will open up the port needed for DHCP but you will need to create your
|
|||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
In this case I am using my NAS to host the FTP server so my config looks like so:
|
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>
|
<br>
|
||||||
|
|
||||||
Be sure to apply the changes as needed!
|
Be sure to apply the changes as needed!
|
Reference in New Issue
Block a user