<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Smart Hub 7 Plus: IPv6 Router Advertisements not emitted after reboot in Broadband &amp; Landline</title>
    <link>https://community.ee.co.uk/t5/Broadband-Landline/Smart-Hub-7-Plus-IPv6-Router-Advertisements-not-emitted-after/m-p/1634409#M143224</link>
    <description>&lt;P&gt;&lt;a href="https://community.ee.co.uk/t5/user/viewprofilepage/user-id/4415087"&gt;@Huggons1&lt;/a&gt;&amp;nbsp;- it was restarted remotely via the Hub manager according to an earlier reply.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.ee.co.uk/t5/user/viewprofilepage/user-id/5034215"&gt;@patters&lt;/a&gt;&amp;nbsp;- thanks, that puts a slightly different angle on the issue. That said...&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;FONT size="3"&gt;&lt;SPAN&gt;So to fully emulate my setup you'd have to instruct your test machines not to issue Router Solicitations.&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Removed all LAN devices apart from a single wired laptop and fully disabled WiFi in the Hub Manager. Disabled IPv6 entirely on the laptop and confirmed it was not assigned any IPv6 addresses: -&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;~$ ip -6 addr show dev enp0s31f6
~$&lt;/LI-CODE&gt;&lt;P&gt;Restarted the router via the physical on/off switch and fired up a capture to check for both RS and RA packets. As expected, no RS traffic because IPv6 was disabled on the laptop. What you can see though are unsolicited RA packets at an interval of roughly 5 minutes (which I believe is the maximum defined in standards): -&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;~$ sudo tcpdump -n -tttt -i enp0s31f6 icmp6 and
'(ip6[40] == 133 or ip6[40] == 134)'
tcpdump: verbose output suppressed, use -v[v]... for full protocol decode
listening on enp0s31f6, link-type EN10MB (Ethernet), snapshot length
262144 bytes
2026-08-13 14:29:18.130543 IP6 fe80::628d:26ff:fed1:5378 &amp;gt; ff02::1:
ICMP6, router advertisement, length 64
2026-08-13 14:29:24.755126 IP6 fe80::628d:26ff:fed1:5378 &amp;gt; ff02::1:
ICMP6, router advertisement, length 120
2026-08-13 14:29:34.814791 IP6 fe80::628d:26ff:fed1:5378 &amp;gt; ff02::1:
ICMP6, router advertisement, length 120
2026-08-13 14:29:37.571909 IP6 fe80::628d:26ff:fed1:5378 &amp;gt; ff02::1:
ICMP6, router advertisement, length 120
2026-08-13 14:29:45.387801 IP6 fe80::628d:26ff:fed1:5378 &amp;gt; ff02::1:
ICMP6, router advertisement, length 120
2026-08-13 14:29:46.965849 IP6 fe80::628d:26ff:fed1:5378 &amp;gt; ff02::1:
ICMP6, router advertisement, length 120
2026-08-13 14:35:50.402629 IP6 fe80::628d:26ff:fed1:5378 &amp;gt; ff02::1:
ICMP6, router advertisement, length 120
2026-08-13 14:39:47.261558 IP6 fe80::628d:26ff:fed1:5378 &amp;gt; ff02::1:
ICMP6, router advertisement, length 120
2026-08-13 14:43:48.055403 IP6 fe80::628d:26ff:fed1:5378 &amp;gt; ff02::1:
ICMP6, router advertisement, length 120
2026-08-13 14:48:34.961326 IP6 fe80::628d:26ff:fed1:5378 &amp;gt; ff02::1:
ICMP6, router advertisement, length 120
2026-08-13 14:52:00.188077 IP6 fe80::628d:26ff:fed1:5378 &amp;gt; ff02::1:
ICMP6, router advertisement, length 120&lt;/LI-CODE&gt;</description>
    <pubDate>Thu, 13 Aug 2026 14:15:50 GMT</pubDate>
    <dc:creator>bobpullen</dc:creator>
    <dc:date>2026-08-13T14:15:50Z</dc:date>
    <item>
      <title>Smart Hub 7 Plus: IPv6 Router Advertisements not emitted after reboot</title>
      <link>https://community.ee.co.uk/t5/Broadband-Landline/Smart-Hub-7-Plus-IPv6-Router-Advertisements-not-emitted-after/m-p/1632751#M142607</link>
      <description>&lt;P class=""&gt;&lt;STRONG&gt;&lt;SPAN&gt;Expected behaviour:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;In IPv6 Stateless mode, the Hub should advertise the delegated LAN prefix using IPv6 Router Advertisements (RAs), allowing LAN devices to automatically configure global IPv6 addresses.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;&lt;SPAN&gt;Observed behaviour:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;The Hub shows:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;IPv6 status: Enabled&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;IPv6 LAN prefix/address present&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;&lt;SPAN&gt;but does not emit Router Advertisements.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;Packet capture on the NAS:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;tcpdump -i eth0 -nn 'icmp6 and ip6&lt;SPAN class=""&gt;[40]&lt;/SPAN&gt; == 134'&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P class=""&gt;&lt;SPAN&gt;shows no Router Advertisements.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;The result is that LAN devices only have link-local addresses:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;fe80::/10&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P class=""&gt;&lt;SPAN&gt;(which are generated independently of RAs), but do not receive a globally routable IPv6 address.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;A workaround I found:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Hub Manager → Advanced Settings → IPv6 → Configuration&amp;nbsp;→ Reset to default&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;Or if that doesn't make a change:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Toggle IPv6 allocation mode (for example Stateless → Off → Stateless)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Save/apply&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;&lt;SPAN&gt;After this, the Hub starts sending RAs again on a 1-9 minute interval and the NAS receives a global address, for example:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;2a00:1234:5678:9abc:0211:32ff:fe2d:750f&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;However, after a reboot the Smart Hub will pick up new IPv6 addressing and will subsequently fail to emit any RAs.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Firmware version: r4.27.1-R-1862254-PROD-84001&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;App version:&amp;nbsp;3.14.5&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2026 14:05:58 GMT</pubDate>
      <guid>https://community.ee.co.uk/t5/Broadband-Landline/Smart-Hub-7-Plus-IPv6-Router-Advertisements-not-emitted-after/m-p/1632751#M142607</guid>
      <dc:creator>patters</dc:creator>
      <dc:date>2026-08-04T14:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Smart Hub 7 Plus: IPv6 Router Advertisements not emitted after reboot</title>
      <link>https://community.ee.co.uk/t5/Broadband-Landline/Smart-Hub-7-Plus-IPv6-Router-Advertisements-not-emitted-after/m-p/1632758#M142610</link>
      <description>&lt;P&gt;I understand that ISP-supplied routers are not full featured, but when the TCP/IP stack doesn't even work properly: that's a major concern. I am paying to rent this equipment after all.&lt;/P&gt;&lt;P&gt;Please can a moderator forward this information to the appropriate people in EE. I would raise a support request, but there is no way to include this level of technical information and their remit is mainly resolving issues with basic connectivity.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2026 14:24:54 GMT</pubDate>
      <guid>https://community.ee.co.uk/t5/Broadband-Landline/Smart-Hub-7-Plus-IPv6-Router-Advertisements-not-emitted-after/m-p/1632758#M142610</guid>
      <dc:creator>patters</dc:creator>
      <dc:date>2026-08-04T14:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: Smart Hub 7 Plus: IPv6 Router Advertisements not emitted after reboot</title>
      <link>https://community.ee.co.uk/t5/Broadband-Landline/Smart-Hub-7-Plus-IPv6-Router-Advertisements-not-emitted-after/m-p/1632783#M142616</link>
      <description>&lt;P&gt;&lt;a href="https://community.ee.co.uk/t5/user/viewprofilepage/user-id/5034215"&gt;@patters&lt;/a&gt;&amp;nbsp;Have you done a Factory reset to the system since that EE Hub was last FW updated 4-6weeks ago yet?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2026 16:23:48 GMT</pubDate>
      <guid>https://community.ee.co.uk/t5/Broadband-Landline/Smart-Hub-7-Plus-IPv6-Router-Advertisements-not-emitted-after/m-p/1632783#M142616</guid>
      <dc:creator>JimM11</dc:creator>
      <dc:date>2026-08-04T16:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: Smart Hub 7 Plus: IPv6 Router Advertisements not emitted after reboot</title>
      <link>https://community.ee.co.uk/t5/Broadband-Landline/Smart-Hub-7-Plus-IPv6-Router-Advertisements-not-emitted-after/m-p/1632787#M142618</link>
      <description>&lt;P&gt;&lt;a href="https://community.ee.co.uk/t5/user/viewprofilepage/user-id/4314848"&gt;@JimM11&lt;/a&gt;&amp;nbsp;&amp;nbsp;Not yet - I saw there was a suggestion that might fix some of the IPv6 issues. But what kind of firmware change is that, that can't migrate an existing config!?&lt;/P&gt;&lt;P&gt;I'm away from home at the moment so it'll have to wait unfortunately.&lt;/P&gt;&lt;P&gt;I did run into this issue several months ago also, so I doubt this recent firmware was the start of it.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2026 17:17:05 GMT</pubDate>
      <guid>https://community.ee.co.uk/t5/Broadband-Landline/Smart-Hub-7-Plus-IPv6-Router-Advertisements-not-emitted-after/m-p/1632787#M142618</guid>
      <dc:creator>patters</dc:creator>
      <dc:date>2026-08-04T17:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: Smart Hub 7 Plus: IPv6 Router Advertisements not emitted after reboot</title>
      <link>https://community.ee.co.uk/t5/Broadband-Landline/Smart-Hub-7-Plus-IPv6-Router-Advertisements-not-emitted-after/m-p/1632789#M142620</link>
      <description>&lt;P&gt;&lt;a href="https://community.ee.co.uk/t5/user/viewprofilepage/user-id/5034215"&gt;@patters&lt;/a&gt;&amp;nbsp;No problems, just going to link the pinned post, and the list off FW updates currently, the 7 Plus still has a few oops on it currently so may take a little while to get there, all off the Hubs had DNS played with so expect the unexpected to say the least.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.ee.co.uk/t5/Broadband-Landline/EE-Hub-firmware-versions/td-p/1624543" target="_blank"&gt;EE Hub firmware versions - The EE Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Smart Hub 7 Plus&lt;BR /&gt;FW: r3.29.4-R-1511690-PROD-84001 and the gui is at App version 3.7.4 19/12/2025&lt;BR /&gt;FW: r3.35.15-R-1597208-PROD-84001 and the gui is at App version 3.11.2 19/12/2025&lt;BR /&gt;FW: r3.35.24-R-1648110-PROD-84001 and the gui is at App version 3.11.3 23/01/2026&lt;BR /&gt;FW: r4.27.1-R-1862254-PROD-84001 and the gui is at App version 3.14.5 13/07/2026&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2026 17:17:18 GMT</pubDate>
      <guid>https://community.ee.co.uk/t5/Broadband-Landline/Smart-Hub-7-Plus-IPv6-Router-Advertisements-not-emitted-after/m-p/1632789#M142620</guid>
      <dc:creator>JimM11</dc:creator>
      <dc:date>2026-08-04T17:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: Smart Hub 7 Plus: IPv6 Router Advertisements not emitted after reboot</title>
      <link>https://community.ee.co.uk/t5/Broadband-Landline/Smart-Hub-7-Plus-IPv6-Router-Advertisements-not-emitted-after/m-p/1632837#M142643</link>
      <description>&lt;P&gt;&lt;a href="https://community.ee.co.uk/t5/user/viewprofilepage/user-id/5034215"&gt;@patters&lt;/a&gt;&amp;nbsp;Leave it with you, if the Factory Reset does work and hold it's own let the Forum know that fact, did see your other post as well on the pinholes, personally you just cannot trust the FW writers to get it right anytime and if they do not break it or cause issues further subsequent updates.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2026 21:41:28 GMT</pubDate>
      <guid>https://community.ee.co.uk/t5/Broadband-Landline/Smart-Hub-7-Plus-IPv6-Router-Advertisements-not-emitted-after/m-p/1632837#M142643</guid>
      <dc:creator>JimM11</dc:creator>
      <dc:date>2026-08-04T21:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: Smart Hub 7 Plus: IPv6 Router Advertisements not emitted after reboot</title>
      <link>https://community.ee.co.uk/t5/Broadband-Landline/Smart-Hub-7-Plus-IPv6-Router-Advertisements-not-emitted-after/m-p/1632860#M142650</link>
      <description>&lt;P&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.ee.co.uk/t5/user/viewprofilepage/user-id/5034215"&gt;@patters&lt;/a&gt;&lt;/SPAN&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have passed this thread over to the relevant team.&lt;/P&gt;
