Skip to content

Commit

Permalink
Opnsense correction
Browse files Browse the repository at this point in the history
Had to remove the TFTP bit in opnsense to get EFI booting.
  • Loading branch information
CHBMB authored and thelamer committed Nov 3, 2019
1 parent d798484 commit 364c25a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ To use this image you need an existing DHCP server where you can set this TFTP s

### Router Setup Examples

#### PFSense/OPNsense
#### PFSense
Services -> DHCP Server

Set both the option for "TFTP Server" and the options under the Advanced "Network Booting" section.
Expand All @@ -114,6 +114,16 @@ Set both the option for "TFTP Server" and the options under the Advanced "Networ
* UEFI 32 bit file name- `netboot.xyz.efi`
* UEFI 64 bit file name- `netboot.xyz.efi`

#### OPNsense
Services -> DHCP Server

Under the Advanced "Network Booting" section.
* check enable
* Next server- IP of docker host
* Default BIOS file name- `netboot.xyz.kpxe`
* UEFI 32 bit file name- `netboot.xyz.efi`
* UEFI 64 bit file name- `netboot.xyz.efi`

#### Unifi Security Gateway (with the controller)
Networks -> LAN (or the network you want to boot from) -> ADVANCED DHCP OPTIONS
* tick Enable network boot
Expand Down
12 changes: 11 additions & 1 deletion readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ app_setup_block: |
### Router Setup Examples
#### PFSense/OPNsense
#### PFSense
Services -> DHCP Server
Set both the option for "TFTP Server" and the options under the Advanced "Network Booting" section.
Expand All @@ -39,6 +39,16 @@ app_setup_block: |
* UEFI 32 bit file name- `netboot.xyz.efi`
* UEFI 64 bit file name- `netboot.xyz.efi`
#### OPNsense
Services -> DHCP Server
Under the Advanced "Network Booting" section.
* check enable
* Next server- IP of docker host
* Default BIOS file name- `netboot.xyz.kpxe`
* UEFI 32 bit file name- `netboot.xyz.efi`
* UEFI 64 bit file name- `netboot.xyz.efi`
#### Unifi Security Gateway (with the controller)
Networks -> LAN (or the network you want to boot from) -> ADVANCED DHCP OPTIONS
* tick Enable network boot
Expand Down

0 comments on commit 364c25a

Please sign in to comment.