Hi,
Im confused with how to work with and use WOL. I can't seem to remotely start any of my computers whether is on Lan/Wan or through the internet.
Ive seen some programs I got off the internet and I understand that you need to know the computers Mac-Address. But what do I need next. I have the modems IP Address, but that changes every time the modem looses power. I also have a Linksys router that has the DCHP feature.
I want to be able to turn my computers on remotely to get information off them and to work on them. I also would like to use one of my old computers and setup an ftp server. Anyone that has experience with remotely turning a computer and setting up a ftp server, I am very interesting in hearing your tactics and looking for help.
-
-
Which WOL utilities have you tried, and are you sure that the system in question is set up so that WOL is enabled?
I've not had any luck with the webpages that offer to provide wake-on-wan over the internet, but I routinely use a WOL powershell script to wake up the headless desktop I use as a home file server (and then I use Remote Desktop to work on it once it's woken up). -
I've tried to use Fusion WOL. I was looking at the following website... http://www.raymond.cc/blog/archives/2007/10/21/how-to-remotely-turn-on-computer-from-lan-and-wan/. What is "WOL powershell script"?
-
I've never tried Fusion WOL. Powershell is a new console shell Microsoft developed for Win systems (i.e., sorta like bash for the linux crowd) as a replacement for the old cmd console shell (i.e., what you get when you do Start->Run->cmd).
The specific script I use, with a little tinkering on my part, is this one. Obviously, to use it you need to have powershell downloaded and installed, which you can get for free off the Microsoft website. -
The only thing I can imagine is to have the computers in hibernation/sleep state and have an application to wake them up when needed.
-
You don't have to have the computer in hibernation or sleep to use WOL, provided that your ethernet card is WOL capable - wireless cards are not capable, generally speaking, but almost all wired ethernet cards that come out now (at least in the desktops) are WOL capable, typically you just have to enable WOL in the BIOS and/or configure the card in the OS so that WOL is enabled on the card.
Basically, when that's done, the system continues to feed just enough juice to the ethernet card so that it can read packets on the network to see if the card's MAC address is in a packet. If a particular packet contains the card's MAC repeated 16 times, then that triggers the WOL function, which causes the card to turn the computer on - even from a totally powered off state (other than being completely unplugged, that is).
-
I've downloaded the powershell program from Microsoft and installed it. I'm looking at the Script in the link you gave me, and now I’m stuck for what to do. How do I use the script?
-
-
Next, take the script I linked to, and paste it into a new notepad document, which you should save under a a filename of your choosing, but with the extension ".ps1" - again, without quotes.
Then, assuming that you saved the script as "WOL.ps1" you should set the current working directory in the powershell window to the directory in which the script is saved, and then type (without quotes) "./ WOL.ps1 uu:vv:ww:xx:yy:zz" where the string "uu:vv:ww:xx:yy:zz" is replaced with the MAC of the ethernet adapter for the computer you want to wake up.
Provided that computer is on the same local subnet as the computer from which you're executing the script is, upon hitting "Enter" you should see a delay of about 30 seconds or so, and then the target computer should wake up from a cold power off. -
-
Can you turn it off afterward?
-
-
Good ideas Shyster1.
-
-
The ideaman
How can you remotely boot your computer and setup a FTP server???
Discussion in 'Networking and Wireless' started by danjohnson88, Jul 30, 2008.