Hello everybody,
I’m eni quite a beginner as regards microtics.
To my problem: I would like to operate 3 hAP ac lite (RB952Ui-5ac2nD) behind a FRITZ-BOX. They should serve as WLAN AP for the existing network.
The FB is to play DHCP for the clients also on pressure u.a. Devices.
In addition there should be a guest WLAN with a separated IP address range and DHCP.
Unfortunately, I fail but the first step. I thought I could use all 5 ports as a switch. But as soon as I set up a bridge, and all ports with here, the router is not attainable. If I leave the port, which is connected with the FB, from the bridge, I am already so far that I get an IP sometimes from the FB, but I do not come to the Internet.
I have deleted the config and tried the configuration on foot.
interface bridge
add name=br-wlan-lan
/interface ethernet
set [ find default-name=ether1 ] name=LAN1
set [ find default-name=ether2 ] name=LAN2
set [ find default-name=ether3 ] name=LAN3
set [ find default-name=ether4 ] name=LAN4
set [ find default-name=ether5 ] name=LAN5
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-Ce country=germany disabled=no frequency=auto frequency-mode=regulatory-domain mode=
ap-bridge name=2.4GHz ssid=JH-WLAN wireless-protocol=802.11 wps-mode=disabled
set [ find default-name=wlan2 ] band=5ghz-a/n/ac channel-width=20/40/80mhz-Ceee country=germany disabled=no frequency=auto frequency-mode=regulatory-domain
mode=ap-bridge name=5GHz ssid=JH-WLAN wireless-protocol=802.11 wps-mode=disabled
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk eap-methods=“” mode=dynamic-keys wpa2-pre-shared-key=“123456789”
/interface bridge port
add bridge=br-wlan-lan interface=LAN2
add bridge=br-wlan-lan interface=2.4GHz
add bridge=br-wlan-lan interface=5GHz
/ip address
add address=192.168.178.90/24 interface=br-wlan-lan network=192.168.178.0
add address=192.168.178.91/24 interface=LAN1 network=192.168.178.0
/ip dns
set servers=192.168.178.1
/ip route
add distance=1 gateway=192.168.178.1
/system identity set name=AP1
/system ntp client set enabled=yes primary-ntp=192.168.178.57
/ip dhcp-relay add name=Local1-Relay interface=LAN1
dhcp-server=192.168.178.1 local-address=192.168.178.1 disabled=no
Here my example Konfig.
Thany you for you Help
Vielen Dank für Eure Hilfe.
MfG
Lars