Table of Contents
Understanding the nature of wake-on-lan feature is easier when the main points are organized clearly. This guide brings together the essential details and practical considerations.
. com - Wake-On-LAN (often called WOL) is the basic concept of enabling or booting remote computers without having to press the Power button as usual.In this article we will learn how Wake-on-LAN works and how to activate it.
What is Wake On LAN?
Essentially, Wake On LAN is an industry standard protocol, used to boot the computer system in extremely low power consumption mode - Low Power Mode remotely. The concept of this low power mode we can understand is that the computer is in a completely off state, but still accessing the power. This protocol also allows for the addition of Wake-on-Wireless-LAN feature.
This is useful when needed to access the remote computer for any purpose: It allows to maintain access to files, applications, while the computer is kept in low energy state (save electric bill). If using VNC or TeamViewer software regularly, or managing data servers, games, turning on Wake-on-LAN will be much more convenient.

WOL depends on 2 main factors: Mainboard (motherboard) and Network card ( Network card ). More specifically, your mainboard must be connected to a compatible ATX power supply, the network card or wireless must also support this feature. Since WOL is set up via the BIOS or network card firmware, we do not have to use any other software to activate and configure. However, you do not need to worry because most of the computer models, mainboard today have been built-in this capability, even with the form of dedicated mainboard, we can also set the automatic time Turn on and turn off the machine.
If you must buy a network card If the mainboard has no built-in components, fully understand the WOL support feature.
WOL operation mechanism?
Computers with Wake-on-LAN enabled will wait for a packet containing the network card's MAC address, called Magic Packet. These Magic Packet packages are sent by specialized software, made specifically for each platform or sent by a router device or Internet-based website. The typical ports - ports used for these Magic Packet packages are UDP 7 and 9 . Since the computer actively waits for the packet, the power will have to be given to the network card, causing the laptop battery to drop faster, so if you need to save the battery without using WOL, you should temporarily turn it off.

Magic packets Are routinely sent across the entire network and include complete information about the subnet, broadcast network address, and Mac address of the network card on the target computer. The screenshot above is the result of obtaining the magic packet with a packet sniffer tool, which can raise concerns for users when using WOL on an unsecured network or on the Internet, but with a network. Normally, you can use without worry. Many well-known motherboard manufacturers often incorporate a number of support tools that come with WOL to meet the needs of users depending on the specific circumstances.
Enable WOL on Windows
To use Wake-on-LAN you must turn it on in some places - usually the BIOS and in Windows. Let's start with the BIOS.
With BIOS
- Instructions for entering BIOS on different computers
Most current motherboard models are available with the optional WOL option in the BIOS. While booting, press the Escape, F2, or Delete Keys to access the BIOS, then look in the Power Management or Advanced Options section Or similar:

The screenshot above is taken from the HP laptop, the WOL option is below the After AC Power Failure section in Power .
For some ASUS models, the Wake on LAN option is buried deep in the menu system, under Power on by PCIE / PCI, Because the integrated network controller is behind the PCI controller.
Although many computer models do not have this option, or too ambiguous to find, it does not mean we cannot use WOL, but instead you must use the custom function directly inside. operating system.
With Windows
Click Start , open the Device Manager Section and expand Network Adapters, right-click the network card and select Properties> Advanced tab.

In the window that appears, scroll down and find the Wake on Magic Packet option and change the value to Enable , leave the Wake on Settings unchanged , Then press OK .

Now, click the Power Management tab and make sure: Allow this device to wake the computer And Only allow a packet magic to wake the Selected Computer . Click OK to finish.

With Mac OS X
Open System Settings> Energy Saver. You should see Wake for Network Access Or similar option, it will turn on Wake-on-LAN.

With Linux
In essence, this open source operating system has a very good tool to check if your system supports WOL. Open Terminal and install ethtool with the following command:
Sudo apt-get install ethtool
Check compatibility by command:
Sudo ethtool eth0
Change the corresponding value of the network card of the system with Eth0 Depending on the case:

Here, go to the Supports Wake-on section , if marked with g , we can use the magic packet for WOL. And to activate this option, you type:
Sudo ethtool -s eth0 wol g
Then, type the command above to check it again, search for Wake on Section , We will see option g Instead of d As above:

Process of sending WOL Magic Packet
To send information that requires WOL, we can use the following options:

Depicus has developed many lightweight and multi-functional tools to accomplish this task, including command line and graphical interface, supporting various operating system platforms. when needed to learn more about this process, please refer here, or this article.
When needed to turn on your computer using an Android phone using the WOL feature, and the Wake On Lan support tool:


The basic function of PC Auto Waker Depends on 802.11 802.11 Standards. The setup process is encapsulated in 3 steps. Start by enter the name of the computer to boot (not necessarily coincide with the actual name of the computer) - this is the step to identify any computer in the system:

Then, enter the corresponding MAC Address of the computer. And finally, enter the SSID parameter of the network being used. When done, switch the computer's status to Sleep or Hibernate , then press the Wake All Button on the PC Auto Waker main console. If everything works according to our wishes, everything is complete, but if an error or inactivity occurs, Next, check some of the basic settings above.
In addition, TeamViewer is also a software that supports Wake-on-LAN feature, you can refer to the app's guide to know more about this feature.
Good luck!
FAQ
What is the main benefit of the nature of wake-on-lan feature?
The main benefit is a clearer understanding of the topic and a practical way to apply the information covered in this guide.
What should I check before using the nature of wake-on-lan feature?
Confirm compatibility, review the required settings, protect important data, and use the latest supported version whenever possible.
What should I do if the result is different?
Repeat the steps carefully, verify permissions and version differences, and consult the product's official support documentation for changes not shown in the article.
Reader Comments 0
Sign in with email or Google to join the discussion.