diff options
author | Javier Sánchez Parra <jsanchez@soleta.eu> | 2019-02-06 13:23:51 +0100 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2019-02-06 14:29:52 +0100 |
commit | 2baf362ac200f63f1c380154bfaa386b0b5f7d23 (patch) | |
tree | ad8d74450742e2febeaa9e755735d911269f527d /ogAdmServer.cfg | |
parent | bcc8ccce343287a07e2686bf293839962e0831af (diff) |
#896: Send multicast WoL through a specific interface
* New parameter in ogAdmServer config file for setting an interface.
* ogAdmServer multicast WoL now search the interface of the config file in the
system, if the interface is found in the system the destination IP of the
packet change to a broadcast address of a specific range of addresses.
Diffstat (limited to 'ogAdmServer.cfg')
-rw-r--r-- | ogAdmServer.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ogAdmServer.cfg b/ogAdmServer.cfg index 9273952..07d7d97 100644 --- a/ogAdmServer.cfg +++ b/ogAdmServer.cfg @@ -4,3 +4,4 @@ USUARIO=DBUSER PASSWORD=DBPASSWORD datasource=localhost CATALOG=DATABASE +INTERFACE=eth0 |