トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS


Wake on Lan

Target側の設定

  • 必要なもの
    ethtool Ver5以上
  • BIOSの設定
    BIOSにてwake on lanオプションをenableにする。
  • etherカードの設定
    Magicパケットを受け取った場合(wol)、起動する(g)。
    # ethtool -s eth0 wol g
    設定状況の確認(Wake-onの項目)
    # ethtool eth0
    Settings for eth0:
           Supported ports: [ TP ]
           Supported link modes:   10baseT/Half 10baseT/Full
                                   100baseT/Half 100baseT/Full
                                   1000baseT/Full
           Supports auto-negotiation: Yes
           Advertised link modes:  10baseT/Half 10baseT/Full
                                   100baseT/Half 100baseT/Full
                                   1000baseT/Full
           Advertised auto-negotiation: Yes
           Speed: 100Mb/s
           Duplex: Full
           Port: Twisted Pair
           PHYAD: 0
           Transceiver: internal
           Auto-negotiation: on
           Supports Wake-on: umbg
           Wake-on: g
           Current message level: 0x00000007 (7)
           Link detected: yes

Operation側の設定

  • 必要なもの
    net-tools
  • targetの起動方法
    # ether-wake <target machine MAC address>