我目前正在与我的 Ubuntu 机器的 WOL 设置作斗争。这个想法是让 HTTP/SVN 服务器在未使用时休眠,并在访问时唤醒。到目前为止,局域网唤醒工作并在启动时激活:
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
Run Code Online (Sandbox Code Playgroud)
如您所见,我还设置了wol p标志(“身体活动时醒来”)。我的假设是我可以说服设备不仅在魔术数据包上唤醒,而且在任何网络访问时唤醒。然而,这似乎是错误的。
那么这个标志是什么意思,并且:(如何)我可以将它用于我的邪恶计划?