Configuring hAPlite as a bridge

Dear Friends,

let me ask a simple question how to configure my new hAP lite simply as a bridge. It has ether1 - ether5, wlan1/2.4GHz a wlan2/5GHz interfaces. ether1 is connected to my second home router that is connected to internet and acts as a DHCP server with DNS servers set automatically by internet provider. So I simply set all my hAP lite interfaces to be part of bridge1, nothing more.

Sometimes my android phone connects but seems not get an IP address and disconnects immediately. After while it seem to be ok again.

Please let me know if this is a right or wrong configuration. I’m not sure if it is not better to set DHCP client on ether1, a DHCP server on the rest of interfaces to separated network behind hAP lite etc. Anyway I was not successful configure it this way :frowning:.

Thank you. Configuration I’m running just now is …

# may/13/2020 22:19:34 by RouterOS 6.46.5
# software id = TM8H-FKGR
#
# model = RB952Ui-5ac2nD
# serial number = BEE40BEE71A9
/interface bridge
add name=bridge1
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-XX country="czech republic" disabled=no distance=indoors \
    frequency=auto installation=indoor mode=ap-bridge ssid=MegaWifi-5G wireless-protocol=802.11
set [ find default-name=wlan2 ] band=5ghz-a/n/ac channel-width=20/40/80mhz-XXXX country="czech republic" disabled=no distance=\
    indoors frequency=auto installation=indoor mode=ap-bridge ssid=MegaWifi-5G wireless-protocol=802.11
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa-psk,wpa2-psk eap-methods="" group-ciphers=tkip,aes-ccm mode=dynamic-keys \
    supplicant-identity=MikroTik unicast-ciphers=tkip,aes-ccm wpa-pre-shared-key=... wpa2-pre-shared-key=...
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/interface bridge port
add bridge=bridge1 interface=all
/system clock
set time-zone-name=Europe/Prague
/system identity
set name="Home WiFi"

Hi, I think you have to set a DHCP client on the bridge

Did this work?

Yes, it seems to be ok now. Thanks..