RBcAPGi Wireless no internet random

Hello everyone!

I have no internet problem with wireless connection on my RBcAPGi.
When I connect different devices (PC or Android) to my wireless - sometimes connection doesn’t have internet (but local network works OK). When I switch to other wifi and back to RBcAPGi it connects with internet and everything works OK till next day.
When I’ve checked on ping (on terminal RBcAPGi) to google (while there was no internet on my PC) ping was also OK.
I’ve tried with setting DNS to 8.8.8.8 and it didn’t help.


Could you point me where to look or what should I check, please?
Should I attach exported settings of RBcAPGi? (it’s configured as AP bridge)
mk1.jpg

Why configured as AP bridge ?
Please export settings so we can review.

Bridge, because I have main router RB730Gr3 elsewhere, and this RBcAPGi works as AP.
mk2.jpg
Here are config exports:
AP:
myconfig_router.rsc (2.9 KB)
Router:
myconfig-ap.rsc (4.27 KB)

Which of the two devices is intended to run a DHCP server?

At a quick glance it seems to me like you are running two DHCP servers on the two devices (with overlapping pool), and the CAP one is “strange”:
router:

/ip pool
add name=dhcp ranges=192.168.88.10-192.168.88.254
/ip dhcp-server
add address-pool=dhcp disabled=no interface=bridge name=defconf
/ip dhcp-server network
add address=192.168.88.0/24 comment=defconf dns-server=192.168.88.1 gateway=\
    192.168.88.1

CAP:

/ip pool
add name=dhcp ranges=192.168.88.10-192.168.88.254
/ip dhcp-server
add address-pool=dhcp disabled=no interface=bridge name=defconf
/ip dhcp-server network
add address=0.0.0.0/24 comment=defconf dns-server=192.168.88.1 gateway=\
    0.0.0.0 netmask=24

I don’t know, but it may be connected to the issue you are having.

@jaclaz - thank you!
I’ve just disabled DHCP on AP and I think it helped :slight_smile:
I’ll confirm in few days, but now it’s working!