If you need a comfortable WOL tool for Windows, Wakiewakie might just be it.
Background
Wakiewakie is now in daily use since 2013 or so, and serves its purpose fine. Which is: send WOL messages and indicate how long things will take.
For example: I have a homeserver, which (when not in use) sleeps. When I want to access it from a client PC I need to...
- Check if my client PC has a valid IP address (handy on a Wifi network)
- Check if I can reach some always on device (for example a router, again for Wifi networks)
- Send a WOL to the server
- Check if I can reach (ping) the server
I also added some indicators to show current status and progress, which is great for kids and spouses, so they have some indication how long they still have to wait.
Comfortable
Waiting for something to start is annoying. Wakiewakie keeps track of previous starts and displays a progress bar accordingly. You can define the background color to have it match your color scheme 😇
Use
Just start it, fill in the fields, and Wakiewakie will create a shortcut on your desktop. Double click the shortcut and your server wakes up.
Once you have verified the basic functionality start reading the included documentation and play around a bit with the command line options. (You can enter those in the 'other' field in newer versions.) See included documentation.
My command line looks something like this:
wakiewakie.exe history adapter 10.172.*.* router 10.172.0.99 server 10.172.0.4 mac D5:5E:99:48:11:9F color $FFFFFF $000080 linger 1200 retry 500 all
Information and download
Original page:
http://www.ninelizards.com/purebasic/purebasic%2029.htm#wakiewakie
http://www.ninelizards.com/purebasic/wakiewakie.zip
VirtualBox users please note
VirtualBox blocks sending out WOL packets if you have defined an adapter under Host Network Manager / Host Only Adapter. Remove that entry and things work fine. This doesn't only apply to Wakiewakie but to most WOL tools.
Windows 10 does not reply to a ping
By default Windows 10 does not reply to a ping (ICMP v4 echo request) so you need to enable that for the local network.
To do so:
- Settings
- Windows Defender Firewall
- Advanced Settings
- Inbound Rules
- New Rule
- Protocol and Ports
- Protocol type: ICMPv4
- Optional: Customize for specific messages (sometimes causes trouble)
- Scope: any / any (modify as required)
- Action: no changes
- Profile: tick Domain and Private, untick Public
- Name: ICMPv4 Echo (or whatever you like)
No comments:
Post a Comment