Really tried to get all my ducks in a row with as much info as I could. I was able to catch this in action this morning and what is interesting is that while I couldn’t access the internet in Chrome, I was also not able to get into the router at http://10.1.1.1 but apps like Slack continued without an issue on the laptop. Other devices running calls, streaming and accessing the internet were unaffected some of these were on the same SSID as me.
Network Diagram

Logs from the incident (happened around 9:21am)
08:42:20 system,info,account user admin logged in from 10.1.1.101 via web
08:42:26 system,info,account user admin logged in via local
08:55:04 system,info,account user admin logged in from 10.1.1.101 via web
08:55:08 system,info,account user admin logged in from 10.1.1.101 via web
08:55:10 system,info,account user admin logged in via local
08:55:12 system,info,account user admin logged out via local
08:56:21 system,info,account user admin logged out from 10.1.1.101 via web
08:56:21 system,info,account user admin logged out via local
08:57:21 system,info,account user admin logged out from 10.1.1.101 via web
09:08:20 dhcp,info DHCP-Home deassigned 10.1.1.105 from 60:6B:FF:2E:B4:AF
09:08:20 dhcp,info DHCP-Home assigned 10.1.1.105 to 60:6B:FF:2E:B4:AF
09:12:40 system,info,account user admin logged in from 10.1.1.101 via web
09:13:51 system,info,account user admin logged out from 10.1.1.101 via web
09:14:51 system,info,account user admin logged out from 10.1.1.101 via web
09:22:51 system,info,account user admin logged in from 10.1.1.101 via web
09:27:48 system,info,account user admin logged in via local
09:30:41 system,info,account user admin logged out via local
09:37:35 system,info,account user admin logged in via local
Profile

