Technetium Visto che lo usi come unico router imposta il pacchetto Wifi wave 2.
Devo dire che con wave2 le prestazioni sono migliorate notevolmente, ho provato l'ultima versione 7.1.2 e va benone. Ho il problema del fallimento di handshake con uno smartphone ma per il resto dei dispositivi si collegano tutti senza problemi. Grazie per il consiglio ancora, ha fatto molta differenza.
[cancellato] Hai modo di inviare una configurazione "sanitizzata" così da capire come hai impostato la rete?
# feb/16/2022 09:46:44 by RouterOS 7.1.2
# model = RBD53iG-5HacD2HnD
/interface bridge
add admin-mac=MAC auto-mac=no comment=defconf name=bridge
add comment=smart name=bridgeSmart
/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN
/interface lte apn
set [ find default=yes ] ip-type=ipv4
/interface wifiwave2 channel
add frequency=2412,2432,2472 name=ch-2ghz width=20mhz
add frequency=5180,5260,5500 name=ch-5ghz width=20/40/80mhz
/interface wifiwave2 security
add authentication-types=wpa2-psk,wpa3-psk encryption=\
ccmp,gcmp,ccmp-256,gcmp-256 name=common-auth wps=disable
/interface wifiwave2 configuration
add country=Italy name=common-conf security=common-auth ssid=mamoso
/interface wifiwave2
set [ find default-name=wifi1 ] channel=ch-2ghz configuration=common-conf \
disabled=no
set [ find default-name=wifi2 ] channel=ch-5ghz configuration=common-conf \
disabled=no
add channel=ch-2ghz configuration=common-conf configuration.country=Italy \
.mode=ap .ssid=smarties disabled=no mac-address=MAC \
master-interface=wifi1 name=smarties1 security=common-auth
add channel=ch-5ghz configuration=common-conf configuration.country=Italy \
.mode=ap .ssid=smarties disabled=no mac-address=MAC \
master-interface=wifi2 name=smarties2 security=common-auth
/ip pool
add name=default-dhcp ranges=192.168.5.10-192.168.5.254
add name=smart-dhcp ranges=192.168.6.10-192.168.6.254
/ip dhcp-server
add address-pool=default-dhcp interface=bridge lease-time=10h name=defconf
add address-pool=smart-dhcp interface=bridgeSmart lease-time=10h name=\
smartconf
/queue simple
add comment="Smart All Bandwidth, works only without fastrack in firewall" \
disabled=yes max-limit=3M/3M name="Smart All Bandwidth" target=\
bridgeSmart
/routing bgp template
set default as=65530 disabled=no name=default output.network=bgp-networks
/routing ospf instance
add name=default-v2
/routing ospf area
add disabled=yes instance=default-v2 name=backbone-v2
/interface bridge port
add bridge=bridge comment=defconf ingress-filtering=no interface=ether2
add bridge=bridge comment=defconf ingress-filtering=no interface=ether3
add bridge=bridge comment=defconf ingress-filtering=no interface=ether4
add bridge=bridge comment=defconf ingress-filtering=no interface=ether5
add bridge=bridge comment=home ingress-filtering=no interface=wifi1
add bridge=bridge comment=defconf ingress-filtering=no interface=wifi2
add bridge=bridgeSmart comment=smart interface=smarties1
/ip neighbor discovery-settings
set discover-interface-list=LAN
/ipv6 settings
set disable-ipv6=yes max-neighbor-entries=8192
/interface list member
add comment=defconf interface=bridge list=LAN
add comment=defconf interface=ether1 list=WAN
/ip address
add address=192.168.5.1/24 comment=home interface=bridge network=192.168.5.0
add address=192.168.6.1/24 comment=smart interface=bridgeSmart network=\
192.168.6.0
/ip dhcp-client
add comment=defconf interface=ether1
/ip dhcp-server network
add address=192.168.5.0/24 comment=defconf dns-server=208.67.222.222,8.8.8.8 \
gateway=192.168.5.1
add address=192.168.6.0/24 comment=smart dns-server=208.67.222.222,8.8.8.8 \
gateway=192.168.6.1
/ip dns
set allow-remote-requests=yes
/ip dns static
add address=192.168.5.1 comment=defconf name=router.lan
/ip firewall address-list
add address=0.0.0.0/8 comment="Self-Identification [RFC 3330]" list=bogons
add address=10.0.0.0/8 comment="Private[RFC 1918] - CLASS A # Check if you nee\
d this subnet before enable it" list=bogons
add address=127.0.0.0/8 comment="Loopback [RFC 3330]" list=bogons
add address=169.254.0.0/16 comment="Link Local [RFC 3330]" list=bogons
add address=172.16.0.0/12 comment="Private[RFC 1918] - CLASS B # Check if you \
need this subnet before enable it" list=bogons
add address=192.0.2.0/24 comment="Reserved - IANA - TestNet1" list=bogons
add address=192.88.99.0/24 comment="6to4 Relay Anycast [RFC 3068]" list=\
bogons
add address=198.18.0.0/15 comment="NIDB Testing" list=bogons
add address=198.51.100.0/24 comment="Reserved - IANA - TestNet2" list=bogons
add address=203.0.113.0/24 comment="Reserved - IANA - TestNet3" list=bogons
add address=224.0.0.0/4 comment=\
"MC, Class D, IANA # Check if you need this subnet before enable it" \
list=bogons
add address=100.64.0.0/10 comment="Carrier-grade NAT" list=bogons
add address=192.0.0.0/24 comment="IETF protocol assignments" list=bogons
/ip firewall filter
add action=fasttrack-connection chain=forward comment="Fastrack DNS TCP" \
dst-port=53 hw-offload=yes protocol=tcp
add action=fasttrack-connection chain=forward comment="Fastrack DNS UDP" \
dst-port=53 hw-offload=yes protocol=udp
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=drop chain=forward comment="Drop to bogon list" dst-address-list=\
bogons
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 (DISABLE TO MAKE QUEUES AND MANGLE WORKS)" \
connection-state=established,related hw-offload=yes
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
/ip service
set telnet disabled=yes
set ftp disabled=yes
set www port=1780
set ssh disabled=yes port=NNNN
set api disabled=yes
set winbox port=NNNN
set api-ssl disabled=yes
/system clock
set time-zone-name=Europe/Rome
/system leds
set 0 interface=wifi1 leds=led1 type=interface-status
set 1 interface=ether1 leds=poe-led type=interface-status
set 2 interface=wifi2 type=interface-status
set 3 interface=smarties1 type=interface-status
set 4 interface=smarties2 type=interface-status
/system routerboard settings
set cpu-frequency=auto
/tool bandwidth-server
set enabled=no
/tool mac-server
set allowed-interface-list=LAN
/tool mac-server mac-winbox
set allowed-interface-list=LAN