&lt;P&gt;Could you please confirm how exactly you are restarting the hub? Is this with the physical on/off switch OR using the restart option in the Hub Manager?&lt;/P&gt;
&lt;P&gt;Speak soon,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Katie&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2026 07:21:19 GMT</pubDate>
      <guid>https://community.ee.co.uk/t5/Broadband-Landline/Smart-Hub-7-Plus-IPv6-Router-Advertisements-not-emitted-after/m-p/1632860#M142650</guid>
      <dc:creator>Katie_J</dc:creator>
      <dc:date>2026-08-05T07:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Smart Hub 7 Plus: IPv6 Router Advertisements not emitted after reboot</title>
      <link>https://community.ee.co.uk/t5/Broadband-Landline/Smart-Hub-7-Plus-IPv6-Router-Advertisements-not-emitted-after/m-p/1632882#M142653</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.ee.co.uk/t5/user/viewprofilepage/user-id/394945"&gt;@Katie_J&lt;/a&gt;&lt;/P&gt;&lt;P&gt;Restarted via Hub Manager since I am remote from home at the moment. But to be clear, the default state was broken. I 'fixed it' by resetting/toggling IPv6 but it reverts to broken on next boot.&lt;/P&gt;&lt;P&gt;I will see if this issue is resolved by performing a factory reset when I am back from holiday. Perhaps this is why these issues arise, because maybe the firmwares are tested as clean setups, and not as upgrades from older versions with existing configs.&lt;/P&gt;&lt;P&gt;There is also the other misleading statement in the IPv6 Status page - '&lt;SPAN&gt;IPv6 network status: Disabled' when it clearly is enabled, but this has also been reported before I notice:&lt;BR /&gt;&lt;A href="https://community.ee.co.uk/t5/Broadband-Landline/Smart-Hub-Pro-and-IPV6/td-p/1527624" target="_blank"&gt;https://community.ee.co.uk/t5/Broadband-Landline/Smart-Hub-Pro-and-IPV6/td-p/1527624&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.ee.co.uk/t5/Broadband-Landline/More-on-IPv6-and-Hub-7/m-p/1625315" target="_blank"&gt;https://community.ee.co.uk/t5/Broadband-Landline/More-on-IPv6-and-Hub-7/m-p/1625315&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2026 10:16:16 GMT</pubDate>
      <guid>https://community.ee.co.uk/t5/Broadband-Landline/Smart-Hub-7-Plus-IPv6-Router-Advertisements-not-emitted-after/m-p/1632882#M142653</guid>
      <dc:creator>patters</dc:creator>
      <dc:date>2026-08-05T10:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Smart Hub 7 Plus: IPv6 Router Advertisements not emitted after reboot</title>
      <link>https://community.ee.co.uk/t5/Broadband-Landline/Smart-Hub-7-Plus-IPv6-Router-Advertisements-not-emitted-after/m-p/1632900#M142664</link>
      <description>&lt;P&gt;When first using Hub 7+ I did have some probs with a PC taking a while to get its internet connection - the network icon flashing - esp. when waking from sleep or hib - often showing no IPv6 address at first. Then some minutes later it would get IPv6 - I assume it picked up a router advertisement. There also seemed to be delays with device discovery - e.g. getting a NAS hostname.&lt;/P&gt;&lt;P&gt;That PC was connected via an older Access Point - a router in AP mode connected via LAN cable to the hub to provide LAN sockets and good WIFI where devices are located.&lt;/P&gt;&lt;P&gt;When I swapped to a newer Asus AP those PC issues disappeared - it's instantly got v4 and v6 connectivity ever since and my other devices have had no particular connectivity issues either - all connected to the Hub either via LAN, comp WiFi, or the AP.&lt;/P&gt;&lt;P&gt;It's true there are oddities about what's displayed on the Hub status page - but IPv6 test websites etc all show no actual issues with IPv6 connectivity.&lt;/P&gt;&lt;P&gt;There are other quirks with the Hub 7+ like Main WIFI turning back on after a restart - so if EE support do look at threads then there are plenty of others that might also be forwarded to relevant teams&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2026 11:45:23 GMT</pubDate>
      <guid>https://community.ee.co.uk/t5/Broadband-Landline/Smart-Hub-7-Plus-IPv6-Router-Advertisements-not-emitted-after/m-p/1632900#M142664</guid>
      <dc:creator>jak26</dc:creator>
      <dc:date>2026-08-05T11:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: Smart Hub 7 Plus: IPv6 Router Advertisements not emitted after reboot</title>
      <link>https://community.ee.co.uk/t5/Broadband-Landline/Smart-Hub-7-Plus-IPv6-Router-Advertisements-not-emitted-after/m-p/1634259#M143171</link>
      <description>&lt;P&gt;&lt;a href="https://community.ee.co.uk/t5/user/viewprofilepage/user-id/5034215"&gt;@patters&lt;/a&gt;&amp;nbsp;- FWIW, I've just been fiddling with my 7 Plus and I don't seem to be able to replicate what you're seeing so maybe a factory reset will help with things?&lt;/P&gt;&lt;P&gt;Started with a Linux laptop not connected to any network and my 7 Plus powered off.&lt;/P&gt;&lt;P&gt;Checked my wireless NIC did not have any addresses assigned: -&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;~$ ip -6 addr show dev wlp0s20f3
