Tạo Wake On Lan cho server node Proxmox


sudo apt install ethtool -y
ip addr
sudo ethtool eno1
sudo ethtool -s eno1 wol g
sudo nano /etc/network/interfaces

Paste vào cuối trang:

ethernet-wol g

Save và shutdown

Test thử và check:

sudo ethtool eno1

source: https://i12bretro.github.io/tutorials/0608.html

 


Revision #3
Created 2 December 2023 02:14:58 by Son.KyLuat
Updated 2 December 2023 02:49:50 by Son.KyLuat