iPXE discussion forum

Full Version: "Magic Packet" to wake server
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can iPXE be configured to send a "Magic Packet" to a server configured for Wake-from-LAN before attempting the download?
There is no support for sending Magic packets in iPXE

It probably isn't very hard to implement but you would need to give it the mac address and a known network segment to send on.

so something like
Code:
wol xx:xx:xx:xx:xx:xx net0

but it would also be good if net0 could be replaced with network such as 192.168.1.255
Thanks.

Seems a shame though. Although perhaps unusual, I'd have thought it certainly not an obscure requirement.
(2017-06-07 16:02)altis Wrote: [ -> ]Seems a shame though. Although perhaps unusual, I'd have thought it certainly not an obscure requirement.

After hanging around iPXE forum, mailing list, and IRC for several years now this might be The second time I have seen a question/request for WOL support. Most development in iPXE is done from sponsorship, as in someone pays mainly mcb30 to get a certain feature developed.

If the above mentioned command syntax seems appropriate and would work for you, then I guess this could be taken as a feature request, and it might be implemented.
Reference URL's