SXT LTE --> SXT --> SXT == Winbox issue

I know this is a simple question, but I’m struggling with it.

SXT LTE (192.168.88.1) with DHCP server (192.168.88.5-192.168.88.254) —> SXT2 (192.168.88.2) —> SXT2 (192.168.88.3) —> Netgear routers WAN port (IP set to dynamic)

This all works as expected - internet works fine and you can connect to 192.168.88.1 and 192.168.88.2 via Winbox. The trouble is the SXT with IP 192.168.88.3 cannot be reached via Winbox unless you physically connect a machine to the SXT. If you look at the other SXT’s registration info, the IP is showing that of the Netgear router…

Again, I know this is something simple I’m missing…

Post your config on the both Wireless Sxt

Here is the config for the remote SXT. Configured using QuickSet. Remote SXT done with PTP Bridge AP and the other with PTP Bridge CPE.

/interface bridge
add name=bridge1
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-onlyn country=australia disabled=no \
    mode=bridge ssid=NET wireless-protocol=802.11
/interface list
add name=WAN
add name=LAN
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk mode=dynamic-keys \
    supplicant-identity=MikroTik wpa-pre-shared-key= \
    wpa2-pre-shared-key=
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=wlan1
/interface list member
add interface=ether1 list=WAN
add interface=wlan1 list=LAN
/ip address
add address=192.168.88.2/24 interface=wlan1 network=192.168.88.0
/ip route
add distance=1 gateway=192.168.88.1
/system clock
set time-zone-name=Australia/Sydney
/system identity
set name=SXT-AP
/system ntp client
set enabled=yes primary-ntp=192.168.88.1

What more is Users on CPE?

Station Bridge?
Assign the IP Adress to the Bridge and not to the Wireless Interface

Cheers, Mistry7! That did the trick.