fix: update word wrapping styles for links and list items
This commit is contained in:
@@ -11,12 +11,12 @@ Most people know that DHCP (Dynamic Host Configuration Protocol) is a protocol u
|
|||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
* An OPNSense device with Dnsmasq DHCP enabled<sup><a href="#bottom">[1]</a></sup>
|
* An OPNSense device with Dnsmasq DHCP enabled<sup>[[1]](#bottom)</sup>
|
||||||
* An understanding of OPNSense firewall rules<sup><a href="#bottom">[2]</a></sup>
|
* An understanding of OPNSense firewall rules<sup>[[2]](#bottom)</sup>
|
||||||
* An (S)FTP server in your network reachable by the Junos devices
|
* An (S)FTP server in your network reachable by the Junos devices
|
||||||
* A Junos base configuration file saved on the (S)FTP server.
|
* A Junos base configuration file saved on the (S)FTP server.
|
||||||
* At least one zeroized Junos device
|
* 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).<sup><a href="#bottom">[3]</a></sup>
|
* A hex converter. [Link to the one I used here](https://www.rapidtables.com/convert/number/ascii-to-hex.html).<sup>[[3]](#bottom)</sup>
|
||||||
|
|
||||||
|
|
||||||
## Junos Base Configuration
|
## 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...
|
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
|
### 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)<sup><a href="#bottom">[4]</a></sup>.
|
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)<sup>[[4]](#bottom)</sup>.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -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.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.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.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!
|
||||||
|
@@ -104,7 +104,6 @@ article h4 { font-size: 1.0em; }
|
|||||||
article a {
|
article a {
|
||||||
color: #60a5fa;
|
color: #60a5fa;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
word-break: break-all;
|
|
||||||
}
|
}
|
||||||
article a:hover {
|
article a:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
@@ -165,6 +164,5 @@ article ol {
|
|||||||
}
|
}
|
||||||
article li {
|
article li {
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
overflow-wrap: break-word;
|
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
}
|
}
|
Reference in New Issue
Block a user