~$&lt;/LI-CODE&gt;&lt;P&gt;I then fired up tcpdump to listen for RA's: -&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;~$ sudo tcpdump -i wlp0s20f3 -vv icmp6 and 'ip6[40] == 134'
tcpdump: listening on wlp0s20f3, link-type EN10MB (Ethernet), snapshot&lt;/LI-CODE&gt;&lt;P&gt;And powered the hub up. Within seconds of the laptop associating with the hub (trimmed): -&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;length 262144 bytes
13:34:52.808814 IP6 (flowlabel 0x9db3a, hlim 255, next-header ICMPv6
(58) payload length: 120) _gateway &amp;gt; nix-lappy: [icmp6 sum ok] ICMP6,
router advertisement, length 120
hop limit 64, Flags [managed, other stateful], pref medium, router
lifetime 1800s, reachable time 0ms, retrans timer 0ms
source link-address option (1), length 8 (1): 60:8d:26:d1:53:78
0x0000: 608d 26d1 5378
mtu option (5), length 8 (1): 1492
0x0000: 0000 0000 05d4
prefix info option (3), length 32 (4): 2a00:[REDACTED]::/64,
...

^C
3 packets captured
3 packets received by filter
0 packets dropped by kernel&lt;/LI-CODE&gt;&lt;P&gt;And then re-checking the the v6 allocation on the laptop, I can see it has addresses assigned: -&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;~$ ip -6 addr show dev wlp0s20f3
3: wlp0s20f3: &amp;lt;NO-CARRIER,BROADCAST,MULTICAST,UP&amp;gt; mtu 1500 qdisc noqueue
state DOWN group default qlen 1000
inet6 2a00:[REDACTED]::4f3/128 scope global dynamic noprefixroute
valid_lft 86360sec preferred_lft 86360sec
inet6 2a00:[REDACTED]:763c:fa13:7f32:e201/64 scope global
temporary dynamic
valid_lft 604760sec preferred_lft 86331sec
inet6 2a00:[REDACTED]:a67e:d58:aff3:207a/64 scope global
dynamic mngtmpaddr noprefixroute
valid_lft 2147427sec preferred_lft 604765sec
inet6 fe80::d849:f31a:9f20:33d/64 scope link noprefixroute
valid_lft forever preferred_lft forever
...&lt;/LI-CODE&gt;&lt;P&gt;Then for good measure, I repeated a similar test using a wired Windows machine. This one was already associated with the 7 Plus and had valid v6 assignment: -&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;gt; ipconfig /all

