Routed network WoL support #1620
Replies: 2 comments 7 replies
-
|
Hi Any feedback if this request could be implemented would be great. If I can help, let me know. thanks |
Beta Was this translation helpful? Give feedback.
-
|
PR #1620 submitted. I tested it on my local setup using two subnets and a router with static ARP entry. On my test setup, I temporarily isolated the unicast code to ensure it was in fact the unicast packet waking the computer up on the other subnet, and it succeeded. (6) total packets will be sent now in an attempt to wake a computer up: 4 broadcast, 2 unicast. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
Feature request of routed network WoL support.
At the moment only device on the directly connected network (broadcast domain) can be waked up. This is because the magic packet is sent as broadcast. To wake up device on routed networks, the magic packet needs to be sent to the IP address of the device (unicast).
Requirement on the destination network: for the device to wake up there need to be a static arp entry in the destination router.
Would be great if this feature could be implemented.
thank for this great tool.
Beta Was this translation helpful? Give feedback.
All reactions