##-----------------------------------------------------------------------------
## opt_wol                                                   fli4l-3.0.1 v1.6.3
##
## Creation:     12.10.2002  gk
## Last Update:  29.03.2006 m.p.
##
## Copyright (c) 2006 Matthias Pilz <fli4l.pilz@tiscali.de>
## original release (c) 2002-2004 Georg Kainzbauer <georgkainzbauer@gmx.net>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; either version 2 of the License, or
## (at your option) any later version.
##-----------------------------------------------------------------------------
OPT_WOL='no'                           # install opt_wol: yes or no

#------------------------------------------------------------------------------
# Wake on LAN fhige Rechner im Netzwerk
#------------------------------------------------------------------------------
WOL_HOST_N='0'                         # Anzahl der Wake on LAN fhigen Clients
WOL_HOST_1_NAME='Client1'              # Rechnername des ersten Clients
WOL_HOST_1_IF='eth0'                   # Netzwerkinterface fr ersten Client
WOL_HOST_1_IP='192.168.1.1'            # IP-Adresse des ersten Clients
WOL_HOST_1_MAC='11:11:11:11:11:11'     # MAC-Adresse des ersten Clients
WOL_HOST_2_NAME='Client2'              # Rechnername des zweiten Clients
WOL_HOST_2_IF='eth0'                   # Netzwerkinterface fr zweiten Client
WOL_HOST_2_IP='192.168.1.2'            # IP-Adresse des zweiten Clients
WOL_HOST_2_MAC='22:22:22:22:22:22'     # MAC-Adresse des zweiten Clients

#------------------------------------------------------------------------------
# Rechner die beim Starten des Routers gebootet werden sollen
#------------------------------------------------------------------------------
WOL_BOOT='no'                          # install WOL on Boot: yes or no
WOL_BOOT_N='0'                         # Anzahl der Rechner
WOL_BOOT_1_IF='eth0'                   # Netzwerkinterface fr ersten Client
WOL_BOOT_1_MAC='11:11:11:11:11:11'     # MAC-Adresse des ersten Clients
WOL_BOOT_2_IF='eth0'                   # Netzwerkinterface fr zweiten Client
WOL_BOOT_2_MAC='22:22:22:22:22:22'     # MAC-Adresse des zweiten Rechners