Ethernet adapter Ethernet:

Connection-specific DNS Suffix . : lan
Description . . . . . . . . . . . : Intel(R) Ethernet Connection (16) I219-LM
IPv6 Address. . . . . . . . . . . : 2a00:[REDACTED]::1e2(Preferred)
Lease Obtained. . . . . . . . . . : 12 August 2026 12:44:26
Lease Expires . . . . . . . . . . : 13 August 2026 12:44:26
IPv6 Address. . . . . . . . . . . : 2a00:[REDACTED]:2a1f:2fe5:100a:44b8(Preferred)
Temporary IPv6 Address. . . . . . : 2a00:[REDACTED]:356a:9d6:50c8:5464(Preferred)
Link-local IPv6 Address . . . . . : fe80::9b7e:6d37:def6:9cbd%15(Preferred)&lt;/LI-CODE&gt;&lt;P&gt;This time I fired up Wireshark and then restarted the 7 Plus via the Hub Manager.&lt;/P&gt;&lt;P&gt;At the point of restart I saw two RA packets. I then saw a bunch more once the hub restarted and the laptop reconnected: -&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="download.png"&gt;&lt;img src="https://community.ee.co.uk/t5/image/serverpage/image-id/43552i3C096C45C66E796D/image-size/large?v=v2&amp;amp;px=999" alt="download.png" title="download.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And ipconfig looks good: -&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;gt; ipconfig /all

