Hi there. I'm having trouble with setting up a PXE-server. Hopefully someone can help me with this.
I want the OpenWRT dhcp-server (192.168.77.3) to point a PXE-client to a boot file on a TFTP-server (192.168.77.11). I tried setting both options 66 and 67 in the LuCI webinterface:
PXE boot over IPv4
Station IP address is 192.168.77.21
Server IP address is 192.168.77.3
NBP filename is BOOTX64.EFI
NBP filesize is 0 bytes
PXE-E99 unexpected network error
Station IP & filename seem to be ok, but it doesn't get the correct TFTP-server address. It just gets the OpenWRT router IP.
Does anyone have an idea of what I'm doing wrong or how to fix it?
Ok, that is an assumption. I’ll see if I can use wireshark as you suggested.
Edit: Looks like it does send the correct server host name specified in option 66. Next server IP is 77.3 though. I understood that the Next server IP should be the TFTP server?
Am I missing something here?
Btw, thanks for pointing me to Wireshark, great software!