WAN's seem happy, but no Internet Access

Hi all - I’ve been playing around with the RouterOS software, reading the forums, watching videos, etc. but am stuck and could use some help. My set up is fairly common: Hap AC router, Groove 52 AC connected to PoE port 5, and Netgear LB1120 4G modem on Port 1.

I have configured Ports 1 and 5 as WAN, bridging ports 2,3, 4, VLAN1, and VLAN2. I can login to the router over Wifi, and when connected, I can connect to 192.168.58.1 (the router), 192.168.88.1 (Groove) and 192.168.5.1 (Netgear). But no connections to the outside world work. I followed configuration instruction process from Youtube video MikroTik Tutorial #36 by TKSJa - I even watched/followed along multiple times to make sure I didn’t miss anything obvious.

In my IP Route List, I can see the entries for the gateways: the WLAN devices show up as reachable. The Groove is configured CPE-Router, and the LB1120 is also configured as a router.

Attached is a screen shot of my route list and my config file. Any help would be greatly appreciated. It feels like I’m close - but just can’t get this last piece sorted out.

routes.jpg
myconfig.cfg.rsc (6.02 KB)

/ip firewall filter
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" \
    connection-state=established,related

You will need to disable fasttrack as it will break mangle rules.

Did you set up NAT correctly?