2017-06-04, 18:39
2017-06-07, 10:10
2017-06-07, 11:36
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
but it would also be good if net0 could be replaced with network such as 192.168.1.255
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
2017-06-07, 16:02
Thanks.
Seems a shame though. Although perhaps unusual, I'd have thought it certainly not an obscure requirement.
Seems a shame though. Although perhaps unusual, I'd have thought it certainly not an obscure requirement.
2017-06-07, 18:23
(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.