I've seen multiple posts in the forums, but I have been unable to solve my problem.
I have a fiber modem (internet) attached to a MikroTik managed router. The modem passes everything through with one port forwarded and controlled via the MikroTik. I have two UniFi APs that provide wireless access, but they are set to not act as a DHCP server. Downstream I have a MicroTik switch (unmanaged) for 10Gbe access between my main computer and an UnRaid server (this is new and might contribute to this problem. This problems started about the same time).
I have had zero problems with anything on my system, until last week. I cannot connect to the internet on my phone (Pixel 2). The last updates were three weeks ago on the Pixel, so I don't believe it is the phone. Plus I can connect to any other WiFi network (work, friends', etc). I have checked the ARP table for MAC or IP duplication (none). I have created and changed the IP address lease for the phone several times. I've made it both dynamic and static. I've checked that remote access is allowed. I thought I randomly had it fixed last night. It worked for about 4 hours but then stopped again after work.
The router says it is connected and has provided it an IP, but all pings (mobile data off) also fail. I even factory resetted my phone. Same problem. So I turned wireless on the fiber modem back on and I can easily connect to the internet (just nothing on my internal network).
Any help is EXTREMELY appreciated. I've been working on this several nights in a row. I know basics, but I'm still "new" to all of this.
Here is the output of /export compact. I can provide any other info. The router is also fully updated.
[admin@MikroTik] > /export compact
sep/03/2020 22:11:55 by RouterOS 6.47.3
software id = Y6V5-66DG
model = RouterBOARD 750G r3
serial number = 6F39079D5FFC
/interface bridge
add admin-mac=64:D1:54:54:B0:56 auto-mac=no comment="created from master port" name=bridge1 protocol-mode=none
/interface ethernet
set [ find default-name=ether1 ] speed=100Mbps
set [ find default-name=ether2 ] name=ether2-master speed=100Mbps
set [ find default-name=ether3 ] speed=100Mbps
set [ find default-name=ether4 ] speed=100Mbps
set [ find default-name=ether5 ] speed=100Mbps
/interface list
add exclude=dynamic name=discover
add name=mactel
add name=mac-winbox
add name=WAN
add name=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/ip pool
add name=dhcp ranges=192.168.88.130-192.168.88.254
/ip dhcp-server
add address-pool=dhcp authoritative=after-2sec-delay disabled=no interface=bridge1 name=defconf
/snmp community
set [ find default=yes ] addresses=0.0.0.0/0
/user group
set full policy=local,telnet,ssh,ftp,reboot,read,write,policy,test,winbox,password,web,sniff,sensitive,api,romon,dude,tikapp
/interface bridge port
add bridge=bridge1 interface=ether3
add bridge=bridge1 interface=ether4
add bridge=bridge1 interface=ether5
add bridge=bridge1 interface=ether2-master
/ip neighbor discovery-settings
set discover-interface-list=discover
/interface list member
add interface=bridge1 list=discover
add interface=ether3 list=discover
add interface=ether4 list=discover
add interface=ether5 list=discover
add interface=bridge1 list=mactel
add interface=bridge1 list=mac-winbox
add interface=ether1 list=WAN
add interface=bridge1 list=LAN
/ip address
add address=192.168.88.1/24 comment=defconf interface=ether3 network=192.168.88.0
/ip dhcp-client
add comment=defconf disabled=no interface=ether1
/ip dhcp-server lease
add address=192.168.88.132 client-id=1:80:2a:a8:d9:fb:f comment="UniFi AP AC-Lite - 1" mac-address=80:2A:A8:D9:FB:0F server=defconf use-src-mac=yes
add address=192.168.88.131 client-id=1:0:8:9b:f6:71:96 comment="QNAP TS-251" mac-address=00:08:9B:F6:71:96 server=defconf
add address=192.168.88.133 comment="UniFi AP AC-Lite - 2" mac-address=F0:9F:C2:73:B9:27 server=defconf
add address=192.168.88.135 client-id=1:d4:5d:64:d4:c4:5a comment="Tower - UnRaid" mac-address=D4:5D:64:D4:C4:5A server=defconf
add address=192.168.88.130 client-id=1:a0:36:9f:dc:36:cc comment=Babou-TR+ mac-address=A0:36:9F:DC:36:CC server=defconf
/ip dhcp-server network
add address=192.168.88.0/24 comment=defconf gateway=192.168.88.1
/ip dns
set allow-remote-requests=yes max-concurrent-tcp-sessions=25
/ip dns static
add address=192.168.88.1 name=router
/ip firewall filter
add action=accept chain=input comment="defconf: accept ICMP" protocol=icmp
add action=accept chain=input comment="defconf: accept established,related" connection-state=established,related
add action=drop chain=input comment="defconf: drop all from WAN" in-interface=ether1
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" connection-state=established,related
add action=accept chain=forward comment="defconf: accept established,related" connection-state=established,related
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=ether1
/ip firewall nat
add action=masquerade chain=srcnat comment="defconf: masquerade" out-interface=ether1
add action=dst-nat chain=dstnat dst-address-list="" dst-port=32400 in-interface=all-ethernet protocol=tcp to-addresses=192.168.88.135 to-ports=32400
/ip upnp
set enabled=yes
/system clock
set time-zone-name=America/Indiana/Indianapolis
/system resource irq rps
set ether1 disabled=no
set ether3 disabled=no
set ether4 disabled=no
set ether5 disabled=no
set ether2-master disabled=no
/tool mac-server
set allowed-interface-list=mactel
/tool mac-server mac-winbox
set allowed-interface-list=mac-winbox