-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
[BUG] UpSnap Doesn't WOL With IP Address #583
Comments
I should also note, all machines are on the same subnet. |
See also #557 |
As a work-around, I was able to use the custom wake command feature to enter my own command after adding a custom
|
The IP is marked as a required field because of 2 things:
So an awake equivalent to what upsnap does would be |
I don't need the awake checking, just the WoL. Would it be possible to make the IP field non-mandatory and then a) not do awake checking and b) assume a standard broadcast mask? |
This may not be relevant - but I thought I was having this issue. I confirmed the But then I realised that I'd incorrectly configured my netmask as 255.255.255.255 rather than 255.255.255.0 My guess is that if this is misconfigured it was picking the wrong broadcast URL to fire the UDP packet to? |
The bug
I was having trouble getting UpSnap to wake a machine. I tested to make sure I could get it working outside UpSnap.
This works. Then I tried within the container.
This worked. However, when I try adding the IP address, anything I try fails.
In the UI, the IP address is marked as required. I wonder if perhaps this may not be needed and it should be optional?
The OS that UpSnap is running on
Ubuntu 22.04 (pi4)
Version of UpSnap
4.2.9
Your docker-compose.yml content
Reproduction steps
Additional information
Thanks
The text was updated successfully, but these errors were encountered: