Skip to content

Instantly share code, notes, and snippets.

@ugovaretto
Last active April 4, 2025 12:08
Show Gist options
  • Save ugovaretto/41eeaaafb49f4806a7dd6c3af16ed368 to your computer and use it in GitHub Desktop.
Save ugovaretto/41eeaaafb49f4806a7dd6c3af16ed368 to your computer and use it in GitHub Desktop.
Wakeon lan on Ubuntu 24.10
# 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