Wake on Lan2009/04/11 |
Start computer from remore machine. You need to set enable for function of Wake on Lan on BIOS. |
|
[1] | Install wakeonlan |
[root@dlp ~]# wget http://gsd.di.uminho.pt/jpo/software/wakeonlan/downloads/wakeonlan-0.41-0.fdr.1.noarch.rpm [root@dlp ~]# rpm -Uvh wakeonlan-0.41-0.fdr.1.noarch.rpm warning: wakeonlan-0.41-0.fdr.1.noarch.rpm: Header V3 DSA signature: NOKEY, key ID 91bd851b Preparing... ############################ [100%] 1:wakeonlan ############################ [100%] |
[2] | You need to know MAC address of the computer first you'd like to start from remote. It's possible to know 'ifconfig' command. MAC address is just the section 'HWaddr **:**:**:**:**:**'. Then input the commands below from remote machine and start computer. |
[root@dlp ~]# wakeonlan **:**:**:**:**:**
|