码迷,mamicode.com
首页 > 系统相关 > 详细

ubuntu 远程开机

时间:2016-07-30 11:51:26      阅读:284      评论:0      收藏:0      [点我收藏+]

标签:

启动者(电脑A)  ----------->  被远程开启的电脑(电脑B)
 
一、被远程开启的电脑(电脑B):
1. 重新开机,并进到BIOS设定
2. 把Wake On Land / Wake On PCI(E)设为Enable
3. 储存并进入Ubuntu画面
4. sudo apt-get install ethtool
5. sudo ethtool -s eth0 wol g (eth? ?依该电脑网卡编号而定,可用ifconfig确认)
6. nano /etc/rc.local
    新增以下2行:
    sleep 5
    ethtool -s eth0 wol g
7. nano /etc/init.d/halt
    NETDOWN = no
8. 查询电脑网卡号码(MAC)
    ifconfig
    HWaddr 之后显示的就是网卡号码
 
二、启动者(电脑A):
1. sudo apt-get install wakeonlan
2. wakeonlan 电脑B的网卡号码,例如:
    wakeonlan 00:11:22:33:44:55:66技术分享

ubuntu 远程开机

标签:

原文地址:http://www.cnblogs.com/xiaojikuaipao/p/5720401.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!