Thanks for the replies all.
First things first:
a. this inability to access the http(webfig)/Winbox(IP) RBSXTsq5ac unit that is physically connected via a UTP cable to the system performing the configuration is completely unrelated to DFS which is a different beast solely related to the wireless domain and the laws in-place to coexist with other technologies (weather radars and such) which these APs share operating frequencies with. On that front (DFS channel) I can get the transmission up and running after about 1 min (pending DFS clear scan ) no probs there..Channel 140/5700Mhz is set to be within the EU outdoor DFS broadcast spectrum limits in order to use the unit in a lawful way.
b. Further tests seem to indicate that in following the wiki above to setup bridge / station bridge access via http/ssh/Wibox(IP) is lost at the step when adding ether1 port to the bridge, OR when changing the default IP (88.1 to 1.25) or deleting that and using solely x.1.25 via the IP/Adress List window.
c. Here’s a copy of the defconf that sets the unit in CPE / Station pseudobridge mode after reseting the unit via WinBox and/or pressing the reset button while plugging the PoE cable for 5’’ based on v. 6.42.7 of the facroty f/w
# jan/02/1970 00:02:44 by RouterOS 6.46.1
# software id = WCLX-LZLW
#
# model = RouterBOARD SXTsq G-5acD
# serial number = 898E09xxxxxx
/interface wireless
set [ find default-name=wlan1 ] band=5ghz-a/n/ac channel-width=20/40/80mhz-XXXX \
disabled=no frequency=auto ssid=MikroTik
/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip pool
add name=default-dhcp ranges=192.168.88.10-192.168.88.254
/ip dhcp-server
add address-pool=default-dhcp disabled=no interface=ether1 name=defconf
/ip neighbor discovery-settings
set discover-interface-list=LAN
/interface list member
add comment=defconf interface=ether1 list=LAN
add comment=defconf interface=wlan1 list=WAN
/ip address
add address=192.168.88.1/24 comment=defconf interface=ether1 network=\
192.168.88.0
/ip dhcp-client
add comment=defconf disabled=no interface=wlan1
/ip dhcp-server network
add address=192.168.88.0/24 comment=defconf gateway=192.168.88.1
/ip dns
set allow-remote-requests=yes
/ip dns static
add address=192.168.88.1 comment=defconf name=router.lan
/ip firewall filter
add action=accept chain=input comment=\
"defconf: accept established,related,untracked" connection-state=\
established,related,untracked
add action=drop chain=input comment="defconf: drop invalid" connection-state=\
invalid
add action=accept chain=input comment="defconf: accept ICMP" protocol=icmp
add action=accept chain=input comment=\
"defconf: accept to local loopback (for CAPsMAN)" dst-address=127.0.0.1
add action=drop chain=input comment="defconf: drop all not coming from LAN" \
in-interface-list=!LAN
add action=accept chain=forward comment="defconf: accept in ipsec policy" \
ipsec-policy=in,ipsec
add action=accept chain=forward comment="defconf: accept out ipsec policy" \
ipsec-policy=out,ipsec
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" \
connection-state=established,related
add action=accept chain=forward comment=\
"defconf: accept established,related, untracked" connection-state=\
established,related,untracked
add action=drop chain=forward comment="defconf: drop invalid" connection-state=\
invalid
add action=drop chain=forward comment="defconf: drop all from WAN not DSTNATed" \
connection-nat-state=!dstnat connection-state=new in-interface-list=WAN
/ip firewall nat
add action=masquerade chain=srcnat comment="defconf: masquerade" ipsec-policy=\
out,none out-interface-list=WAN
/tool mac-server
set allowed-interface-list=LAN
/tool mac-server mac-winbox
set allowed-interface-list=LAN
d. I finally managed to get to the point I needed in my ‘quest’ by tweaking it to a bare-bones config as follows, which indeed works and acts completely the way I described above for the purposed and methodology I wish to follow.
# jan/02/1970 00:36:22 by RouterOS 6.46.1
# software id = WCLX-LZLW
#
# model = RouterBOARD SXTsq G-5acD
# serial number = 898E09xxxxxx
/interface bridge
add name=bridge1
/interface wireless
set [ find default-name=wlan1 ] band=5ghz-n/ac country=debug disabled=no \
frequency=5700 mode=bridge ssid=MT_test tx-power=1 tx-power-mode=\
all-rates-fixed wireless-protocol=802.11
/interface list
add name=WAN
add name=LAN
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk eap-methods="" mode=\
dynamic-keys supplicant-identity=MikroTik
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/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.1.25/24 interface=wlan1 network=192.168.1.0
This config - only by substituting country=debug with the respective choice to be within DFS operating requirements and tweaking the tx-power value to suit one’s needs - gives me the ability to access the AP both locally AND over the bridge on IP 192.168.1.25 in order to carry out tests that will aid my evaluations. At this stage It’s hugely important to note that in the meantime I did update the factory f/w from 6.42.7 to 6.46.1 prior to my success, so maybe there was something there in the defconf after reset that was bugging the hell out of this what_appeared_to_be_really_easy_config_in_the_first_place…
So there you have it, I hope this serves as a guide for whomever finds himself in a similar situation in the future..
Regards.