Goodmorning everyone,
I would like to ask you for help on a particular configuration.
I made a typical configuration for use as a hotspot.
Eth1 has been configured as an internet connection and has IP address 192.168.1.197/24
Eth2 has been configured as a hotspot and has IP address 10.10.0.1/16
And so far all right. At the opening of the browser, the routerboard proposes the login page and inserts the data into the navigation as it is set for the user.
We come to the peculiarity:
Eth3 I configured it with the IP address 172.100.1.1 and connected to this port, a webserver addressing 172.100.1.2
I would like to see a webserver page before the login page. To do this, I modified the file login.html and downloaded it to the routerboard.
To make it short does not work. If the user is not authentic, the address 172.100.1.2 is not displayed. How can I open the eth3 so that it can be accessed by users even if they are not authenticated?
Thank you