Config
/interface bridge
add admin-mac=11:11:11:11:11:11 auto-mac=no comment=defconf name=bridge
/interface ethernet
set [ find default-name=ether6 ] disabled=yes
set [ find default-name=ether7 ] disabled=yes
set [ find default-name=ether8 ] disabled=yes
set [ find default-name=ether9 ] disabled=yes
/interface vlan
add interface=bridge name=VLAN-Guest vlan-id=16
add interface=bridge name=VLAN-Home vlan-id=8
add interface=bridge name=VLAN-IoT vlan-id=32
/interface ethernet switch port
set 1 default-vlan-id=8 vlan-header=add-if-missing vlan-mode=secure
set 2 default-vlan-id=8 vlan-header=add-if-missing vlan-mode=secure
set 3 default-vlan-id=8 vlan-header=add-if-missing vlan-mode=secure
set 4 default-vlan-id=8 vlan-header=add-if-missing vlan-mode=secure
set 5 default-vlan-id=0 vlan-mode=fallback
set 6 default-vlan-id=0 vlan-mode=fallback
set 7 default-vlan-id=0 vlan-mode=fallback
set 8 default-vlan-id=0 vlan-mode=fallback
set 9 default-vlan-id=0 vlan-mode=fallback
set 10 vlan-mode=secure
set 11 default-vlan-id=0 vlan-mode=fallback
/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip kid-control
add fri=8h-20h mon=8h-20h name=Kids sat=8h-20h sun=8h-20h thu=8h-20h tue=8h-20h wed=8h-20h
/ip pool
add name=Pool-Home ranges=10.1.1.100-10.1.1.199
add name=Pool-Guest ranges=10.1.16.100-10.1.16.199
add name=Pool-IoT ranges=10.1.32.100-10.1.32.199
/ip dhcp-server
add address-pool=Pool-Home disabled=no interface=VLAN-Home lease-time=3d name=DHCP-Home
add address-pool=Pool-Guest disabled=no interface=VLAN-Guest lease-time=12h name=DHCP-Guest
add address-pool=Pool-IoT disabled=no interface=VLAN-IoT lease-time=1d name=DHCP-IoT
/queue simple
add disabled=yes max-limit=20M/480M name=qos queue=pcq-upload-default/pcq-download-default
/interface bridge port
add bridge=bridge comment=defconf interface=ether2
add bridge=bridge comment=defconf interface=ether3
add bridge=bridge comment=defconf interface=ether4
add bridge=bridge comment=defconf interface=ether5
/ip neighbor discovery-settings
set discover-interface-list=LAN
/interface ethernet switch vlan
add independent-learning=yes ports=ether2,ether3,ether4,ether5,switch1-cpu switch=switch1 vlan-id=8
add independent-learning=yes ports=ether5,switch1-cpu switch=switch1 vlan-id=16
add independent-learning=yes ports=ether5,switch1-cpu switch=switch1 vlan-id=32
/interface list member
add comment=defconf interface=bridge list=LAN
add comment=defconf interface=ether1 list=WAN
add interface=VLAN-Guest list=LAN
add interface=VLAN-Home list=LAN
add interface=VLAN-IoT list=LAN
/ip address
add address=10.1.1.1/24 interface=VLAN-Home network=10.1.1.0
add address=10.1.16.1/24 interface=VLAN-Guest network=10.1.16.0
add address=10.1.32.1/24 interface=VLAN-IoT network=10.1.32.0
/ip dhcp-client
add comment=defconf disabled=no interface=ether1
/ip dhcp-server config
set store-leases-disk=12h
/ip dhcp-server network
add address=10.1.1.0/24 gateway=10.1.1.1
add address=10.1.16.0/24 gateway=10.1.16.1
add address=10.1.32.0/24 gateway=10.1.32.1
/ip dns
set allow-remote-requests=yes servers=1.1.1.1,9.9.9.9
/ip firewall address-list
add address=10.1.1.0/24 list=adminaccess
/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=accept chain=input comment="Admin Access" in-interface=VLAN-Home src-address-list=adminaccess
add action=accept chain=input comment="Allow LAN DNS queries-TCP" dst-port=53 in-interface-list=LAN protocol=tcp
add action=accept chain=input comment="Allow LAN DNS queries-UDP" dst-port=53 in-interface-list=LAN protocol=udp
add action=drop chain=input comment="Drop all else"
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
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=accept chain=forward comment="Allow home-guest access to internet" in-interface-list=LAN out-interface-list=WAN
add action=accept chain=forward comment="Admin Access to Guest VLAN" in-interface=VLAN-Home out-interface=VLAN-Guest src-address-list=adminaccess
add action=accept chain=forward comment="Admin Access to IOT VLAN" in-interface=VLAN-Home out-interface=VLAN-IoT src-address-list=adminaccess
add action=accept chain=forward comment="Allow Port Forwarding - DSTNAT" connection-nat-state=dstnat connection-state=new in-interface-list=WAN
add action=drop chain=forward comment="Drop all else"
/ip firewall nat
add action=masquerade chain=srcnat comment="defconf: masquerade" ipsec-policy=out,none out-interface-list=WAN
/ip kid-control device
add mac-address=11:11:11:11:11:11 name=Switch1 user=Kids
add mac-address=11:11:11:11:11:11 name=Switch2 user=Kids
/ip service
set telnet disabled=yes
set ftp disabled=yes
set api disabled=yes
set api-ssl disabled=yes
/ip ssh
set strong-crypto=yes
/lcd
set backlight-timeout=1m default-screen=interfaces read-only-mode=yes
/lcd interface
set ether2 disabled=yes
set ether3 disabled=yes
set ether4 disabled=yes
set ether5 disabled=yes
set sfp1 disabled=yes
set ether6 disabled=yes
set ether7 disabled=yes
set ether8 disabled=yes
set ether9 disabled=yes
set ether10 disabled=yes
/system clock
set time-zone-name=America/Toronto
/system identity
set name=MikroTik
/tool e-mail
set address=smtp.gmail.com from=removed@gmail.com port=587 start-tls=yes user=removed@gmail.com
/tool graphing
set store-every=24hours
/tool graphing interface
add interface=ether1
/tool graphing queue
add simple-queue=qos
/tool graphing resource
add
/tool mac-server
set allowed-interface-list=LAN
/tool mac-server mac-winbox
set allowed-interface-list=LAN
/tool netwatch
add down-script="log error \"WAN is down for Quad9\"" host=9.9.9.9 interval=1m2s timeout=2s up-script=\
"log error \"WAN is up for Quad9\"\
\ntool e-mail send to=\"removed@gmail.com\" subject=\"\$[/system identity get name] WAN is up \$[/system clock get time] Quad9\""
add down-script="log error \"WAP is down\"" host=10.1.1.3 interval=1m3s up-script=\
"log error \"WAP is up\"\
\ntool e-mail send to=\"removed@gmail.com\" subject=\"\$[/system identity get name] WAP is up \$[/system clock get time]\""
add down-script="log error \"WAN is down for Cloudflare\"" host=1.1.1.1 interval=1m1s timeout=2s up-script=\
"log error \"WAN is up for Cloudflare\"\
\ntool e-mail send to=\"removed@gmail.com\" subject=\"\$[/system identity get name] WAN is up \$[/system clock get time] Cloudflare\""