Hi
Im running a standalone hotspot/server system to act as an information system.
Clients connect on eth2 (192.168.88.1/24), and via the mikrotik are forwarded to a server on eth1 (192.168.0.13)
HotSpot is running, with 192.168.0.13 in the walled garden.
DNS Server on Mikrotik has a regex catch all expression resolving all domains to 192.168.0.13
A client connects to eth2, is resolved to 192.168.0.13 and ends up on my server as expected. No hotspot redirection takes place, running standard html
After a few hours however, things change. DNS still resolved to 192.168.0.13, but users are ending up on the HotSpot login screen. Manually entering 192.168.0.13 into the browser divers to the hotspot login screen. Its as though the Mikrotik forgets/blocks the walled garden IP.
Any ideas why this should happen?
Is there a simpler way to send all users connecting on eth2 direct to a specific web server? There is no internet on this network, no other DNS, nothing. I just need to put a webpage in front of users. Maybe a firewall rule?
any ideas, as this is driving me nuts.