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

Parsing a csv for Read-Host user input

So here is my problem... I have exported a list (CSV file) of computer names, MAC Addresses, and IP addresses for Wake on LAN via a PowerShell script. I'd like to have a read-host option at the top asking the user the host name of the computer they…
0
votes
0 answers

Log in to PC after WOL is sent

I'm trying to write an app for android that will wake up my computer from its sleep state. I've found many posts on how to do that and am confident that piece of my code will work. My question is after the computer wakes up, I have it set to…
user1496741
  • 97
  • 1
  • 11
0
votes
1 answer

Converting default OS with Wake on Lan (specific case)

My desktop has two OS, linux ubuntu and WINDOWS 7, on separate HDDs. Bootloader is on linux. This computer is accessed remotely with Wake on Lan (WOL). Wanting to freely choosing OS when turning on the desktop, I tried following a Blog here: It…
0
votes
1 answer

Wake-on LAN and send OS to Raspberry via network?

Maybe this is a stupid idea, but I wonder whether it's possible (and maybe it's even the wrong place to ask, so please correct me if I'm wrong). I was wondering whether the following is possible: Take a powered-off Raspberry Pi. Connect it to a…
Golo Roden
  • 140,679
  • 96
  • 298
  • 425
0
votes
2 answers

PHP/html: Alternative to refreshing

I have a PHP script which are able to power on any computer in my network using WoL, check it's connectivity and then output a status. It's checking the connectivity by trying to connect to a port - say 3389/RDP, and when a connection is made, it…
dnn
  • 57
  • 1
  • 2
  • 6
0
votes
1 answer

Decipher This Powershell Code With Me

I'm working on a Wake-On-Lan script and I have this code that is working I am just trying to understand it better. Here is an excerpt that I am having trouble with: $mac = "78ab78ab78ab" #some user input mac address reformatted to something like…
Mr. Lost IT Guy
  • 137
  • 2
  • 12
0
votes
1 answer

how escape sleep mode on network, Wake-on-LAN?

I have computer about 4-years old with microsoft windows server 2008 r2 operating system. It rans a web and rdp-server. i want this computer wake up if i want to connect to it remotely. How can i do that? I found some articles about wake on lan and…
user1890184
  • 49
  • 2
  • 10
0
votes
1 answer

WOL on mythtv box

I am trying to make WOL working on my MythTV box but I am doing something completely wrong as I cannot get the box to turn on. I am running Mythbuntu 12.04. The MB is ASUS P8H61-I LX R2.0 which supports WOL as to my knowledge. When I run ethtool…
Morten Hagh
  • 2,055
  • 8
  • 34
  • 66
0
votes
2 answers

Check if a machine on local network is available with PHP

I have a PHP app runing on local network server (Mac Mini server with OS X Lion). There are several local clients (also Macs) accessing this app. Client machines are put to sleep from time to time. I need to be able to check from PHP server if the…
Primoz Rome
  • 10,379
  • 17
  • 76
  • 108
0
votes
1 answer

Wireshark capture Magic Packet configuration

I have a laptop running Wireshark. I'd like to find out how to configure wireshark to capture Magic Packets. I have selected the interface, options, Capture filter, host 192.168.168.19 , Ok, Start on the laptop. Laptop is IP 192.168.168.14. I…
Docfxit
  • 137
  • 3
  • 6
  • 15
0
votes
1 answer

Wake on lan magic packet over WebSocket?

Does anyone know if it's possible to send a magic packet using the WebSocket API ? Edit: As my question seamed unclear. I want to know I using the API with Javascript I could send the UDP-datagram needed send a wake-on-lan packet. I know it's…
Matthieu Riegler
  • 31,918
  • 20
  • 95
  • 134
0
votes
1 answer

Wake-on-LAN over the Internet connection using C++

I'm coding using C++ WinAPIs for Windows and I was wondering if it's possible to implement the Wake-On-LAN functionality for a client computer (running Windows 7) via an Internet connection and not just LAN?
ahmd0
  • 16,633
  • 33
  • 137
  • 233
0
votes
1 answer

trying to make simple WakeOnLan script with PHP

Trying to make a little script that will turn on server. I found few examples on the net, but wanted to keep this basic/simple also to get better hold of how it all fits together. But this doesn't work, I realize I've to specify subnet 255 255 255 0…
user796443
0
votes
1 answer

how to wake on remote pc using message service provided by android?

is it possible to create an android application, which runs always in background and keep listening to a message from a particular mobile number and particular format, and take necessary actions? This is an idea i ve got to wake up remote pc(please…
vij
  • 143
  • 1
  • 2
  • 18
0
votes
1 answer

how to wake up remote pc using android phone?

We all know that within a LAN, we can make use of magic packet to turn on any number of systems. But how to wake up a remote pc which is in some remote LAN?In my previous question on WOL, some one said that we cannot turn on the remote pc, because…
vij
  • 143
  • 1
  • 2
  • 18
1 2 3
8
9