Ethernet adapter Ethernet:

Connection-specific DNS Suffix . : lan
Description . . . . . . . . . . . : Intel(R) Ethernet Connection (16) I219-LM
IPv6 Address. . . . . . . . . . . : 2a00:[REDACTED]:2a1f:2fe5:100a:44b8(Preferred)
Temporary IPv6 Address. . . . . . : 2a00:[REDACTED]:fcaa:f02d:65e0:7899(Preferred)
Link-local IPv6 Address . . . . . : fe80::9b7e:6d37:def6:9cbd%15(Preferred)&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 12 Aug 2026 16:16:52 GMT</pubDate>
      <guid>https://community.ee.co.uk/t5/Broadband-Landline/Smart-Hub-7-Plus-IPv6-Router-Advertisements-not-emitted-after/m-p/1634259#M143171</guid>
      <dc:creator>bobpullen</dc:creator>
      <dc:date>2026-08-12T16:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: Smart Hub 7 Plus: IPv6 Router Advertisements not emitted after reboot</title>
      <link>https://community.ee.co.uk/t5/Broadband-Landline/Smart-Hub-7-Plus-IPv6-Router-Advertisements-not-emitted-after/m-p/1634356#M143212</link>
      <description>&lt;P&gt;Not all devices are equal. I think most operating systems will send an RS (Router Solicitation) when an interface comes up, which would prompt the RA (Router Advertisement) &amp;nbsp;in response. In my case, when I'm away from home, the only LAN device that's powered on is my NAS. The Synology operating system, for some reason, does not send an RS even after a reboot, it merely waits for an unsolicited RA which, according to ChatGPT, is a compliant IPv6 implementation. So to fully emulate my setup you'd have to instruct your test machines not to issue Router Solicitations. The router must emit those &lt;STRONG&gt;unsolicited&lt;/STRONG&gt; RAs to be compliant with the IPv6 spec. In my case it does not. I return home tonight so perhaps I'll get some time tomorrow to perform the reset.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2026 09:08:21 GMT</pubDate>
      <guid>https://community.ee.co.uk/t5/Broadband-Landline/Smart-Hub-7-Plus-IPv6-Router-Advertisements-not-emitted-after/m-p/1634356#M143212</guid>
      <dc:creator>patters</dc:creator>
      <dc:date>2026-08-13T09:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Smart Hub 7 Plus: IPv6 Router Advertisements not emitted after reboot</title>
      <link>https://community.ee.co.uk/t5/Broadband-Landline/Smart-Hub-7-Plus-IPv6-Router-Advertisements-not-emitted-after/m-p/1634375#M143216</link>
      <description>&lt;P&gt;Do you mean that you restarted it remotely using the EE app? If so you must be using an older app version, as the last two app updates removed this feature&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2026 11:50:04 GMT</pubDate>
      <guid>https://community.ee.co.uk/t5/Broadband-Landline/Smart-Hub-7-Plus-IPv6-Router-Advertisements-not-emitted-after/m-p/1634375#M143216</guid>
      <dc:creator>Huggons1</dc:creator>
      <dc:date>2026-08-13T11:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: Smart Hub 7 Plus: IPv6 Router Advertisements not emitted after reboot</title>
      <link>https://community.ee.co.uk/t5/Broadband-Landline/Smart-Hub-7-Plus-IPv6-Router-Advertisements-not-emitted-after/m-p/1634409#M143224</link>
      <description>&lt;P&gt;&lt;a href="https://community.ee.co.uk/t5/user/viewprofilepage/user-id/4415087"&gt;@Huggons1&lt;/a&gt;&amp;nbsp;- it was restarted remotely via the Hub manager according to an earlier reply.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.ee.co.uk/t5/user/viewprofilepage/user-id/5034215"&gt;@patters&lt;/a&gt;&amp;nbsp;- thanks, that puts a slightly different angle on the issue. That said...&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;FONT size="3"&gt;&lt;SPAN&gt;So to fully emulate my setup you'd have to instruct your test machines not to issue Router Solicitations.&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Removed all LAN devices apart from a single wired laptop and fully disabled WiFi in the Hub Manager. Disabled IPv6 entirely on the laptop and confirmed it was not assigned any IPv6 addresses: -&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;~$ ip -6 addr show dev enp0s31f6
