Tagged Questions
The wake-on-lan tag has no wiki summary.
3
votes
11answers
5k views
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 ...
2
votes
2answers
185 views
How to wake a PC with a PHP script?
By enabling Wake-on-LAN on my PC, I can remotely power it on.
Suppose I want to send the "magic packet" from a PHP script. How would I do this? Would I need to use the cURL functions?
2
votes
2answers
3k views
How to find the MAC address of a 'shutdown' system on local lan (is it possible?)
Can anyone please tell the way to find out the mac address of a system which is:
Shutdown
Power plugged in
Connected to Lan
Nic card ON.
Kindly post the solution as i urgently need it in my ...
2
votes
4answers
835 views
How to Enable Wake on LAN programmatically
Is there a way to programmatically reach into the BIOS and turn on the Wake on LAN capability for those machines that support it?
Ideally, the solution would be cross-BIOS, but hitting each of the ...
1
vote
2answers
26 views
How to Control if a computer is Open or not From Lan except ICMP (Ping)?
Im developing a wake up on lan project but that i wanna control if computer is open or not on my local area network. But i dont wanna use icmp or WMI (There are DCs on my network). So is there any ...
1
vote
1answer
122 views
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 ...
1
vote
3answers
100 views
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.
...
1
vote
2answers
174 views
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 ...
1
vote
2answers
906 views
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 ...
1
vote
2answers
672 views
MS PowerShell: Please explain how this wake-on-LAN script works
I found this PowerShell code on a blog a couple months ago. It sends wake-on-LAN signals to the MAC address of your choice without using external programs. I commented on the blog post and asked the ...
1
vote
1answer
2k views
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 ...
0
votes
0answers
29 views
Windows 7 remote desktop stopped waking up desktop
A few months ago, I set up RDP on my desktop running Windows 7 Professional 64 bit. It has been working fine, and I was able to use my laptop to wake my desktop during sleep or hibernation. I was not ...
0
votes
2answers
88 views
Sniffing for WOL packets on port 9
So I am using XBMC (a media center program) that has an Android app with a feature that allows you to send Wake on LAN "magic packets" to computers you have XBMC installed on. While this would be a ...
0
votes
0answers
121 views
Wake on Lan succeeds only if send to broadcast address
I was testing the wake on LAN feature. If WOL send to broadcast address using only MAC address, it succeeds for all the clients and wakes up the clients properly. If I use unicast with IP address, ...
0
votes
1answer
53 views
Hp-ux comamnd or script to send Magic Packet to do Wake On Lan (WOL)
Is there any script or utility to send Magic Packet to do Wake On Lan (WOL) on hp-ux machine. I am finding many tools for windows. following are such tools.
http://www.matcode.com/wol.htm (windows ...
0
votes
0answers
60 views
Please fix this wake on lan script or point me to a working one
Someone wrote this for wake on lan but it doesn't work. Could you please fix it and add a "packet sent successfully message". If you have a script in any web language that is also alright.
function ...
0
votes
1answer
190 views
Remotely get power state of a pc (like LogMeIn)
on a device (iphone, mac, pc, etc.) i want to know if a pc (on the same lan and running windows) is
1) "on" (meaning powered on) and lan-connected with my device
2) on but the network cable is ...
0
votes
1answer
310 views
iPhone Wake on Lan
I'm looking for some sort of example of how this is done in objective C.
I'm interested in the wake-on-lan and the network discovery process.
Any ideas (and maybe some code) which to get me started?
...
0
votes
1answer
825 views
Writing Magic Packet in C++
I want to send magic packet to wake up a specific PC(specific MAC address) connected to an mbed through LAN . I have found the following code in code project.
My MAC Address : 00-C0-9F-BD-E4-3A ...
0
votes
3answers
391 views
Detect WOL possibility
I'd like to detect if Wake On Lan is possible.
On my router (Tomato firmware) there is a table with info - when displays device "Active (In ARP)" - it's possible to turn this device by WOL (offline ...
0
votes
1answer
389 views
Shutdown and WakeUp Script C#
Hiya I am very new to C#, infact this is basically my first task set by work whilst i learn the language. Yes i am also new to programming, be gentle :).
Context:
My script needs to query active ...