I have looked at a number of posts on the forum on this topic, none have helped solve my issue.
My setup is a follows
PPPoE client on eth1
Eth2-5 are part of bridge-local
/interface> print
Flags: D - dynamic, X - disabled, R - running, S - slave
NAME TYPE
0 R ether1-Fibre ether
1 RS ether2 ether
2 RS ether3 ether
3 RS ether4 ether
4 RS ether5 ether
5 X sfp1 ether
6 XS wlan2GHz wlan
7 XS wlan5GHz wlan
8 R ISP pppoe-out
IPv6 Dhclient
/ipv6> dhcp-client print
Flags: D - dynamic, X - disabled, I - invalid
INTERFACE STATUS REQUEST
0 ISP bound prefix
IPv6 Address List
/ipv6> address print
Flags: X - disabled, I - invalid, D - dynamic, G - global, L - link-local
ADDRESS FROM-POOL INTERFACE ADVERTISE
0 DL fe80::20c:42ff:fee3:c1cb/64 bridge-lan no
1 DL fe80::d6ca:6dff:fe6a:4ec6/64 ether1 no
2 G 2001:8f8:xxx:xxxx::1/64 ISP-IPv6 bridge-lan yes
3 DL fe80::5b/64 ISP no
IPv6 Pool
/ipv6> pool print
Flags: D - dynamic
NAME PREFIX PRE EXPIRES-AFTER
0 D ISP-… 2001:xxxx:xxxx:xxxx::/64 64 2d23h57m8s
IPv6 ND
/ipv6> nd print
Flags: X - disabled, I - invalid, * - default
0 * interface=all ra-interval=30s-1m20s ra-delay=3s mtu=unspecified
reachable-time=unspecified retransmit-interval=unspecified
ra-lifetime=30m hop-limit=unspecified advertise-mac-address=yes
advertise-dns=yes managed-address-configuration=no other-configuration=no
IPv6 Route
/ipv6> route print
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, o - ospf, b - bgp, U - unreachable
DST-ADDRESS GATEWAY DISTANCE
0 ADS ::/0 ISP 1
1 DS ::/0 fe80::200:5eff:fe00:1… 1
2 ADC 2001:xxxx:xxxx:xxxx::/64 bridge-lan 0
3 DSU 2001:xxxx:xxxx:xxxx::/64 1
IPv6 Firewall
/ipv6 firewall filter
add action=accept chain=input comment=“Accept: established, related” connection-state=established,related
add action=accept chain=input comment=“Accept: Link Local ICMPv6” protocol=icmpv6
add action=accept chain=input comment=“Accept: DHCPv6-Client prefix delegation” dst-port=564 protocol=udp src-address=ff80::/10
add action=accept chain=input comment=“Accept: Winbox” dst-port=8291 protocol=tcp
add action=accept chain=forward comment=“Accept: established,related, untracked” connection-state=established,related,untracked
add action=accept chain=forward comment=“Accept: established,related, untracked +NEW” connection-state=established,related,new,untracked
From my desktop I can ping the Mikrotik as well as Google DNS server
ping router6.lan -t
Pinging router6.lan [2001:xxxx:xxxx:xxxx:1::1] with 32 bytes of data:
Reply from 2001:xxxx:xxxx:xxxx:1::1: time<1ms
Reply from 2001:xxxx:xxxx:xxxx:1::1: time<1ms
ping -6 www.google.com -t
Pinging www.google.com [2a00:1450:4019:802::2004] with 32 bytes of data:
Reply from 2a00:1450:4019:802::2004: time=5ms
Reply from 2a00:1450:4019:802::2004: time=4ms
The problem seems to be only when browsing, I’m using the latest version of Chrome and Brave and neither seem to work
I have a ton of AAAA records in my DNS cache, so it seems traffic is moving, just no browsing