Hi guys,
how can I access my Hotspot Login page from LAN?
/ip firewall nat add chain=dstnat dst-address=192.168.88.1 action=dst-nat to-addresses=192.168.88.1
/ip firewall filter add chain=forward src-address=192.168.1.0/24 dst-address=192.168.88.1 protocol=tcp dst-port=80,443 action=accept
Did this but no luck
Also added hotspot.local to pi-hole in the router (docker) and no luck
what am i doing wrong?
Thanks