nodogsplash2: Fix Startup Failure (#343)
authorbluewavenet <rob@blue-wave.net>
Mon, 8 Jan 2018 22:33:14 +0000 (22:33 +0000)
committerMoritz Warning <moritzwarning@web.de>
Mon, 8 Jan 2018 22:33:14 +0000 (23:33 +0100)
nodogsplash2: fix startup failure

The underlying network_get_device() used for option network is not reliable. Use option gatewayinterface for now.

Signed-off-by: Rob White <rob@blue-wave.net>
nodogsplash2/files/nodogsplash.config

index a47579e4593c88f02b5c0bdca351b073967ee01f..b6ca3681af6a824016de05472b38ac80fa803975 100644 (file)
@@ -12,8 +12,19 @@ config nodogsplash
   # Use plain configuration file
   #option config '/etc/nodogsplash/nodogsplash.conf'
 
-  # The network the users are connected to
-  option network 'lan'
+  # Use this option to set the network interface the users are connected to
+  # Must not be used with option gatewayinterface
+  # This option automatically identifies the active lan device for nodogsplash to bind to
+  # This option may fail if the device configured for this interface is not up when nodogsplash starts at boot time
+  # You may change this to any valid virtual lan interface that has been defined, eg lan, lan2, public_lan wlan2 etc
+  # option network 'lan'
+  
+  # Use this option to set the device nogogsplash will bind to
+  # Must not be used with option network
+  # The nodogsplash init script will wait for this device to be up before loading the nodogsplash service
+  # You may change this to any valid lan device eg br-lan, wlan0, eth0.1 etc
+  option gatewayinterface 'br-lan'
+  
   option gatewayname 'OpenWrt Nodogsplash'
   option maxclients '250'
   #Client timeouts in minutes