Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
"Magic Packet" to wake server
2017-06-04, 18:39
Post: #1
"Magic Packet" to wake server
Can iPXE be configured to send a "Magic Packet" to a server configured for Wake-from-LAN before attempting the download?
Find all posts by this user
Quote this message in a reply
2017-06-07, 10:10
Post: #2
RE: "Magic Packet" to wake server
Anatomy of a Magic Packet:

https://en.wikipedia.org/wiki/Wake-on-LAN#Magic_packet
Find all posts by this user
Quote this message in a reply
2017-06-07, 11:36
Post: #3
RE: "Magic Packet" to wake server
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

Use GitHub Discussions
VRAM bin
Visit this user's website Find all posts by this user
Quote this message in a reply
2017-06-07, 16:02
Post: #4
RE: "Magic Packet" to wake server
Thanks.

Seems a shame though. Although perhaps unusual, I'd have thought it certainly not an obscure requirement.
Find all posts by this user
Quote this message in a reply
2017-06-07, 18:23
Post: #5
RE: "Magic Packet" to wake server
(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.

Use GitHub Discussions
VRAM bin
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)