Open miberk90 opened 1 year ago
WOL remote wake-up is implemented through a magic packet with a LAN broadcast address with the MAC address of the specified device, so it is not available on the WAN. You can check if your router supports WOL, If you have NAS, you can use docker to deploy chishin/wol-go-web:latest for WOL, which is what I'm currently using.
how am I able to wake up my pc from the moonlight app on my Mac on WAN?
On Jan 7, 2024, at 6:27 PM, hongzhizhou @.***> wrote:
WOL remote wake-up is implemented through a magic packet with a LAN broadcast address with the MAC address of the specified device, so it is not available on the WAN. You can check if your router supports WOL, If you have NAS, you can use docker to deploy chishin/wol-go-web:latest for LAN Wake up, which is what I'm currently using.
— Reply to this email directly, view it on GitHub https://github.com/XITRIX/Moonlight-Switch/issues/123#issuecomment-1880272976, or unsubscribe https://github.com/notifications/unsubscribe-auth/AY3VBEVC3GYBVJ57IINIRPDYNNDR3AVCNFSM6AAAAAA7NGZLISVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBQGI3TEOJXGY. You are receiving this because you authored the thread.
You need a magic packet sender within the LAN, such as a router. I'm also curious about how the official moonlight application implements this feature.
https://github.com/moonlight-stream/moonlight-docs/wiki/WOL-(Wake-On-LAN)#internet-wol
Is your feature request related to a problem? Please describe.
when im on a different network from my home network: on the official moonlight application, I can wake up my computer at home by just right-clicking the pc, and waking it up. with the moonlight switch app, the only way to wake it up when im not home is by remote accessing another computer in the house and waking it up from there.
Describe the solution you'd like
being able to wake my computer up directly from the moonlight switch app
Describe alternatives you've considered
the only other way to do it when im not home is by RDP'ing into another computer at home and waking it up, or just opening my laptop and using the official moonlight app and waking it up from there.
Additional context
No response