Skip to content

primiano/wake-my-subnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wake-my-subnet

Wake My Subnet is a small Linux daemon which allows to remotely wake hosts on a network using the WOL magic packet. It provides a web-based UI and is able to lookup hosts on the network segment automatically.

logo

The daemon should be executed on a machine (which is always on) which is connected to the same network segment of the other hosts that will be woken up. The daemon periodically scans the network to discover the hosts (when they are up) and exposes a web interface to wake them up when they are not. The WOL method used is the [UDP Magic Packet](http://en.wikipedia.org/wiki/Wake-on-LAN#Magic_packet) on port 7.

Usage

On the wake-station (the machine that will be always on and will be used to wake the others):

On the other machines which will turned off regularly:

  • Enable WOL in the BIOS.
  • Add "ethtool -s eth0 wol g" to the rc.local.

Sreenshot screenshot

About

A small python tools to Wake On Lan computers on a network segment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages