Go to file
Javier Sánchez Parra 06af0c26f4 #990 Use client broadcast address on WoL
Some universities have computers in a different subnet where the
ogServer is, but ogServer WoL functionality only supported to send
packet to its own subnets. This commit solves this.

Now ogServer sends two WoL packets per client, one with the broadcast
address of the interface indicated in the config file, the other with
the broadcast address calculated with the address and netmask of the
client.

To ensure that the second WoL works correctly you must configure
correctly the IP and netmask of the clients. Also, you have to configure
the network of your organization to route WoL packet to the correct
subnet.
2020-07-03 14:11:35 +02:00
cfg #988 add json configuration file 2020-06-26 14:55:23 +02:00
src #990 Use client broadcast address on WoL 2020-07-03 14:11:35 +02:00
tests #986 rename to ogserver 2020-06-19 11:19:55 +02:00
.gitignore #985 add .gitignore file 2020-06-17 18:20:32 +02:00
COPYING #985 add COPYING file 2020-06-18 16:48:20 +02:00
Makefile.am #971 rename sources folder to src 2020-06-26 20:13:42 +02:00
configure.ac #986 rename to ogserver 2020-06-19 11:19:55 +02:00