起動コマンド wakeonlanインストール
root@hide:~# apt-get install wakeonlan
ーーーーー
wakeonlanを受け付けるツールethtoolをインストール
root@hide:~# apt-get install ethtool
受付設定
root@hide:~# ethtool -s eth1 wol g
受付設定確認
root@hide:~# ethtool eth1
Settings for eth1:
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: d // dは無効 // g で有効
Current message level: 0x00000007 (7)
drv probe link
Link detected: yes
再度、受付設定
root@hide:~# ethtool -s eth1 wol g
確認
root@hide:~# ethtool eth1 | grep Wake
Supports Wake-on: pumbg
Wake-on: g // g で有効になった
ーーーーーーーーーーー
実行テスト
root@hide:~# wakeonlan 00:12:34:56:78:90
Sending magic packet to 255.255.255.255:9 with 00:19:21:64:8F:6C
テスト成功
************************************
投票数:1
平均点:10.00