Ubuntu Remote boot (Wake on Lan)

Source: Internet
Author: User

Initiator (A) remote opener (B)

A computer that is opened remotely (Computer B):
1. Reboot and go to BIOS settings
2. Set Wake on Land/wake on PCI (E) to enable
3. Save and Access Ubuntu screen
4. $sudo Apt-get Install Ethtool
5. $sudo ethtool-s eth0 Wol g (eth?? Depending on the computer network card number, can be confirmed by Ifconfig)
6. $sudo vim/etc/rc.local
Exit 0 before adding:
Sleep 5
Ethtool-s eth0 Wol G
7. $sudo Vim/etc/init.d/halt
Netdown = No
8. Check your computer's network card number (MAC)
$ifconfig
The network card number is displayed after HWADDR

Second, the initiator (Computer A):
1. $sudo Apt-get Install WakeOnLAN
2. $wakeonlan Computer B's network card number, for example:
WakeOnLAN 00:11:22:33:44:55:66

Reference:

[1] http://www.linuxidc.com/Linux/2012-07/64696.html

Ubuntu Remote boot (Wake on Lan)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.