Last active
October 12, 2015 12:13
-
-
Save javiermon/b323656fa7062828a5e6 to your computer and use it in GitHub Desktop.
zotac wol
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
% nmcli con show | |
NAME UUID TYPE DEVICE | |
enp1s0 41f94b1c-2893-4f76-b49d-1ba0bb89fb5a 802-3-ethernet p4p1 | |
# By following, one can view current status of Wake-on-LAN settings: | |
% nmcli c show "enp1s0" | grep 802-3-ethernet.wake-on-lan | |
802-3-ethernet.wake-on-lan: default | |
802-3-ethernet.wake-on-lan-password: -- | |
# Enable Wake-on-LAN by magic packet on that connection: | |
% sudo nmcli c modify "enp1s0" 802-3-ethernet.wake-on-lan magic | |
# Then reboot, possibly two times. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment