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.

128 questions
1
vote
1 answer

Remotely Enable Wakeup from Shutdown

I am trying to get 400 pcs setup to wake on lan. everything is enabled on all the pcs but one check box. Under the advanced tab on the nic, "wakeup from Shutdown" is disabled and I need to enable it on all pcs. I have a working script to change the…
david weaver
  • 37
  • 1
  • 7
1
vote
0 answers

SCCM 1802 - Scheduled deployment WOL not working, but RightClickTools WOL works

I have been trying to figure out why Wake On Lan works for Right Click Tools, but not for SCCM Scheduled Deployments. In the wolmgr.log file I found this happening every five seconds: "Failed to get WOL inbox on AMT Proxy component. Wait 5…
1
vote
2 answers

How to create Wake-on-LAN app using Magic packet and Indy in Delphi XE6?

Environment OS: Windows 10 Pro 64-bit IDE: Delphi XE6 + Update 1 Goal Create an application in Delphi XE6 sending Magic packet through Indy components in order to achieve Wake-on-LAN a local server. Server has been tested to be able to wake from a…
Vlastimil Burián
  • 3,024
  • 2
  • 31
  • 52
1
vote
1 answer

Convert repeated code into a loop

I have a router running DD-WRT that has a start up script used to wake my computer on LAN requests on certain ports. I found this shell script here and changed it to allow for wake on multiple ports. I tried doing a for loop so I wouldn't have to…
MattR
  • 127
  • 2
  • 11
1
vote
2 answers

bash script maybe syntax error not sure trying a until loop

Hello guys i am trying to code a wol script for my server. Wich the raspberry pi executes everytime when its booting. I guess its a syntax error but i dont now the solution so i am asking you. I am getting an error in line 5 but no clue how to…
Selim Akca
  • 15
  • 3
1
vote
0 answers

Remote Shutdown & Waking Up Computers

Been searching for a proper way to remotely shut down every single computer within my organization (approx. 1600 machines) at the weekends, unless stated otherwise by the logged-on user. I've built a client which runs on every station. The client is…
Tommy Naidich
  • 752
  • 1
  • 5
  • 23
1
vote
0 answers

Can an already on PC respond to a Wake-on-Lan packet?

Can software respond to a Wake-on-Lan packet, or does it get filtered out by the NIC and/or OS? My PC receives a Wake-on-Lan packet when one of my devices can't connect to the service it's expecting. If the PC is off, the packet will cause the…
1
vote
1 answer

how can i set wake on match patten manually

i have x86 nas and installed windows 8.1 and i want set it -wating under s3 sleep state -wake up when netwrok tarffic by wake on match patter(ARP request) but have some trouble network setting as you see i use 'intel 1000ET quad port' nic and there…
isaiah
  • 19
  • 2
1
vote
2 answers

How to know a computer is rebooted

I reboot a remote computer with Wake-on-Lan and I would like to know if there is a way to know that the computer is idling at login screen (so I can start to do the stuff that need to be done).
Wildhorn
  • 926
  • 1
  • 11
  • 30
1
vote
1 answer

Can't send a Magic packet(Wake on LAN Packet) to a created DNS hostname over the Internet

I want to wake up my personal computer using "WAKE ON LAN" over the internet i.e by sending a Magic Packet from a remote device. Following is the configuration Enabled WOL in BIOS and the OS as well using guides at How to Remotely Turn On Your PC…
Madaditya
  • 143
  • 2
  • 10
1
vote
3 answers

PowerShell - If/Else Statement Doesn't Work Properly

First off I apologize for the extremely long, wordy post. It’s an interesting issue and I wanted to be as detailed as possible. I’ve tried looking through any related PowerShell posts on the site but I couldn’t find anything that helped me with…
Sean M.
  • 13
  • 1
  • 4
1
vote
2 answers

Wake on LAN (WoL) - start computers over the network

You sometimes want to start a computer without pressing it's power button. And it can be done.. over the network using a technology called Wake on LAN (WoL). But how can it be done in AutoHotkey?
Forivin
  • 14,780
  • 27
  • 106
  • 199
1
vote
1 answer

Detect wakeup computer using C++ on linux

I don't know how can i detect that the computer has been waken up, or even I would prefer to detect wake-up on lan. I have no idea what is the common way, I found that in /etc/pm/sleep.d I can add a custom script, but i need to get invoked inside my…
Martin Kosicky
  • 471
  • 4
  • 12
1
vote
2 answers

Android Wake On Lan in Java

i'm trying to make a Wake On Lan application in Java (for Android), so I searched, and found this code: import java.io.*; import java.net.*; public class WakeOnLan { public static final int PORT = 9; public static void main(String[] args) { …
StfgMccx
  • 98
  • 2
  • 9
1
vote
2 answers

Wake On LAN Configuration

I am trying to configure my laptop to be able to Wake On LAN via Magic Packets. I have a magic packet sniffer and it alerts me when a magic packet has been recieved(runs on target machine). The trouble is when I try to use the external ip address…
Josh Menzel
  • 2,300
  • 4
  • 22
  • 31
1 2 3
8 9