Advertisement
Guest User

Untitled

a guest
Sep 1st, 2015
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. sudo wakeonlan <my mac address>
  2.  
  3. Sending magic packet to 255.255.255.255:9 with 00:25:xx:xx:xx:xx
  4. and I get my console back (without anything happens).
  5.  
  6. sudo etherwake <my mac address>
  7.  
  8. sudo etherwake <my mac address> -D
  9.  
  10. The target station address is 0:25:xx:xx:xx:xx.
  11. Packet is ff ff ff ff ff ff 00 25 xx xx xx xx 08 etc. etc.
  12. Sendto worked ! 116
  13.  
  14. sudo ethtool <NIC> | grep "Wake"
  15.  
  16. Supports Wake-on: g
  17. Wake-on: g
  18.  
  19. sudo ethtool -s <NIC> wol g
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement