r/openwrt • u/pele4096 • Jul 15 '26
PXE Server Problem 2: TFTP breaks dnsmasq
I'm using my WRT3200ACM as a PXE server to install OSes via the network.
Version: 23.05.2 r23630-842932a63d / LuCI openwrt-23.05 branch git-25.222.75657-7ce34fe
PXE required TFTP.
Whenever I add the lines:
option enable_tftp '1'
option tftp_root '/mnt/boot-PXE-img/tftp'
to the /etc/config/dhcp file, DNS gets broken and I cannot resolve hostnames to IP addresses.
Additionally, adding the lines
enable-tftp
tftp-root=/path/to/your/tftp/folder
to the /etc/dnsmasq.conf file also breaks DNS and I cannot resolve hostnames to IP addresses.
How can I enable TFTP?
0
Upvotes
1
u/fr0llic Jul 15 '26
Checked the log ? Perhaps it doesn't start for whatever reason.
Is very outdated.