Bug #1733
Wake-on-LAN is not working
Start date:
02/06/2017
Due date:
% Done:
100%
Associated revisions
Excluding the IP address from the WoL call unless a port is provided
Closes #1733
History
#1 Updated by Luke Murphey almost 8 years ago
Waking works except when an IP address is provided.
#2 Updated by Luke Murphey almost 8 years ago
It seems like it works sometimes. I'm wondering if it only works when the computer has been recently asleep (perhaps when the ARP cache is fresh).
#3 Updated by Luke Murphey almost 8 years ago
This does not work:
from network_tools_app.wakeonlan import wol
wol.send_magic_packet("4C:CC:6A:4E:40:30", ip_address="10.0.1.15")
This does:
from network_tools_app.wakeonlan import wol
wol.send_magic_packet("4C:CC:6A:4E:40:30")
#4 Updated by Luke Murphey almost 8 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100