Configuring hotspot on Bridge

I configure MT as DHCP relay server on bridge interface. Now I want to configure
Hotspot on MT. I could not up hotspot on it without local dhcp-server enabling on MT.
Could anyone fix me?

You may use HotSpot without DHCP-server. ‘ip hotspot setup’ enables DHCP-server, you have to disable it.
Note, that HotSpot should be configured on bridge interface, you have to ensure that public interfaces are not to this bridge.

I did as your recommendation but it shows me Invalid hotspot here is code:

[admin@RouterOS] ip hotspot> add name=hs interface=LAN disabled=no profile=default
[admin@RouterOS] ip hotspot> pri
Flags: X - disabled, I - invalid, S - HTTPS
 #   NAME                                                                        INTERFACE ADDRESS-POOL PROFILE IDLE-TIMEOUT
 0 I hs                                                                          LAN                    default 5m
[admin@RouterOS] ip hotspot>

yes, fren
that’s invalid interface value, have you try to change it to bridge interface name

 /ip hot set hs interface=[your_bridge_interface_name_here]

as sergerjs suggestion don’t put public interface to bridge…!!!, it’s right.

regards
Hasbullah.com

/ip hot set hs interface=[your_bridge_interface_name_here]

It’s working now I got login page. But could not login to internet. Shows me error

Mikrotik HttpProxy
Error:504 Gateway Timeout

Hi,
I am trying to setup hotspot on a bridge interface.

I have add my public and local interfaces to the bridge, dhcp server (with static leases) and hotspot are enabled on the bridge.
Public interface is connected to the existing campus network (with dhcp active and serving public ip)

now i have 2 senarios :

1- if the user are registred in dhcp static leases, it gets it IP from MT dhcp and the authentication are done via the MT hostpot (like in gateway mode) : GREAT it works … but,
2- when an unknown user connets to MT local side, it gets it IP from the campus dhcp (public ip) and it bypass tje hotspot authentication… and here is the problem : i need to authenticate also users getting public IPs…

Anybody have an idea ?

Thanks

Chady