kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
201de36aa6
commit
5f8df27ce4
|
@ -230,6 +230,15 @@ uci set dhcp.@dnsmasq[0].dhcp_boot=tag:efi64-2,netboot.xyz.efi,,YOURSERVERIP
|
||||||
uci commit
|
uci commit
|
||||||
/etc/init.d/dnsmasq restart
|
/etc/init.d/dnsmasq restart
|
||||||
```
|
```
|
||||||
|
#### Microsoft Server DHCP
|
||||||
|
|
||||||
|
* Run the DHCP program
|
||||||
|
* Under Scope/Scope Options
|
||||||
|
* check option 066 and enter the FQDN or IP of your TFTP boot server
|
||||||
|
* check option 067 and enter one of the following bootfile names:
|
||||||
|
* Default BIOS file name- netboot.xyz.kpxe
|
||||||
|
* UEFI 32 bit file name- netboot.xyz.efi
|
||||||
|
* UEFI 64 bit file name- netboot.xyz.efi
|
||||||
|
|
||||||
Anything else from a router standpoint is a crapshoot for supporting Dnsmasq options or proprietary PXE boot options, check Google for support (try your exact router model number with 'pxe boot') or look into setting up your own DHCP server in Linux.
|
Anything else from a router standpoint is a crapshoot for supporting Dnsmasq options or proprietary PXE boot options, check Google for support (try your exact router model number with 'pxe boot') or look into setting up your own DHCP server in Linux.
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue