I am running RouterOS v6.36 on a MikroTik CCR1016-12G Cloud Core Router.
TL;DR
I have an odd issue. When I have the Hotspot enabled on my guest LAN, I cannot access my management LAN. I need to be able to access the Management VLAN20 from the Office LAN and remotely via WAN.
The setup
Ether12 - WAN connection.
Ether11 - 172.20.1.1/24 “Office LAN”
Ether10 - 10.59.0.1/16 “Guest LAN” - VLAN10
Ether09 - 192.168.1.1/24 “Management LAN” - VLAN20
Ether08 thru 01 - Disabled with no connections
The hotspot is configured to operate on the Guest VLAN10
The problem
The Office LAN can access the internet like normal without any interaction with the hotspot regardless if the hotspot is enabled or disabled. (This is the expected behavior and operates as it should.)
With the hotspot disabled, I can access the Management VLAN20 from the Office LAN and remotely via NAT on the WAN connection without any problems.
With the hotspot enabled, when I try to access the Management VLAN20 from either the Office LAN or via WAN, the hotspot captures the traffic and tries to redirect me to the login page. (I receive a DNS error because it redirects me to the 10.59.0.1 ip address.)
I must note that I know the firewall rules work from top down. When the hotspot is enabled, it dynamically creates firewall rules and NAT rules. I have tried moving the hotspot rules down below my existing rules, but that still did not fix the redirect issue. Only when the hotspot is disabled, and the dynamic rules removed, is when I have access to the Management VLAN20.
I hope this makes sense. (Also, I can always access the router web interface regardless if the hotspot is enabled or disabled. However, I use WinBox instead of the web interface.)