1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Proxmox8 VE でWake on Lanを有効にする備忘録

Posted at

BIOSのWoLを有効にする

  • 詳細はメーカーの使用を参照

OSのWoLを有効にする

ip a
# 有効か確認する
# Wake on Lanの項目がgならば有効、dならば無効
ethtool {your eth name}
# dの場合、有効にしたのちcrontabにも登録
ethtool -s {your eth name} wol g
crontab -e

NodeのWoLを有効にする

pvenode config set -wakeonlan {your mac address}
pvenode config get
1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?