diff --git a/src/blog/8.14.25.md b/src/blog/8.14.25.md index f4076d7..f29fb9a 100644 --- a/src/blog/8.14.25.md +++ b/src/blog/8.14.25.md @@ -11,12 +11,12 @@ Most people know that DHCP (Dynamic Host Configuration Protocol) is a protocol u ## Requirements -* An OPNSense device with Dnsmasq DHCP enabled[1] -* An understanding of OPNSense firewall rules[2] +* An OPNSense device with Dnsmasq DHCP enabled[[1]](#bottom) +* An understanding of OPNSense firewall rules[[2]](#bottom) * An (S)FTP server in your network reachable by the Junos devices * A Junos base configuration file saved on the (S)FTP server. * At least one zeroized Junos device -* A hex converter. [Link to the one I used here](https://www.rapidtables.com/convert/number/ascii-to-hex.html).[3] +* A hex converter. [Link to the one I used here](https://www.rapidtables.com/convert/number/ascii-to-hex.html).[[3]](#bottom) ## Junos Base Configuration @@ -81,7 +81,7 @@ This suboption is used by Junos devices to specify the file transfer protocol. T Once you've performed your conversions, combine them all like so: `01:09:69:6E:69:74:2E:63:6F:6E:66:03:03:66:74:70`. You should be good to move on to the next step. Unless... ### Go the extra mile -If you have physical Junos devices you can also perform a software upgrade using ZTP. Suboptions 0 or 4 can be used to specify a software image for upgrades. Use the same steps as above to convert the suboptions and combine them. More Junos ZTP [info here](https://www.juniper.net/documentation/us/en/software/junos/junos-install-upgrade/topics/topic-map/zero-touch-provision.html)[4]. +If you have physical Junos devices you can also perform a software upgrade using ZTP. Suboptions 0 or 4 can be used to specify a software image for upgrades. Use the same steps as above to convert the suboptions and combine them. More Junos ZTP [info here](https://www.juniper.net/documentation/us/en/software/junos/junos-install-upgrade/topics/topic-map/zero-touch-provision.html)[[4]](#bottom). --- @@ -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. -Option 150 +![Option 150 Settings](/assets/images/8.14.25/option150.png) 3. Click add again and now we add Option 43 like so. Use the hex value you calculated earlier here. -Option 43 +![Option 43 Settings](/assets/images/8.14.25/option43.png) ### Firewall rules @@ -105,7 +105,7 @@ OPNSense will open up the port needed for DHCP but you will need to create your

In this case I am using my NAS to host the FTP server so my config looks like so: -FTP Firewall Rule +![FTP Firewall Rule](/assets/images/8.14.25/firewallrule.png)
Be sure to apply the changes as needed! diff --git a/src/css/style.css b/src/css/style.css index cc141cc..f394537 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -104,7 +104,6 @@ article h4 { font-size: 1.0em; } article a { color: #60a5fa; text-decoration: none; - word-break: break-all; } article a:hover { text-decoration: underline; @@ -165,6 +164,5 @@ article ol { } article li { margin-bottom: 0.5rem; - overflow-wrap: break-word; word-break: break-all; } \ No newline at end of file