This week my ISP was doing maintenance and over 3 days my internet connection was being dropped for up to 2hrs each day. I noticed that backups were failing, these backups rely on IPv6 endpoints for connection. When I went in to Inbox I noticed that I had no IPv6 prefix and as a result my IPv6 pools had all failed.
Performing a /ipv6/dhcp-client/renew ether1allowed the router (hAP ax3) to instantly obtain a new /56 prefix and everything worked again. This happened after each outage.
Shouldn't the IPv6 DHCP client continually try to obtain a prefix after an outage?
Config:
# 2026-07-24 19:01:07 by RouterOS 7.23.2
# software id = 1ZA1-H62T
#
# model = C53UiG+5HPaxD2HPaxD
# serial number = HEK08M4R8JP
/ipv6 address
add address=::10:0:0:0:1 from-pool=telstra interface=vlan10::MGMT
add address=::20:0:0:0:1 from-pool=telstra interface=vlan20::DATA
add address=::30:0:0:0:1 disabled=yes from-pool=telstra interface=vlan30::KIDS
add address=::40:0:0:0:1 from-pool=telstra interface=vlan40::GUEST
add address=::bb:0:0:0:1 from-pool=telstra interface=bridge
add address=fd77:3f60:b788:bb::1 comment=ULA interface=bridge
add address=fd77:3f60:b788:10::1 comment=ULA interface=vlan10::MGMT
add address=fd77:3f60:b788:20::1 comment=ULA interface=vlan20::DATA
add address=fd77:3f60:b788:30::1 comment=ULA interface=vlan30::KIDS
add address=fd77:3f60:b788:40::1 comment=ULA interface=vlan40::GUEST
/ipv6 dhcp-client
add add-default-route=yes default-route-tables=main interface=ether1 pool-name=telstra pool-prefix-length=64 prefix-hint=::/56 rapid-commit=no request=prefix use-interface-duid=yes \
use-peer-dns=no
/ipv6 dhcp-server option
add code=24 comment="\"sapling\" in HEX" name=DOMAIN value=0x077361706c696e6700
/ipv6 firewall address-list
add address=::/128 comment="defconf: unspecified address" list=bad_ipv6
add address=::1/128 comment="defconf: lo" list=bad_ipv6
add address=fec0::/10 comment="defconf: site-local" list=bad_ipv6
add address=::ffff:0.0.0.0/96 comment="defconf: ipv4-mapped" list=bad_ipv6
add address=::/96 comment="defconf: ipv4 compat" list=bad_ipv6
add address=100::/64 comment="defconf: discard only " list=bad_ipv6
add address=2001:db8::/32 comment="defconf: documentation" list=bad_ipv6
add address=2001:10::/28 comment="defconf: ORCHID" list=bad_ipv6
add address=3ffe::/16 comment="defconf: 6bone" list=bad_ipv6
/ipv6 firewall filter
add action=fasttrack-connection chain=forward comment="fasttrack LAN traffic only" connection-state=established,related in-interface-list=LAN out-interface=!ether1
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 ICMPv6" protocol=icmpv6
add action=accept chain=input comment="defconf: accept UDP traceroute" dst-port=33434-33534 protocol=udp
add action=accept chain=input comment="defconf: accept DHCPv6-Client prefix delegation." dst-port=546 protocol=udp src-address=fe80::/10
add action=drop chain=input comment="defconf: drop everything else not coming from LAN" in-interface-list=!LAN
add action=fasttrack-connection chain=forward comment="defconf: fasttrack6" 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=drop chain=forward comment="defconf: drop packets with bad src ipv6" src-address-list=bad_ipv6
add action=drop chain=forward comment="defconf: drop packets with bad dst ipv6" dst-address-list=bad_ipv6
add action=drop chain=forward comment="defconf: rfc4890 drop hop-limit=1" hop-limit=equal:1 protocol=icmpv6
add action=accept chain=forward comment="defconf: accept ICMPv6" protocol=icmpv6
add action=accept chain=forward comment=DNS dst-port=53 in-interface-list=INT_VLAN out-interface-list=INT_VLAN protocol=udp
add action=accept chain=forward comment=DNS dst-port=53 in-interface-list=INT_VLAN out-interface-list=INT_VLAN protocol=tcp
add action=drop chain=forward comment="defconf: drop everything else not coming from LAN" in-interface-list=!LAN
/ipv6 firewall mangle
add action=change-mss chain=forward new-mss=clamp-to-pmtu out-interface-list=WAN protocol=tcp tcp-flags=syn
/ipv6 nd
set [ find default=yes ] advertise-dns=yes dns=fd77:3f60:b788:20::3 interface=vlan20::DATA other-configuration=yes ra-interval=20s-1m
add advertise-dns=yes dns=fd77:3f60:b788:30::3 interface=vlan30::KIDS other-configuration=yes ra-interval=20s-1m
add advertise-dns=yes dns=fd77:3f60:b788:10::3 interface=vlan10::MGMT other-configuration=yes ra-interval=20s-1m
add advertise-dns=yes dns=fd77:3f60:b788:40::3 interface=vlan40::GUEST other-configuration=yes ra-interval=20s-1m
/ipv6 settings
# ipv6 neighbor configuration has changed, please restart the device in order to apply the new settings
set accept-router-advertisements=yes allow-fast-path=no