Skip to content

Instantly share code, notes, and snippets.

@rikka0w0
rikka0w0 / pxe_tftp_openwrt.md
Last active January 3, 2024 13:15
PXE on OpenWrt with a different TFTP server

In this configuration, DHCP will run on the OpenWrt Box, while the TFTP server (the one serves the boot files) runs on a different computer.

1. Add to /etc/config/dhcp on OpenWrt Box

config boot linux
        option filename 'pxelinux.0'
        option serveraddress '192.168.?.?'
        option servername '?'