Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wake up computer on other network #123

Open
miberk90 opened this issue Nov 15, 2023 · 3 comments
Open

wake up computer on other network #123

miberk90 opened this issue Nov 15, 2023 · 3 comments

Comments

@miberk90
Copy link

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

@hongzhizhou
Copy link

hongzhizhou commented Jan 8, 2024

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.

@miberk90
Copy link
Author

miberk90 commented Jan 8, 2024 via email

@GrayXu
Copy link

GrayXu commented Jan 15, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants