0% found this document useful (0 votes)
149 views9 pages

WOL Setup on AIMB-784 with CentOS

This 3 sentence summary provides the key steps to enable Wake on LAN (WOL) on a CentOS 6.7 system with an AIMB-784 motherboard: To set up WOL, first check the BIOS settings and enable the WOL function. Then use ethtool to check the WOL setting and enable it for the network interface. Finally, modify the halt script to disable NETDOWN, get the MAC address, and test WOL using wakeonlan and the MAC to wake the system from suspend over the network.

Uploaded by

Rafael Flores
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
149 views9 pages

WOL Setup on AIMB-784 with CentOS

This 3 sentence summary provides the key steps to enable Wake on LAN (WOL) on a CentOS 6.7 system with an AIMB-784 motherboard: To set up WOL, first check the BIOS settings and enable the WOL function. Then use ethtool to check the WOL setting and enable it for the network interface. Finally, modify the halt script to disable NETDOWN, get the MAC address, and test WOL using wakeonlan and the MAC to wake the system from suspend over the network.

Uploaded by

Rafael Flores
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd

Technical Case Sharing -

How to WOL on AIMB-784


with CentOS 6.7

IIoT/Rafael Flores
2017/01/03
Outline
Check BIOS
Check WOL enable
Change halt setting
Check MAC Address
Wake on LAN Testing
BIOS:Enable Wake on LAN Function
Set Wake-on-LAN opti
ons
p :Wake on phy activity
u :Wake on unicast messages
m :Wake on multicast messages
b :Wake on broadcast messages
a :Wake on ARP
g :Wake on MagicPacket(tm)
s :Enable SecureOn(tm) password for MagicPacket(t
m)
d :Disable (wake on nothing). This option clears all pr
evious options.
Check WOL enable
$sudo ethtool eth1 $sudo ethtool -s eth1 wol g
Disable NETDOWN
$sudo gedit /etc/init.d/halt
Check MAC Address
$ifconfig
Suspend & Wake by TP
C-1551T
$wakeonlan [Link]
Thank You

You might also like