Wake On LAN: di Ubuntu 18.04

From OnnoWiki
Revision as of 11:47, 24 January 2021 by Onnowpurbo (talk | contribs) (Created page with "Sumber: https://www.techrepublic.com/article/how-to-enable-wake-on-lan-in-ubuntu-server-18-04/ ==Install ethtool== sudo apt update sudo apt -y install ethtool ==Cek Nama...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Sumber: https://www.techrepublic.com/article/how-to-enable-wake-on-lan-in-ubuntu-server-18-04/


Install ethtool

sudo apt update
sudo apt -y install ethtool

Cek Nama Interface

ip a

Contoh hasil

enp3s0 4c:e6:76:1f:15:4c
enp2s0 4c:e6:76:1f:15:4c
bond0  4c:e6:76:1f:15:4c

Aktifkan WOL

sudo ethtool -s INTERFACE wol g

Contoh

sudo ethtool -s enp3s0 wol g
sudo ethtool -s enp2s0 wol g
sudo ethtool -s bond0 wol g


Referensi

Pranala Menarik