Files
fileserver/ipxe/openwrt-tftp-boot
2024-04-11 11:01:35 -05:00

26 lines
656 B
Plaintext
Executable File

config dnsmasq
option enable_tftp '1'
option tftp_root '/srv/tftp'
config match
option networkid 'bios'
option match '60,PXEClient:Arch:00000'
config match
option networkid 'efi64'
option match '60,PXEClient:Arch:00009'
config match
option networkid 'efi64'
option match '60,PXEClient:Arch:00007'
config boot
option filename 'tag:bios,tag:!ipxe,ipxe.kpxe'
option serveraddress '192.168.1.1'
option servername 'router'
config boot
option filename 'tag:efi64,tag:!ipxe,ipxe.efi'
option serveraddress '192.168.1.1'
option servername 'router'