This repository was archived by the owner on Jul 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ To use this image you need an existing DHCP server where you can set this TFTP s
104104
105105### Router Setup Examples
106106
107- #### PFSense/OPNsense
107+ #### PFSense
108108Services -> DHCP Server
109109
110110Set both the option for "TFTP Server" and the options under the Advanced "Network Booting" section.
@@ -114,6 +114,16 @@ Set both the option for "TFTP Server" and the options under the Advanced "Networ
114114* UEFI 32 bit file name- ` netboot.xyz.efi `
115115* UEFI 64 bit file name- ` netboot.xyz.efi `
116116
117+ #### OPNsense
118+ Services -> DHCP Server
119+
120+ Under the Advanced "Network Booting" section.
121+ * check enable
122+ * Next server- IP of docker host
123+ * Default BIOS file name- ` netboot.xyz.kpxe `
124+ * UEFI 32 bit file name- ` netboot.xyz.efi `
125+ * UEFI 64 bit file name- ` netboot.xyz.efi `
126+
117127#### Unifi Security Gateway (with the controller)
118128Networks -> LAN (or the network you want to boot from) -> ADVANCED DHCP OPTIONS
119129* tick Enable network boot
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ app_setup_block: |
2929
3030 ### Router Setup Examples
3131
32- #### PFSense/OPNsense
32+ #### PFSense
3333 Services -> DHCP Server
3434
3535 Set both the option for "TFTP Server" and the options under the Advanced "Network Booting" section.
@@ -39,6 +39,16 @@ app_setup_block: |
3939 * UEFI 32 bit file name- `netboot.xyz.efi`
4040 * UEFI 64 bit file name- `netboot.xyz.efi`
4141
42+ #### OPNsense
43+ Services -> DHCP Server
44+
45+ Under the Advanced "Network Booting" section.
46+ * check enable
47+ * Next server- IP of docker host
48+ * Default BIOS file name- `netboot.xyz.kpxe`
49+ * UEFI 32 bit file name- `netboot.xyz.efi`
50+ * UEFI 64 bit file name- `netboot.xyz.efi`
51+
4252 #### Unifi Security Gateway (with the controller)
4353 Networks -> LAN (or the network you want to boot from) -> ADVANCED DHCP OPTIONS
4454 * tick Enable network boot
You can’t perform that action at this time.
0 commit comments