# Tạo Wake On Lan cho server node Proxmox

- Vào bios enable WOL
- ssh vào node, chạy các command sau:

```
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](https://i12bretro.github.io/tutorials/0608.html)