I’m trying to make a point to point link between mANTbox ax [AP] → RBSXTsqG-5acD [station]
I have both updated to RouterOS version 7.18. I can get the wireless part to connect but when I make a bridge between the wireless part and the ethernet of the SXT I no longer have communication.
I’ve tried in AC and N but I haven’t been able to get it to work. Do you know if there is any incompatibility problem? I don’t know if it could be some limitation of the AX with the new wifi-qcom driver?
config RBSXTsqG-5acD
# model = RBSXTsqG-5acD
/interface bridge
add name=bridge1
/interface wireless
set [ find default-name=wlan1 ] band=5ghz-a/n channel-width=20/40mhz-Ce \
disabled=no frequency=5660 mode=station-pseudobridge ssid=MikroTik-5
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa-psk,wpa2-psk mode=\
dynamic-keys supplicant-identity=MikroTik
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=wlan1
/ip neighbor discovery-settings
set discover-interface-list=!dynamic
/ip dhcp-client
add interface=bridge1
/system note
set show-at-login=no
config mANTbox ax
# model = L22UGS-5HaxD2HaxD
/interface bridge
add name=bridge1
/interface wifi
set [ find default-name=wifi1 ] channel.band=2ghz-n .skip-dfs-channels=\
10min-cac configuration.mode=ap .ssid=MikroTik-2 disabled=no
set [ find default-name=wifi2 ] channel.band=5ghz-n .skip-dfs-channels=\
10min-cac configuration.mode=ap .ssid=MikroTik-5 disabled=no \
security.authentication-types=wpa2-psk
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=wifi2
add bridge=bridge1 interface=wifi1
/ip neighbor discovery-settings
set discover-interface-list=!dynamic
/ip address
add address=192.168.1.20/24 interface=bridge1 network=192.168.1.0
/system note
set show-at-login=no