RBSXTsq5nD (SXTsq Lite5) empty scan

My RBSXTsq5nD doesn’t show anything on scan. I know its 5GHz but also my ISP provider router is 5GHz also and its enabled
Also tried to setup a Security profile with ISP router Password setup SSID to Router but in down right corner says “searching for network”

Some Exprort from wireless:

/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa2-psk,wpa2-eap mode=dynamic-keys name=\
    Vodafone_router supplicant-identity=""
/interface wireless
set [ find default-name=wlan1 ] band=5ghz-a/n channel-width=20/40mhz-XX \
    country=greece disabled=no frequency=auto mode=station-bridge \
    security-profile=Vodafone_router ssid=M&M

RoterOS: 6.49.8
Current Firmware: 6.49.8

Manage to connect by changing country to united states.
Is Anyhow how to avoid this just for testing purposes ? No regulation and scan all frequencies? My search says no but still have home

Move forward I made the connection above. I put all interfaces (wlan1 and ether1) to bridge 1 setup a DHCP Client connect SXTsq Lite5 to my computer and expected to get Internet… but not.

Choosing station Wireless mode I didn’t get any IP as client on SXTsq Lite5. Also couldn’t ping even if I set a static IP on bridge.
I manage to ping ISP router and get DHCP service on station psedobridge mode but the issues continue on computer.
On my computer I don’t get a DHCP. I tried another computer also a linux live usb in order exclude any chance of misconfiguration of my network card.
To be honest I am not really understand why the station doesn’t works.

If I set on computer a static IP in ISP router range I can ping the ISP router also get Internet service for a minute more or less and then lost. I have to disable and enable my network card or sometimes change my static IP. The most strange think is that qbittorent works, sending and receive even if I can’t ping the rest internet ( DNS Server, google etc )

Tried also to setup manual DNS Servers like (8.8.8.8, 9.9.9.9 and 1.1.1.1 and router) or get automatic from DHCP. The above phenomenon still persists.



So an export of my config:

export hide-sensitive

jul/01/2023 09:38:46 by RouterOS 6.49.8

software id = XLZN-TYVX

model = RBSXTsq5nD

serial number = *********

/interface bridge
add name=bridge1
/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa2-psk group-ciphers=tkip,aes-ccm mode=dynamic-keys name=Vodafone supplicant-identity=“” unicast-ciphers=tkip,aes-ccm
/interface wireless
set [ find default-name=wlan1 ] band=5ghz-a/n channel-width=20/40mhz-eC country=“united states” disabled=no frequency=auto mode=station-pseudobridge security-profile=Vodafone ssid=
M&M_5G wireless-protocol=802.11
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=wlan1
/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=LAN
/ip dhcp-client
add comment=defconf disabled=no interface=bridge1
/ip dhcp-server network
add address=192.168.88.0/24 comment=defconf dns-server=192.168.88.1 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
/system clock
set time-zone-name=Europe/Athens
/tool mac-server
set allowed-interface-list=LAN
/tool mac-server mac-winbox
set allowed-interface-list=LAN