Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
189 views

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. Thanks
3
votes
1answer
242 views

WOL from outside [WAN]

A while ago, I wrote [with some help from Google] a small WOL script to switch on the computers in my network. Here is the script: exec /usr/bin/python -x "$0" "$@" # node_lst = [ 'srv1 ...
2
votes
7answers
4k views

Get mac address from IP using DHCP?

I am trying to create scripts/services that allow for waking PCs in a windows domain via WOL. Now i want to give the user the option to select an AD container as a starting point for the waking of PCs ...
2
votes
4answers
839 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
1answer
90 views

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 ...
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
268 views

Wake on lan scipt 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
1
vote
2answers
216 views

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).
0
votes
1answer
45 views

WOL iOS Project

There are free projects/examples of wol (wake on LAN) for iOS? I've found this one openwol but it's old and has no signs of recents updates. Also I've been digging on it and it's not working as ...
0
votes
1answer
73 views

PHP error with :,

I am trying to run this php code as a command line in applescript. here is the code "/usr/bin/php -r '($mac = 'gg:a2:gg:gg:gg:e6'; $porttemp = '9'; $ip ='255.255.255.255'; $mac_bytes = ...
0
votes
1answer
54 views

WOL can be used to shutdown PC?

I just read an article about WOL vs IPMI, it says "...used WOL to save millions of dollars by powering off idle desktops"(almost end at last paragraph but one), does it mean that WOL can be used to ...
0
votes
0answers
123 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
233 views

C# Receive UPD Broadcast bytes (Magic WOL Packet) Get Destination Mac

I've implemented a function to send magic packets over a broadcast. It Works fine, but I would like to receive all UDP broadcast requests on a special server. Works as well. But if I try to read the ...
0
votes
1answer
54 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
63 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
4answers
795 views

How to write a WOL app for iPhone?

Wake on LAN so cool, just want to write a iPhone app to WOL my PC, but have no idea to code, any one can point me the way?