hi Holvoetn, appreciate your response and that you take a look at my config
Hard to believe over wifi

best wifi ever
1- most likely something wrong in the config. Hence the request to have a look how you have it configured now.
I really hope the config is the issue, i do like the routerOS overall. I understand networking but honestly wireless is a very weak area.
2- I assume you like to use the device as a simple access point ?
Correct, I don't even want nat, i'm just routing to the main firewall that will take care of routing, nat, etc.
However, if that "other device" is already using channel 5180, why are you using the SAME channel ? That's not smart.
good point, for some reason there were no available channel configured in the device and the antenna was down, I found this page and used it to do some testing:
https://en.wikipedia.org/wiki/List_of_W ... j/n/ac/ax) but the ultimate result was all the same, did not make a difference if i was using 5180 versus 5210, i even configured the secondary frequency to try and do 80+80 but my tests always showed the same result.I finally set to try and mirror the other AP to see if i could match the speed.
4- as of ROS7.9 (and 7.9.1 and 7.10b8) there are some AX-wifi issues (which is what you may see). What does the log file say about this (provided you have enabled logging) ?
I followed this troubleshooting guide and enabled wireless debugging, did not really see much there other than signaling issues (
https://wiki.mikrotik.com/wiki/Manual:W ... Debug_Logs) I will post logs below.
I did experience a new issue today, seem the device just hung up during the night, the device was showing activity on the poe port, but there was no ssid to connect to. I had to do a hard reset to get them back.
here is my config:
# may/28/2023 14:04:58 by RouterOS 7.9.1
# software id = GUKW-BIS8
#
# model = cAPGi-5HaxD2HaxD
# serial number = HEE08H9PBM8
/interface bridge
add admin-mac=48:A9:8A:C0:3D:29 auto-mac=no comment=defconf name=bridge
/interface wifiwave2
set [ find default-name=wifi1 ] channel.band=5ghz-ax .frequency=5180 .secondary-frequency=5290 .skip-dfs-channels=disabled .width=20/40/80mhz configuration.chains="" .country=\
"United States" .hide-ssid=no .mode=ap .rrm=no .ssid=ma5 .tx-chains="" disabled=no security.authentication-types=wpa3-psk
set [ find default-name=wifi2 ] channel.skip-dfs-channels=10min-cac configuration.country="United States" .mode=ap .ssid=ma4 disabled=no security.authentication-types=wpa2-psk,wpa3-psk
/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN
/ip pool
add name=dhcp ranges=192.168.88.10-192.168.88.254
/ip dhcp-server
add address-pool=dhcp interface=bridge lease-time=10m name=defconf
/interface bridge port
add bridge=bridge comment=defconf interface=ether2
add bridge=bridge comment=defconf interface=wifi1
add bridge=bridge comment=defconf interface=wifi2
/ip neighbor discovery-settings
set discover-interface-list=LAN
/interface detect-internet
set detect-interface-list=all
/interface list member
add comment=defconf interface=bridge list=LAN
add comment=defconf interface=ether1 list=WAN
/interface wifiwave2 cap
set enabled=yes
/ip address
add address=192.168.88.1/24 comment=defconf interface=bridge network=192.168.88.0
add address=192.168.251.14/24 interface=ether1 network=192.168.251.0
/ip dhcp-client
add comment=defconf disabled=yes interface=ether1
/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 servers=1.1.1.1,8.8.8.8
/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 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" disabled=yes ipsec-policy=out,none out-interface-list=WAN
/ip ssh
set always-allow-password-login=yes strong-crypto=yes
/ip upnp
set enabled=yes
/ip upnp interfaces
add interface=bridge type=internal
add interface=ether1 type=external
/ipv6 firewall address-list
add address=::/128 comment="defconf: unspecified address" list=bad_ipv6
add address=::1/128 comment="defconf: lo" list=bad_ipv6
add address=fec0::/10 comment="defconf: site-local" list=bad_ipv6
add address=::ffff:0.0.0.0/96 comment="defconf: ipv4-mapped" list=bad_ipv6
add address=::/96 comment="defconf: ipv4 compat" list=bad_ipv6
add address=100::/64 comment="defconf: discard only " list=bad_ipv6
add address=2001:db8::/32 comment="defconf: documentation" list=bad_ipv6
add address=2001:10::/28 comment="defconf: ORCHID" list=bad_ipv6
add address=3ffe::/16 comment="defconf: 6bone" list=bad_ipv6
/ipv6 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 ICMPv6" protocol=icmpv6
add action=accept chain=input comment="defconf: accept UDP traceroute" port=33434-33534 protocol=udp
add action=accept chain=input comment="defconf: accept DHCPv6-Client prefix delegation." dst-port=546 protocol=udp src-address=fe80::/10
add action=accept chain=input comment="defconf: accept IKE" dst-port=500,4500 protocol=udp
add action=accept chain=input comment="defconf: accept ipsec AH" protocol=ipsec-ah
add action=accept chain=input comment="defconf: accept ipsec ESP" protocol=ipsec-esp
add action=accept chain=input comment="defconf: accept all that matches ipsec policy" ipsec-policy=in,ipsec
add action=drop chain=input comment="defconf: drop everything else not coming from LAN" in-interface-list=!LAN
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 packets with bad src ipv6" src-address-list=bad_ipv6
add action=drop chain=forward comment="defconf: drop packets with bad dst ipv6" dst-address-list=bad_ipv6
add action=drop chain=forward comment="defconf: rfc4890 drop hop-limit=1" hop-limit=equal:1 protocol=icmpv6
add action=accept chain=forward comment="defconf: accept ICMPv6" protocol=icmpv6
add action=accept chain=forward comment="defconf: accept HIP" protocol=139
add action=accept chain=forward comment="defconf: accept IKE" dst-port=500,4500 protocol=udp
add action=accept chain=forward comment="defconf: accept ipsec AH" protocol=ipsec-ah
add action=accept chain=forward comment="defconf: accept ipsec ESP" protocol=ipsec-esp
add action=accept chain=forward comment="defconf: accept all that matches ipsec policy" ipsec-policy=in,ipsec
add action=drop chain=forward comment="defconf: drop everything else not coming from LAN" in-interface-list=!LAN
/system clock
set time-zone-name=America/Denver
/system logging
add topics=wireless,debug
/system note
set show-at-login=no
/system routerboard mode-button
set enabled=yes on-event=dark-mode
/system script
add comment=defconf dont-require-permissions=no name=dark-mode owner=*sys policy=ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon source="\r\
\n :if ([system leds settings get all-leds-off] = \"never\") do={\r\
\n /system leds settings set all-leds-off=immediate \r\
\n } else={\r\
\n /system leds settings set all-leds-off=never \r\
\n }\r\
\n "
/tool mac-server
set allowed-interface-list=LAN
/tool mac-server mac-winbox
set allowed-interface-list=LAN
and here below are my current logs, for some reason when the device first comes up is very shaky and disconnects me a few times before getting more stable too:
16:57:40 system,error,critical router rebooted without proper shutdown, probably power outage
16:57:40 interface,info bridge detect LAN
16:57:50 interface,info ether1 link up (speed 1G, full duplex)
16:57:50 interface,info ether1 detect LAN
16:57:51 interface,info ether1 detect UNKNOWN
16:57:57 interface,info ether1 detect INTERNET
16:58:06 wireless,info AE:B2:FF:7C:3F:99@wifi1 reauthenticating
16:58:06 wireless,info AE:B2:FF:7C:3F:99@wifi1 connected, signal strength -51
16:58:06 interface,info wifi1 detect LAN
19:59:52 system,critical,info cloud change time May/28/2023 16:58:09 => May/28/2023 19:59:52
13:59:55 dhcp,info defconf assigned 192.168.88.254 for AE:B2:FF:7C:3F:99
14:00:34 wireless,info 44:AF:28:A8:3F:1D@wifi1 reauthenticating
14:00:34 wireless,info 44:AF:28:A8:3F:1D@wifi1 connected, signal strength -74
14:00:36 dhcp,info defconf assigned 192.168.88.250 for 44:AF:28:A8:3F:1D elmox
14:00:39 system,info,account user admin logged in from 192.168.88.250 via winbox
14:00:40 system,info,account user admin logged in from 192.168.88.250 via local
14:00:50 wireless,info 44:AF:28:A8:3F:1D@wifi1 disconnected, connection lost, signal strength -74
14:00:52 wireless,info 44:AF:28:A8:3F:1D@wifi1 connected, signal strength -72
14:01:09 wireless,info 44:AF:28:A8:3F:1D@wifi1 disconnected, connection lost, signal strength -74
14:01:35 ssh,info auth timeout
14:01:38 system,info,account user admin logged out from 192.168.88.250 via winbox
14:01:38 system,info,account user admin logged out from 192.168.88.250 via local
14:01:48 wireless,info 44:AF:28:A8:3F:1D@wifi2 reauthenticating
14:01:48 wireless,info 44:AF:28:A8:3F:1D@wifi2 connected, signal strength -63
14:01:49 wireless,info 44:AF:28:A8:3F:1D@wifi2 reauthenticating
14:01:49 wireless,info 44:AF:28:A8:3F:1D@wifi2 reauthenticating
14:01:49 wireless,debug 44:AF:28:A8:3F:1D@wifi2 connected, but was associated
14:01:49 interface,info wifi2 detect LAN
14:01:53 dhcp,info defconf deassigned 192.168.88.250 for 44:AF:28:A8:3F:1D elmox
14:01:53 dhcp,info defconf assigned 192.168.88.250 for 44:AF:28:A8:3F:1D elmox
14:01:59 system,info,account user admin logged in from 192.168.88.250 via ssh
14:02:00 system,info,account user admin logged in from 192.168.88.250 via winbox
14:02:00 system,info,account user admin logged in from 192.168.88.250 via local
14:02:05 wireless,info 44:AF:28:A8:3F:1D@wifi2 disconnected, connection lost, signal strength -63
14:02:06 wireless,info 44:AF:28:A8:3F:1D@wifi2 connected, signal strength -62
14:02:07 wireless,info 44:AF:28:A8:3F:1D@wifi2 disconnected, connection lost, signal strength -61
14:02:08 wireless,info 44:AF:28:A8:3F:1D@wifi2 connected, signal strength -62
14:02:09 wireless,info 44:AF:28:A8:3F:1D@wifi2 disconnected, connection lost, signal strength -61
14:02:14 wireless,info 44:AF:28:A8:3F:1D@wifi2 connected, signal strength -62
14:02:14 interface,info wifi2 detect LAN
14:02:23 wireless,info 44:AF:28:A8:3F:1D@wifi2 disconnected, connection lost, signal strength -61
14:02:33 wireless,info 44:AF:28:A8:3F:1D@wifi2 reauthenticating
14:02:33 wireless,info 44:AF:28:A8:3F:1D@wifi2 connected, signal strength -62
14:02:33 interface,info wifi2 detect LAN
14:02:35 system,info,account user admin logged out from 192.168.88.250 via winbox
14:02:35 system,info,account user admin logged out from 192.168.88.250 via local
14:03:44 system,info,account user admin logged in from 192.168.88.250 via winbox
14:03:44 system,info,account user admin logged in from 192.168.88.250 via local
14:04:07 system,info,account user admin logged in from 192.168.88.250 via ssh
14:06:15 wireless,info AE:B2:FF:7C:3F:99@wifi1 disconnected, connection lost, signal strength -73
14:07:57 wireless,info AE:B2:FF:7C:3F:99@wifi1 connected, signal strength -75
14:07:57 interface,info wifi1 detect LAN
14:14:26 wireless,info AE:B2:FF:7C:3F:99@wifi1 disconnected, connection lost, signal strength -73
14:15:04 wireless,info AE:B2:FF:7C:3F:99@wifi1 connected, signal strength -75
14:15:04 interface,info wifi1 detect LAN
Once again, i appreciate your reply and your help.