Last active
April 4, 2025 12:08
-
-
Save ugovaretto/41eeaaafb49f4806a7dd6c3af16ed368 to your computer and use it in GitHub Desktop.
Wakeon lan on Ubuntu 24.10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# sudo nmcli connection show # retrieve NIC name | |
# run as sudo | |
nmcli connection modify netplan-enp8s0 802-3-ethernet.wake-on-lan magic | |
nmcli connection modify netplan-enp8s0 802-3-ethernet.auto-negotiate yes | |
reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment