起動コマンド wakeonlanインストール
root@hide:~# apt-get install wakeonlan
wakeonlanを受け付けるツールethtoolをインストール
root@moco:~# apt-get install ethtool
受付設定
root@moco:~# ethtool -s eth0 wol g
確認
root@moco:~# ethtool eth0 | grep Wake
Supports Wake-on: pumbg
Wake-on: g
又は
root@moco:~# ethtool eth0
Settings for eth0:
Supported ports: [ TP MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
Supported pause frame use: No
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
Advertised pause frame use: No
Advertised auto-negotiation: Yes
Speed: 10Mb/s
Duplex: Half
Port: MII
PHYAD: 32
Transceiver: internal
Auto-negotiation: on
Supports Wake-on: pumbg
Wake-on: g
Current message level: 0x00000007 (7)
drv probe link
Link detected: yes
---------------------
実行テスト
root@moco:~# wakeonlan 00:00:E2:73:4A:5C
Sending magic packet to 255.255.255.255:9 with 00:00:E2:73:4A:5C
成功
******************************************************************************************
投票数:1
平均点:10.00