Quantcast
Channel: MikroTik
Viewing all articles
Browse latest Browse all 22260

Wireless Networking • cAP ax Wifi not working

$
0
0
Hi, I have really strange issue with cAP ax.
At home I run hAP ac2 as main router with relatively simple config (gateway, DHCP server, NAT, firewall). I used a cAP ac device as another AP in the house. Recently I have changed this cAP with cAP ax (static IP, everything in bridge, simple AP config). Since then, I have great issues with wifi connection.

After a client connects to the cAP ax, it loses internet connection. Ping from client to cAP is possible, but not to gateway. But ping from cAP ax to hAP ac2 works fine. Both wifi interfaces and eth ports are in bridge. I tried to reset config and set everything from scratch, but without any success - after short period, internet goes away. Can you please help me find the issue? Thank you.

cAP ax config:
Code:
# 2024-05-31 12:29:41 by RouterOS 7.14.3# software id = 2XPM-2DZS## model = cAPGi-5HaxD2HaxD# serial number = ****/interface bridgeadd name=bridge1 protocol-mode=none/interface wifiset [ find default-name=wifi1 ] comment=5ghz configuration.country=Czech \    .mode=ap .ssid=***** security.authentication-types=wpa2-pskset [ find default-name=wifi2 ] comment=2_4ghz configuration.country=Czech \    .mode=ap .ssid=***** security.authentication-types=wpa2-psk/interface listadd name=WANadd name=LAN/interface bridge portadd bridge=bridge1 interface=ether2add bridge=bridge1 interface=wifi1add bridge=bridge1 interface=wifi2add bridge=bridge1 interface=ether1/ipv6 settingsset disable-ipv6=yes/interface list memberadd interface=ether1 list=WANadd interface=bridge1 list=LAN/ip addressadd address=192.168.1.11/24 interface=bridge1 network=192.168.1.0/ip routeadd disabled=no distance=1 dst-address=0.0.0.0/0 gateway=192.168.1.1 \    pref-src="" routing-table=main scope=30 suppress-hw-offload=no \    target-scope=10/system identityset name=cAP_ax/system noteset show-at-login=no/system ntp clientset enabled=yes/system ntp client serversadd address=217.31.202.100

Statistics: Posted by dvorka — Fri May 31, 2024 3:37 pm



Viewing all articles
Browse latest Browse all 22260

Trending Articles