~$&lt;/LI-CODE&gt;&lt;P&gt;Restarted the router via the physical on/off switch and fired up a capture to check for both RS and RA packets. As expected, no RS traffic because IPv6 was disabled on the laptop. What you can see though are unsolicited RA packets at an interval of roughly 5 minutes (which I believe is the maximum defined in standards): -&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;~$ sudo tcpdump -n -tttt -i enp0s31f6 icmp6 and
'(ip6[40] == 133 or ip6[40] == 134)'
tcpdump: verbose output suppressed, use -v[v]... for full protocol decode
listening on enp0s31f6, link-type EN10MB (Ethernet), snapshot length
262144 bytes
2026-08-13 14:29:18.130543 IP6 fe80::628d:26ff:fed1:5378 &amp;gt; ff02::1:
ICMP6, router advertisement, length 64
2026-08-13 14:29:24.755126 IP6 fe80::628d:26ff:fed1:5378 &amp;gt; ff02::1:
ICMP6, router advertisement, length 120
2026-08-13 14:29:34.814791 IP6 fe80::628d:26ff:fed1:5378 &amp;gt; ff02::1:
ICMP6, router advertisement, length 120
2026-08-13 14:29:37.571909 IP6 fe80::628d:26ff:fed1:5378 &amp;gt; ff02::1:
ICMP6, router advertisement, length 120
2026-08-13 14:29:45.387801 IP6 fe80::628d:26ff:fed1:5378 &amp;gt; ff02::1:
ICMP6, router advertisement, length 120
2026-08-13 14:29:46.965849 IP6 fe80::628d:26ff:fed1:5378 &amp;gt; ff02::1:
ICMP6, router advertisement, length 120
2026-08-13 14:35:50.402629 IP6 fe80::628d:26ff:fed1:5378 &amp;gt; ff02::1:
ICMP6, router advertisement, length 120
2026-08-13 14:39:47.261558 IP6 fe80::628d:26ff:fed1:5378 &amp;gt; ff02::1:
ICMP6, router advertisement, length 120
2026-08-13 14:43:48.055403 IP6 fe80::628d:26ff:fed1:5378 &amp;gt; ff02::1:
ICMP6, router advertisement, length 120
2026-08-13 14:48:34.961326 IP6 fe80::628d:26ff:fed1:5378 &amp;gt; ff02::1:
ICMP6, router advertisement, length 120
2026-08-13 14:52:00.188077 IP6 fe80::628d:26ff:fed1:5378 &amp;gt; ff02::1:
ICMP6, router advertisement, length 120&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 13 Aug 2026 14:15:50 GMT</pubDate>
      <guid>https://community.ee.co.uk/t5/Broadband-Landline/Smart-Hub-7-Plus-IPv6-Router-Advertisements-not-emitted-after/m-p/1634409#M143224</guid>
      <dc:creator>bobpullen</dc:creator>
      <dc:date>2026-08-13T14:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: Smart Hub 7 Plus: IPv6 Router Advertisements not emitted after reboot</title>
      <link>https://community.ee.co.uk/t5/Broadband-Landline/Smart-Hub-7-Plus-IPv6-Router-Advertisements-not-emitted-after/m-p/1634976#M143403</link>
      <description>&lt;P&gt;I have spent several hours this evening performing a factory reset, and reconfiguring all my wifi settings as I had before. Unfortunately it hasn't made the slightest difference. My router wasn't emiting RAs at all until clicked to reset all IPv6 settings in Hub Manager. I waited around half an hour with a tcpdump open and nothing. My work and personal MacBooks were not getting routable IPv6 addresses (only the link local ones), despite emitting RS requests when I cycled their wifi interfaces. The moment I clicked to reset IPv6 on the router the tcpdump lit up and they got IPv6 GUA addresses. This firmware is certainly broken.&lt;/P&gt;&lt;P&gt;In case it's relevant, I have my main SSID set to WPA3 Personal, and a Compatibility SSID set to WPA2 Personal.&lt;/P&gt;</description>
      <pubDate>Sun, 16 Aug 2026 22:25:59 GMT</pubDate>
      <guid>https://community.ee.co.uk/t5/Broadband-Landline/Smart-Hub-7-Plus-IPv6-Router-Advertisements-not-emitted-after/m-p/1634976#M143403</guid>
      <dc:creator>patters</dc:creator>
      <dc:date>2026-08-16T22:25:59Z</dc:date>
    </item>
  </channel>
</rss>

