Here is how I did it.
WOL how-to
login as root
first download the Scyld Wake-up program:
type from the hash prompt.
#wget
ftp://ftp.scyld.com/pub/diag/ether-wake.conce downloaded you must use the 'compile-command' at the end of file by typing the following:
#pico ether-wake.c
go to the end of the file and type:
compile-command
now use ctrl-X to exit when asked to save changes answer yes.
If you don't yet now the mac address of your windows PC go to a command prompt and type in:
IPCONFIG / ALL
You should see your MAC address of your card XX:XX:XX:XX:XX:XX
this will now work just by typing:
ether-wake XX:XX:XX:XX:XX:XX (being the mac address)
To make it easier you can write a shell script for each machine name to execute the command.
type the following to make the script file:
pico machine_name.sh (machine_name being your personal preference for the name the file will be called) now type:
ether-wake XX:XX:XX:XX:XX:XX (being the mac address)
now use ctrl-X to exit when asked to save changes answer yes.
now you need to set execute permissions on the file by typing the following:
chmod 755 file_name.sh
Type:
#./file_name.sh
Your PC should now boot.