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

Send WOL packet on the Broadcast IP (255.255.255.255) as well #1264

Open
ETHREAL1 opened this issue Apr 27, 2024 · 5 comments
Open

Send WOL packet on the Broadcast IP (255.255.255.255) as well #1264

ETHREAL1 opened this issue Apr 27, 2024 · 5 comments

Comments

@ETHREAL1
Copy link

When using a V Switch on the host system the host system does not always respond to WOL on there host IP, But will if its over the broadcast IP.

Send the WOL magic packet over the last known Host IP as well as the broadcast IP.

Manually defining the saved IP of a host and or the IP WOL will be sent over for a host.

Hyper-V V switch breaks WOL if its not sent over the broadcast IP.

@cgutman
Copy link
Member

cgutman commented Apr 27, 2024

It looks like we do already:

addressMap.insert("255.255.255.255", 0);

@ETHREAL1
Copy link
Author

It looks like we do already:

addressMap.insert("255.255.255.255", 0);

That is odd, when I use another tool to manually send the WOL packet over the broadcast IP the system wakes every time. But it will not wake from moonlight. I will try to grab a Wireshark when I can and try to see what’s going on. With that said;
Screenshot 2024-04-27 at 4 35 10 PM

@ETHREAL1
Copy link
Author

ETHREAL1 commented Apr 28, 2024

It looks like we do already:

addressMap.insert("255.255.255.255", 0);

Ya using Wireshark I can see that Moonlight is not at any point sending the WOL packet over the broadcast IP as you can see here;
image
and here you can see my other tool that does wake the system using the broadcast IP;
image

@cgutman
Copy link
Member

cgutman commented May 1, 2024

What OS are you running? I see them here on my Linux box.

image

@ETHREAL1
Copy link
Author

ETHREAL1 commented May 1, 2024

What OS are you running? I see them here on my Linux box.

image

Mmmm yes, it seems to be limited to Apple IOS esk devices. Windows 10 laptop and Linux laptop both work. But iPhone, iPad, and Apple TV do not.

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

2 participants