Questions tagged [wake-on-lan]

Wake-on-LAN is an Ethernet computer networking standard that allows a computer to be turned on or woken up by a network message

Wake-on-LAN is a protocol intended for waking computers up from a very low power mode in a remote fashion.

Wake-on-LAN is mainly used by system administrators, who perform computer maintenance tasks remotely. The computer receiving the special data packet, which is sometimes referred to as the "Magic Packet", must have a motherboard, network adapter, adapter driver and computer basic input/output system (BIOS) that work with Wake-on-LAN.

The protocol also allows for a supplementary Wake-on-Wireless-LAN ability as well.

117 questions
23
votes
2 answers

Bash one-line command to send wake on LAN magic packet without specific tool

Is it possible to forge a wake on LAN magic packet and send it in just a one-line bash command? Of course, I know there are specific tools for doing this that solve the problem in one line, but it could be useful to know the minimal requirements…
Sopalajo de Arrierez
  • 2,991
  • 4
  • 28
  • 42
12
votes
0 answers

How to enable wake on usb (remote wakeup) in android?

I have an AOSP tree compiled on my board. I bought a wireless keyboard and connected it to my board via usb port. I expect when the board is in the suspend state, it will wakeup by pressing a key on keyboard. But it is not so. I tried several ways…
11
votes
5 answers

Wake on lan script that works

is there a wake on lan script using a web language preferably php that works? Also one that has some documentation on how to get it to work like what needs to be enabled on your server etc
Michael
  • 441
  • 3
  • 9
  • 16
10
votes
3 answers

Wake on LAN using C#

What's the best way going forward to implement Wake on LAN using C#? The functionality is needed for machines in a LAN environment (and not over the internet). The method needs to be robust enough to take care of firewalls and other such issues.…
Sameet
  • 2,091
  • 6
  • 27
  • 53
10
votes
2 answers

Remotely shutdown/reboot Linux boxes without SSH?

I need to remotely shutdown and reboot Linux (Ubuntu) machines without logging into them (otherwise simple commands can do the job). The machines are just cheap PCs so there are no special power management hardware installed (though they can…
jasxun
  • 551
  • 1
  • 3
  • 10
10
votes
1 answer

How to recognize a WOL (Wake On Lan) request while the PC is running

I wonder if its possible to check if a WOL-request has been received during the computer is already turned on. (pInvoke, c#?) If the computer receives a magic paket and boots, Windows writes an corresponding event-log entry to the System-Log. The…
Cadburry
  • 1,824
  • 9
  • 21
9
votes
1 answer

Send a wake on lan packet from a docker container

I have a docker container running a python uwsgi app. The app sends a wake on lan broadcast packet to wake a pc in the local network. It works fine without the use of docker (normal uwsgi app directly on the server), but with docker it won't work. I…
jazz
  • 179
  • 1
  • 12
9
votes
4 answers

How to find the MAC address of a 'shutdown' system on local lan (is it possible?)

How to find out the mac address of a system which is: Shutdown Power plugged in Connected to Lan Nic card ON. Update I am asking how to find out the mac address of some other system which is already shutdown.... and which is on lan.. I want to…
user304017
  • 101
  • 1
  • 1
  • 3
8
votes
3 answers

Sending Wake on LAN packet from Android to PC

My Android app sends/retrieves data to/from the user's own PC using HTTP and it's working fine with a handful of beta testers. I now need to consider a situation where the PC is hibernating. I've never done this before but I've googled to find info…
Squonk
  • 47,603
  • 18
  • 99
  • 134
8
votes
0 answers

iMac with mdnsresponder keeps waking up

I am trying to figure out why my iMac 2011 wakes up so frequently (every ~2 min) If anyone can help, I would be really greatful. Here is my pmset log: 2017-05-03 22:14:31 +0300 Wake Requests [*proc=mDNSResponder request=Maintenance…
ageorgios
  • 303
  • 2
  • 5
7
votes
2 answers

Check if computer is activated through Wake On Lan

I'm working on a solution where machines are activated through Wake On Lan after which System Center pushes updates to the client pc's (running Windows 7). Now I'm working at a script (PowerShell/C#), that checks if the machine should be shutdown…
Wouter de Kort
  • 36,302
  • 10
  • 78
  • 99
5
votes
1 answer

ssh into Android to send WOL packet

I want to WakeOnLAN my NAS server remotely, but my router blocks WOL packets. I thought I could circumvent this by ssh'ing into our androidTV box, and sending a WOL packet from there on the LAN. I can ssh into the androidTV, but can't send the WOL…
Matthijs Vk
  • 51
  • 1
  • 5
5
votes
1 answer

C# wake on lan program does not wake up every client

I'm programming a wake on LAN program for our company. There are ca. 40-50 machines in our company and it should wake up every client. To wake up the clients I use this code: private static void WakeUp(string macAddress) { WOLClass client = new…
Therk
  • 361
  • 4
  • 21
4
votes
11 answers

How do I get a MAC address for a remote system when I only know it's IP address?

I'm working on a Wake on LAN service that will run from a web site and should interact with many different platforms - therefore, no Windows-only solutions. When a user registers their system with the web site, I need to get the MAC address to use…
tvanfosson
  • 490,224
  • 93
  • 683
  • 780
4
votes
1 answer

How to do Wake On LAN by Qt 5?

I found this tutorial for wake on LAN,but I can not understand it completely. It is implemented in Qt3. I want the wake on LAN functionality which could be compiled with Qt5. How can I use the mentioned code to wake a computer through LAN using Qt5?
flybird
  • 53
  • 6
1
2 3 4 5 6 7 8