2

When I send WoL packets over my network the specified boxes tend to wake up the first time I send the packet each day, but if I turn the box off then subsequent WoL packets tend to be unsuccessful.

Is Wake on LAN designed to have a "cool-off" period or something? Or is there another reason for this?

John Gardeniers
  • 27,262
  • 12
  • 53
  • 108
Richard
  • 105
  • 2
  • 16

2 Answers2

3

Rick, I suspect it's to do with the sleep state: you know, S1, S2, S3, S4, S5.

Maybe your computer is in S3 at the beginning of the day but then you turn it off to S5? I think some computers can wake from S5 but others cannot.

Boinst
  • 226
  • 1
  • 11
0

That is because the software you are using is not sending a "subnet directed broadcast"

When your computer is shut down it's ip address will remain in the arp cache for a while but will be removed at some stage. Try different software that you know will work with subnet directed broadcasts.

Depicus
  • 31
  • 5