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
2
votes
0 answers

(Wake on Lan?) + Autologon + Autologin as specific user (+ Autostart + Shutdown)

Hello again everybody, I already read about wake on lan and how it works, but there is one important question left: What next? You can boot the PC via Lan, but how can I make it auto-Login as a specific user? The goal is: Wake on lan (from complete…
Best_Where_Gives
  • 481
  • 2
  • 22
2
votes
1 answer

Automatically send magic package on access

I configured my Windows 8 machine that it listens to magic packages send from other PCs to start it. It works very good. BUT I don't want to explicitly send a magic package, I would rather prefer it if I could send a magic package automatically when…
Matthias
  • 1,200
  • 2
  • 13
  • 33
2
votes
1 answer

Scheduled batch file backup

I'm abit stuck with this backup script I have been writing. The goal of the script is to: Wake-up a sleeping PC on my LAN Run Microsofts Synctoy(cmd version) to sync all of the paired folders that I have setup and output results to log file. If…
2
votes
1 answer

C# Unable to receive WOL package with UdpClient

I'm trying to receive a WOL package within my C# application. I guess the problem why it doesn't work has something to do with how the package is broadcasted by my router running DD-WRT. The code I use to receive an UDP package: UdpClient udp =…
Maik
  • 228
  • 2
  • 8
1
vote
1 answer

java.io.IOException: Permission denied with Wake on Lan

I've written this code for implementing Wake On Lan: InetAddress address = InetAddress.getByAddress( new byte[]{(byte)0xff,(byte)0xff,(byte)0xff,(byte)0xff}); DatagramPacket packet = new DatagramPacket(bytes, bytes.length, address,…
michelemarcon
  • 23,277
  • 17
  • 52
  • 68
1
vote
1 answer

Script to wakeonlan server2 if server1 fails

I need help to update this script to if ping fails it would send a wakonlan call to another host (besides the email which is sent now if ping fails). How can this be done from this script? This is what i like to achive: Server1 is up > PingComputer…
Viktor Kuznyetso
  • 57
  • 1
  • 1
  • 4
1
vote
2 answers

How to control if a computer is open or not from LAN except ICMP (Ping)?

I'm developing a wake up on LAN project but that I want to control if computer is open or not on my local area network. But I don't want to use ICMP or WMI (there are DCs on my network). So is there any other options for this problem like Socket…
İbrahim Akgün
  • 1,527
  • 11
  • 37
  • 63
1
vote
1 answer

How to allow users to submit WOL requests through an internal site?

I've been asked to set up a system where a user can visit an internal website from one domain, submit the name of the PC they'd like turned on in another domain, then the server sends a WOL Packet to that PC (through running a program like…
Jord
  • 13
  • 2
1
vote
0 answers

Wake Apple TV 4K via network?

I have an Apple TV 4K. I want to wake the Apple TV via network. It is connected to Ethernet cable. I want to send a command via an iOS app connected to the same network able to see the Apple TV. I have searched quite a bit and I have come across the…
zumzum
  • 17,984
  • 26
  • 111
  • 172
1
vote
0 answers

Turn On macOS Screen Remotely

Is there a way to turn on the monitor remotely on macOS? I'm trying to write an app that will do this. I've tried a couple of things but can't seem to find a way of triggering the screen to turn on after it has been turned off for power saving. I've…
Mark Bridges
  • 8,228
  • 4
  • 50
  • 65
1
vote
1 answer

Why WOL(WakeOnLan) Is Releated To Operating System?

Wikipedia says: Wake-on-LAN (WoL) is an Ethernet or Token Ring computer networking standard that allows a computer to be turned on or awakened by a network message. But, in another section: Responding to the magic packet ... Most WoL hardware…
Ghasem Ramezani
  • 2,683
  • 1
  • 13
  • 32
1
vote
1 answer

How to turn on Networked Computer by using WOL (Wake on Lan) C# or Java

Can u please give me full code to turn on networked computer by WOL option of Network Card and BIOS. Please provide me all the details and please try to give me working code.
Rahul Gupta
  • 89
  • 2
  • 9
1
vote
1 answer

WOL works outside of Powershell

Regardless of what Script I use I can not get PowerShell 5.1 to trigger a boot on my Hyper-V Host. I can use the solarwinds WakeonLan tool to boot the server, but I would like to find a solution that would work natively. I tried many scripts I had…
V Britt
  • 25
  • 1
  • 7
1
vote
3 answers

PHP shell command not executed via AJAX-call

In my homeserver management application I added a function to wake PC's remotely via the application. The PHP-script that does this works perfectly, but I want to be able to do this via an AJAX-call. The call happens like this: User clicks a…
Jeroen
  • 267
  • 6
  • 20
1
vote
3 answers

Is wake on LAN possible in Flex/AIR?

Title pretty much says it all... ;) I'm looking for a way to allow my AIR application to wake a computer on my local network, but can't figure out how to send an UDP packet. Of course I'm talking about an AS3/Flex/AIR solution, I know I could use…
Zed-K
  • 991
  • 2
  • 8
  • 23
1 2
3
8 9