Project

General

Profile

Bug #1733

Wake-on-LAN is not working

Added by Luke Murphey about 7 years ago. Updated about 7 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
02/06/2017
Due date:
% Done:

100%

Associated revisions

Revision 57 (diff)
Added by lmurphey about 7 years ago

Excluding the IP address from the WoL call unless a port is provided

Closes #1733

History

#1 Updated by Luke Murphey about 7 years ago

Waking works except when an IP address is provided.

#2 Updated by Luke Murphey about 7 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 about 7 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 about 7 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100

Also available in: Atom PDF