我正在与我的Ubuntu盒子的WOL设置战斗。 这个想法是让HTTP / SVN服务器在未使用时进入睡眠状态,并在访问时唤醒。 到目前为止,LAN唤醒工作并在启动时被激活:
Settings for eth1: Supported ports: [ TP ] Supported link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full 1000baseT/Full Supports auto-negotiation: Yes Advertised link modes: Not reported Advertised pause frame use: No Advertised auto-negotiation: Yes Speed: 1000Mb/s Duplex: Full Port: Twisted Pair PHYAD: 0 Transceiver: internal Auto-negotiation: on MDI-X: Unknown Supports Wake-on: pg Wake-on: pg Current message level: 0x0000003f (63) Link detected: yes
正如你所看到的,我也设置了wol p标志(“唤醒身体活动”)。 我的假设是,我可以说服设备不仅唤醒魔术数据包,而且还唤醒任何networking访问。 但是,这似乎是错误的。
那么这个旗子是什么意思呢,以及:(我怎么能)误用这个为我的邪恶计划?
– 马库斯( 交叉 )
当WOL系统处于“hibernate”或“closures”状态时,WOL通常需要“魔术包”来实际“唤醒”WOL系统。 “魔术包”是一个特定的“消息”,而不是任何偶然的networking活动。
某些网卡具有先进的电源pipe理function,可以根据networking活动“唤醒”系统,但是像WOL一样,并非所有的型号都必须具备此function。