<?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: IPv6 Fragmentation &amp;quot;Black Hole&amp;quot; on EE/BT 900Mb FTTP in Broadband &amp; Landline</title>
    <link>https://community.ee.co.uk/t5/Broadband-Landline/IPv6-Fragmentation-quot-Black-Hole-quot-on-EE-BT-900Mb-FTTP/m-p/1606438#M134991</link>
    <description>&lt;P&gt;Are we saying the issue does not arise to all destinations then? Shouldn't this be an all or nothing thing if v6 PMTU is universally broken?&lt;/P&gt;&lt;P&gt;Is it also the case that your testing doesn't conclusively prove&amp;nbsp;&lt;EM&gt;where&amp;nbsp;&lt;/EM&gt;the v6 ICMP Type 2 messages are going missing, or am I misinterpreting things?&lt;/P&gt;&lt;P&gt;If you were to jump ship, I think it would definitely be sensible to check the situation with the destination ISP first (if you can) to avoid disappointment!&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;</description>
    <pubDate>Wed, 11 Mar 2026 08:39:00 GMT</pubDate>
    <dc:creator>bobpullen</dc:creator>
    <dc:date>2026-03-11T08:39:00Z</dc:date>
    <item>
      <title>IPv6 Fragmentation "Black Hole" on EE/BT 900Mb FTTP</title>
      <link>https://community.ee.co.uk/t5/Broadband-Landline/IPv6-Fragmentation-quot-Black-Hole-quot-on-EE-BT-900Mb-FTTP/m-p/1600436#M133446</link>
      <description>&lt;P&gt;I'd love to hear if anyone can validate this -- I've been fighting with an iOS power drain issue, but in fact it's actually a IPv6 issue which occurs both with the EE Homehub AND with a opnsense router. Basically it seems as if the EE network is breaking path mtu discovery both by dropping fragments, and in not returning the correct ICMP responses.&lt;BR /&gt;&lt;BR /&gt;This is quite technical but it's quite a fundamental issue (it feels to me as it's a 'broken network'). Of course I may have made an error:&lt;BR /&gt;&lt;BR /&gt;More complete AI-summarised version below.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Observation:&lt;/STRONG&gt; The upstream network (EE/Openreach backhaul) appears to silently discard outbound IPv6 packets that require fragmentation. This breaks Path MTU Discovery (PMTUD), causing connectivity stalls and high battery drain on devices attempting to negotiate packet sizes (e.g., Apple devices using iCloud Private Relay).&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Context:&lt;/STRONG&gt; ISP/Plan: EE Full Fibre 900/110. Hardware: Tested on EE Smart Hub Plus and confirmed consistent on OPNsense (Intel N100). MTU: Link negotiates at 1492 bytes (PPPoE standard).&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The Limitation:&lt;/STRONG&gt; The network accepts unfragmented packets up to the link limit (1492 bytes) but drops any packet that is fragmented, regardless of total size. Crucially, it fails to send back ICMPv6 Type 2 (Packet Too Big) or Type 3 (Time Exceeded), creating a silent "black hole."&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&lt;STRONG&gt;Test Methodology (Reproducible)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;You can replicate this on any Linux/macOS device (Pi, Mac, etc.) connected to the router. You need two terminal windows open.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Step 1: The Monitor (Terminal A)&lt;/STRONG&gt; Run this to listen for "Packet Too Big" or error messages from the ISP.&lt;/P&gt;&lt;P&gt;sudo tcpdump -n -i any "icmp6 &amp;amp;&amp;amp; (icmp6[0] == 1 || icmp6[0] == 2 || icmp6[0] == 3)"&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Step 2: The Trigger (Terminal B)&lt;/STRONG&gt; Run these pings to test the boundary.&lt;/P&gt;&lt;P&gt;Test A (Standard Packet - 1492 bytes): Payload 1444 + 48 bytes headers = 1492 bytes (Fits in one frame)&lt;/P&gt;&lt;P&gt;ping6 -c 3 -s 1444 ipv6.google.com&lt;/P&gt;&lt;P&gt;Result: Success.&lt;/P&gt;&lt;P&gt;Test B (Fragmented Packet - 1493 bytes): Payload 1445 + 48 bytes headers = 1493 bytes (Forces fragmentation)&lt;/P&gt;&lt;P&gt;ping6 -c 3 -s 1445 ipv6.google.com&lt;/P&gt;&lt;P&gt;Result: 100% Packet Loss.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Step 3: Verification&lt;/STRONG&gt; Look at Terminal A. Expected Behavior (RFC Compliant): You should see an ICMPv6 error message. Actual Behavior (Black Hole): The terminal remains completely blank. The packets are dropped silently.&lt;/P&gt;</description>
      <pubDate>Sun, 08 Feb 2026 12:10:34 GMT</pubDate>
      <guid>https://community.ee.co.uk/t5/Broadband-Landline/IPv6-Fragmentation-quot-Black-Hole-quot-on-EE-BT-900Mb-FTTP/m-p/1600436#M133446</guid>
      <dc:creator>planetf1b</dc:creator>
      <dc:date>2026-02-08T12:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: IPv6 Fragmentation "Black Hole" on EE/BT 900Mb FTTP</title>
      <link>https://community.ee.co.uk/t5/Broadband-Landline/IPv6-Fragmentation-quot-Black-Hole-quot-on-EE-BT-900Mb-FTTP/m-p/1600600#M133496</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.ee.co.uk/t5/user/viewprofilepage/user-id/1960035"&gt;@planetf1b&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;I'd love to hear if anyone can validate this...&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Using your commands, can confirm the same outcome.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2026 17:10:54 GMT</pubDate>
      <guid>https://community.ee.co.uk/t5/Broadband-Landline/IPv6-Fragmentation-quot-Black-Hole-quot-on-EE-BT-900Mb-FTTP/m-p/1600600#M133496</guid>
      <dc:creator>bobpullen</dc:creator>
      <dc:date>2026-02-09T17:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: IPv6 Fragmentation "Black Hole" on EE/BT 900Mb FTTP</title>
      <link>https://community.ee.co.uk/t5/Broadband-Landline/IPv6-Fragmentation-quot-Black-Hole-quot-on-EE-BT-900Mb-FTTP/m-p/1600669#M133523</link>
      <description>&lt;P&gt;Thanks. Glad to know it’s not just me, but I’m surprised and disappointed. &amp;nbsp;Despite cs variability I really thought be/ee core network would be solid.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I’m going to try to report bot from reading around I think this has been an issue for ages&lt;/P&gt;&lt;P&gt;&amp;nbsp;Definitely now thinking I may move to another network once contract is up in a few months.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2026 21:13:29 GMT</pubDate>
      <guid>https://community.ee.co.uk/t5/Broadband-Landline/IPv6-Fragmentation-quot-Black-Hole-quot-on-EE-BT-900Mb-FTTP/m-p/1600669#M133523</guid>
      <dc:creator>planetf1b</dc:creator>
      <dc:date>2026-02-09T21:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: IPv6 Fragmentation "Black Hole" on EE/BT 900Mb FTTP</title>
      <link>https://community.ee.co.uk/t5/Broadband-Landline/IPv6-Fragmentation-quot-Black-Hole-quot-on-EE-BT-900Mb-FTTP/m-p/1600676#M133526</link>
      <description>&lt;P&gt;Here's a clearer write-up after some more experiments tonight. Next the challenge is to get a ticket opened&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;H1&gt;&lt;STRONG&gt;EE Broadband – IPv6 PMTUD Failure (ICMPv6 Type‑2 Filtering) – Fault Report&lt;/STRONG&gt;&lt;/H1&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Summary:&lt;/STRONG&gt; IPv6 Path MTU Discovery (PMTUD) is failing on this EE broadband connection due to &lt;STRONG&gt;ICMPv6 Type‑2 (Packet Too Big)&lt;/STRONG&gt; messages being filtered somewhere between EE’s access network and the customer premises. This breaks standards‑compliant IPv6 behaviour and causes real‑world service failures, including &lt;STRONG&gt;iCloud Private Relay&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;H2&gt;&lt;STRONG&gt;1. Local MTU Verified Correct (1500 bytes)&lt;/STRONG&gt;&lt;/H2&gt;&lt;P&gt;&lt;SPAN&gt;The customer LAN and CPE are operating with a standard 1500‑byte Ethernet MTU.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Validation:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;ping6 -s 1452 &amp;lt;host&amp;gt; → succeeds (1452 + 8 + 40 = 1500 bytes total)&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;ping6 -s 1453 &amp;lt;host&amp;gt; → fragments locally (expected)&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;This confirms the issue is not caused by the local network.&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;H2&gt;&lt;STRONG&gt;2. Public IPv6 Path with PMTU 1280 Identified&lt;/STRONG&gt;&lt;/H2&gt;&lt;P&gt;&lt;SPAN&gt;Testing against &lt;STRONG&gt;&lt;SPAN&gt;&lt;A href="http://www.reuters.com" target="_blank" rel="noopener"&gt;www.reuters.com&lt;/A&gt;&lt;/SPAN&gt;&lt;/STRONG&gt; (CloudFront) reveals a real PMTU of &lt;STRONG&gt;1280 bytes&lt;/STRONG&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;ping6 -s 1232 (1280 total) → &lt;STRONG&gt;success&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;ping6 -s 1233 (1281 total) → &lt;STRONG&gt;consistent failure&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;This is a valid, standards‑compliant test case where routers &lt;EM&gt;must&lt;/EM&gt; generate ICMPv6 Type‑2 messages.&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;H2&gt;&lt;STRONG&gt;3. ICMPv6 Type‑2 Messages Not Received&lt;/STRONG&gt;&lt;/H2&gt;&lt;P&gt;&lt;SPAN&gt;While sending packets larger than 1280 bytes, a packet capture was run:&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Code&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;PRE&gt;sudo tcpdump -i &amp;lt;interface&amp;gt; -n 'icmp6 &amp;amp;&amp;amp; ip6[40] == 2'&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;Result:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;No ICMPv6 Type‑2 messages observed&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;Pings above 1280 bytes hang with 100% loss&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;This is the exact condition where RFC 8201 requires routers to send Packet‑Too‑Big messages. Their absence indicates &lt;STRONG&gt;filtering of ICMPv6 Type‑2&lt;/STRONG&gt; on the EE path.&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;H2&gt;&lt;STRONG&gt;4. Other ICMPv6 Types Are Received Normally&lt;/STRONG&gt;&lt;/H2&gt;&lt;P&gt;&lt;SPAN&gt;Earlier tests produced:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;ICMPv6 Type 3 Code 1 (fragment reassembly failures) from Akamai&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;This confirms:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;ICMPv6 is not globally blocked&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;The filtering is &lt;STRONG&gt;selective&lt;/STRONG&gt;, affecting Type‑2 specifically&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;H2&gt;&lt;STRONG&gt;5. Customer‑Visible Impact: iCloud Private Relay Fails&lt;/STRONG&gt;&lt;/H2&gt;&lt;P&gt;&lt;SPAN&gt;iCloud Private Relay relies on:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;IPv6&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;QUIC/HTTP‑3&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;Encapsulation (additional headers)&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;PMTUD to discover the true MTU&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;With a real PMTU of 1280 and &lt;STRONG&gt;no Packet‑Too‑Big messages&lt;/STRONG&gt;, Relay traffic cannot adjust packet size and stalls. The same Apple ID works correctly on other networks, confirming the issue is specific to this EE connection.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This is a direct customer‑visible service failure.&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;H2&gt;&lt;STRONG&gt;Conclusion&lt;/STRONG&gt;&lt;/H2&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;EE Broadband is filtering ICMPv6 Type‑2 (Packet Too Big) messages on this line or its associated BNG.&lt;/STRONG&gt; This breaks IPv6 PMTUD and causes failures for:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;iCloud Private Relay&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;QUIC/HTTP‑3&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;CDN‑backed services&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;VPNs and tunnels&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;Any IPv6 path with MTU &amp;lt;1500&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;The issue is fully reproducible using &lt;A href="http://www.reuters.com" target="_blank" rel="noopener"&gt;www.reuters.com&lt;/A&gt;, which exposes a real PMTU of 1280.&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;H2&gt;&lt;STRONG&gt;Requested Action&lt;/STRONG&gt;&lt;/H2&gt;&lt;P&gt;&lt;SPAN&gt;Please escalate to EE’s core network engineering team to:&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;Review ICMPv6 filtering policy on the affected BNG/BRAS.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;Ensure ICMPv6 Type‑2 (Packet Too Big) messages are permitted end‑to‑end.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;Validate PMTUD behaviour on IPv6 paths with MTU &amp;lt;1500.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Mon, 09 Feb 2026 22:08:21 GMT</pubDate>
      <guid>https://community.ee.co.uk/t5/Broadband-Landline/IPv6-Fragmentation-quot-Black-Hole-quot-on-EE-BT-900Mb-FTTP/m-p/1600676#M133526</guid>
      <dc:creator>planetf1b</dc:creator>
      <dc:date>2026-02-09T22:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: IPv6 Fragmentation "Black Hole" on EE/BT 900Mb FTTP</title>
      <link>https://community.ee.co.uk/t5/Broadband-Landline/IPv6-Fragmentation-quot-Black-Hole-quot-on-EE-BT-900Mb-FTTP/m-p/1600685#M133528</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.ee.co.uk/t5/user/viewprofilepage/user-id/1960035"&gt;@planetf1b&lt;/a&gt;&amp;nbsp;wrote:&lt;P&gt;&lt;SPAN&gt;Please escalate to EE’s core network engineering team to:&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;This user discussion group is not the correct platform for formally escalating issues &amp;amp; requiring their fix in EE systems. You previously requested we validate your findings which&amp;nbsp;&lt;a href="https://community.ee.co.uk/t5/user/viewprofilepage/user-id/2696281"&gt;@bobpullen&lt;/a&gt;&amp;nbsp;did. That was fine but this is a step too far. You need to report your issues to CS (&amp;amp; God help you they understand this). Failing any progress that way you could raise a complaint.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You can&amp;nbsp;make a formal complaint to EE &amp;amp; if you don't get&amp;nbsp;satisfaction after 8 weeks or come to a deadlock you can take it to EE's ADR provider. See&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://ee.co.uk/content/dam/ee-help/help-pdfs/complaints-code-of-practice-april-2018.pdf" target="_blank" rel="noopener noreferrer"&gt;Complaints code of practice&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;and here is the&amp;nbsp;&lt;A class="" href="https://ee.co.uk/contact-ee/complaint/form" target="_blank" rel="noopener noreferrer"&gt;Complaints Form&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;. What the Ombudsman will make of this I dread to think.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2026 23:55:23 GMT</pubDate>
      <guid>https://community.ee.co.uk/t5/Broadband-Landline/IPv6-Fragmentation-quot-Black-Hole-quot-on-EE-BT-900Mb-FTTP/m-p/1600685#M133528</guid>
      <dc:creator>XRaySpeX</dc:creator>
      <dc:date>2026-02-09T23:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: IPv6 Fragmentation "Black Hole" on EE/BT 900Mb FTTP</title>
      <link>https://community.ee.co.uk/t5/Broadband-Landline/IPv6-Fragmentation-quot-Black-Hole-quot-on-EE-BT-900Mb-FTTP/m-p/1600686#M133529</link>
      <description>&lt;P&gt;&lt;a href="https://community.ee.co.uk/t5/user/viewprofilepage/user-id/2696281"&gt;@bobpullen&lt;/a&gt;&amp;nbsp;: Would this apply to all EE FTTP?&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2026 23:56:32 GMT</pubDate>
      <guid>https://community.ee.co.uk/t5/Broadband-Landline/IPv6-Fragmentation-quot-Black-Hole-quot-on-EE-BT-900Mb-FTTP/m-p/1600686#M133529</guid>
      <dc:creator>XRaySpeX</dc:creator>
      <dc:date>2026-02-09T23:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: IPv6 Fragmentation "Black Hole" on EE/BT 900Mb FTTP</title>
      <link>https://community.ee.co.uk/t5/Broadband-Landline/IPv6-Fragmentation-quot-Black-Hole-quot-on-EE-BT-900Mb-FTTP/m-p/1600727#M133535</link>
      <description>&lt;P&gt;&lt;a href="https://community.ee.co.uk/t5/user/viewprofilepage/user-id/2818"&gt;@XRaySpeX&lt;/a&gt;&amp;nbsp;- I strongly suspect the outcome of the OP's tests will be the same on any BT/EE connection. I can confirm&amp;nbsp; the same outcome on an IPv6-enabled Plusnet line I have access to.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.ee.co.uk/t5/user/viewprofilepage/user-id/1960035"&gt;@planetf1b&lt;/a&gt;&amp;nbsp;wrote:&lt;H2&gt;&lt;FONT size="3"&gt;Customer‑Visible Impact: iCloud Private Relay Fails&lt;/FONT&gt;&lt;/H2&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;How is Private Relay &lt;EM&gt;visibly&lt;/EM&gt; failing? What are the symptoms? If I enable Private Relay on one of my iPads, I don't seem to notice any ill effects?&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":thinking_face:"&gt;🤔&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Feb 2026 11:20:53 GMT</pubDate>
      <guid>https://community.ee.co.uk/t5/Broadband-Landline/IPv6-Fragmentation-quot-Black-Hole-quot-on-EE-BT-900Mb-FTTP/m-p/1600727#M133535</guid>
      <dc:creator>bobpullen</dc:creator>
      <dc:date>2026-02-10T11:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: IPv6 Fragmentation "Black Hole" on EE/BT 900Mb FTTP</title>
      <link>https://community.ee.co.uk/t5/Broadband-Landline/IPv6-Fragmentation-quot-Black-Hole-quot-on-EE-BT-900Mb-FTTP/m-p/1600737#M133536</link>
      <description>&lt;P&gt;Oh wow, I had hoped it was just a one-off on a badly configured bit of kit. To intentionally block packet too big is a MASSIVE issue.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I tried to go through the call centre today, but after 3 hours I gave up. I've instead emailed the ceo office - I completely couldn't figure out how to move forward as it's a very precise technical issue.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Feb 2026 12:00:18 GMT</pubDate>
      <guid>https://community.ee.co.uk/t5/Broadband-Landline/IPv6-Fragmentation-quot-Black-Hole-quot-on-EE-BT-900Mb-FTTP/m-p/1600737#M133536</guid>
      <dc:creator>planetf1b</dc:creator>
      <dc:date>2026-02-10T12:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: IPv6 Fragmentation "Black Hole" on EE/BT 900Mb FTTP</title>
      <link>https://community.ee.co.uk/t5/Broadband-Landline/IPv6-Fragmentation-quot-Black-Hole-quot-on-EE-BT-900Mb-FTTP/m-p/1600741#M133537</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.ee.co.uk/t5/user/viewprofilepage/user-id/1960035"&gt;@planetf1b&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Oh wow, I had hoped it was just a one-off on a badly configured bit of kit. To intentionally block packet too big is a MASSIVE issue.&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;What massive issues are you experiencing though? Whilst I understand to a degree what your tests are doing, I'm also not confident enough to say that they're a conclusive indicator of ICMP too big responses being dropped out in the network. Have you repeated the tests on a non-BT connection with differing results?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Feb 2026 13:02:25 GMT</pubDate>
      <guid>https://community.ee.co.uk/t5/Broadband-Landline/IPv6-Fragmentation-quot-Black-Hole-quot-on-EE-BT-900Mb-FTTP/m-p/1600741#M133537</guid>
      <dc:creator>bobpullen</dc:creator>
      <dc:date>2026-02-10T13:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: IPv6 Fragmentation "Black Hole" on EE/BT 900Mb FTTP</title>
      <link>https://community.ee.co.uk/t5/Broadband-Landline/IPv6-Fragmentation-quot-Black-Hole-quot-on-EE-BT-900Mb-FTTP/m-p/1600846#M133554</link>
      <description>&lt;P&gt;I tested this just using ping on a Windows device on PowerShell using&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;ping -6 2001:4860:4860::8888 -l 1400&lt;/LI&gt;&lt;LI&gt;ping -6 2001:4860:4860::8888 -l 1440&lt;/LI&gt;&lt;LI&gt;ping -6 2001:4860:4860::8888 -l 1472&lt;/LI&gt;&lt;LI&gt;ping -6 &lt;A href="http://www.reuters.com" target="_blank" rel="noopener"&gt;www.reuters.com&lt;/A&gt; -l 1440&lt;/LI&gt;&lt;LI&gt;ping -6 &lt;A href="http://www.reuters.com" target="_blank" rel="noopener"&gt;www.reuters.com&lt;/A&gt; -l 1280&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I then asked CoPilot to interpret the results as below&lt;/P&gt;&lt;P&gt;The behaviour you’re seeing is not caused by “fragmentation”&lt;BR /&gt;Routers on IPv6 never fragment, so nothing is being “discarded because it requires fragmentation.”&lt;BR /&gt;Instead, what’s happening is:&lt;BR /&gt;• You send a packet larger than the path MTU&lt;BR /&gt;• A router along the path drops it&lt;BR /&gt;• That router is supposed to send back ICMPv6 Type‑2 (Packet Too Big)&lt;BR /&gt;• If that Type‑2 message never reaches you, PMTUD breaks&lt;BR /&gt;So the real question is:&lt;BR /&gt;Are Type‑2 messages being lost on the path?&lt;BR /&gt;Your tests give a mixed answer.&lt;/P&gt;&lt;P&gt;What your results actually show&lt;BR /&gt;To Google IPv6&lt;BR /&gt;• 1440 works&lt;BR /&gt;• 1452 fails&lt;BR /&gt;• Clean, repeatable boundary&lt;BR /&gt;This is exactly what working PMTUD looks like.&lt;BR /&gt;It means:&lt;BR /&gt;• EE/Openreach is not filtering Type‑2 on that path&lt;BR /&gt;• Your host is learning the MTU correctly&lt;BR /&gt;• The path MTU is ~1492 (classic PPPoE)&lt;BR /&gt;To Reuters IPv6&lt;BR /&gt;• 1400 fails&lt;BR /&gt;• 1280 works&lt;BR /&gt;• No clean boundary above 1280&lt;BR /&gt;• Behaviour is consistent with a remote MTU bottleneck, not EE&lt;BR /&gt;This is what happens when the far end (or its CDN) sits behind tunnels with a very small MTU.&lt;BR /&gt;Akamai, Cloudflare, Fastly, and similar CDNs often have edges behind:&lt;BR /&gt;• GRE&lt;BR /&gt;• IPsec&lt;BR /&gt;• DDoS scrubbers&lt;BR /&gt;• Multi‑layer encapsulation&lt;BR /&gt;Those can reduce MTU to 1280–1400.&lt;BR /&gt;Your results match that perfectly.&lt;/P&gt;&lt;P&gt;So is EE/Openreach “silently discarding outbound IPv6 packets that require fragmentation”?&lt;BR /&gt;No — that’s not what your data shows.&lt;BR /&gt;If EE were dropping Type‑2 messages, you would see:&lt;BR /&gt;• Google IPv6 failing at all large sizes&lt;BR /&gt;• No clean cutoff&lt;BR /&gt;• Random timeouts&lt;BR /&gt;• Broken PMTUD across all destinations&lt;BR /&gt;• TCP stalls everywhere&lt;BR /&gt;• iCloud Private Relay failing consistently&lt;BR /&gt;But instead:&lt;BR /&gt;• Google path shows perfect PMTUD&lt;BR /&gt;• Reuters path shows remote MTU constraints, not EE filtering&lt;BR /&gt;• Your EE line behaves exactly like a normal PPPoE IPv6 connection&lt;BR /&gt;So the upstream is not “silently discarding packets that require fragmentation.”&lt;BR /&gt;It’s simply enforcing its MTU, and PMTUD is working.&lt;/P&gt;&lt;P&gt;Why Apple devices sometimes struggle&lt;BR /&gt;This part of your observation is real, but the cause is different.&lt;BR /&gt;Apple’s iCloud Private Relay is extremely sensitive to:&lt;BR /&gt;• PMTUD failures&lt;BR /&gt;• Small MTUs&lt;BR /&gt;• CDNs with 1280‑byte edges&lt;BR /&gt;• Networks that block any ICMPv6 (not just Type‑2)&lt;BR /&gt;So if a remote service (like Reuters’ CDN) has a tiny MTU, Apple devices may:&lt;BR /&gt;• retry aggressively&lt;BR /&gt;• drain battery&lt;BR /&gt;• stall connections&lt;BR /&gt;• switch between IPv4/IPv6 repeatedly&lt;BR /&gt;This is a known behaviour of Private Relay, but it doesn’t mean EE is filtering Type‑2.&lt;/P&gt;&lt;P&gt;The accurate interpretation&lt;BR /&gt;A more precise version of your observation would be:&lt;BR /&gt;“Some IPv6 destinations (e.g., Reuters via Akamai) appear to sit behind very small MTUs. PMTUD works correctly on EE/Openreach, but the remote path MTU is low enough that certain services—especially Apple Private Relay—may experience stalls or retries.”&lt;BR /&gt;This matches your measurements exactly.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2026 07:56:40 GMT</pubDate>
      <guid>https://community.ee.co.uk/t5/Broadband-Landline/IPv6-Fragmentation-quot-Black-Hole-quot-on-EE-BT-900Mb-FTTP/m-p/1600846#M133554</guid>
      <dc:creator>Ewan15</dc:creator>
      <dc:date>2026-02-11T07:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: IPv6 Fragmentation "Black Hole" on EE/BT 900Mb FTTP</title>
      <link>https://community.ee.co.uk/t5/Broadband-Landline/IPv6-Fragmentation-quot-Black-Hole-quot-on-EE-BT-900Mb-FTTP/m-p/1600886#M133571</link>
      <description>&lt;P&gt;&lt;a href="https://community.ee.co.uk/t5/user/viewprofilepage/user-id/4475012"&gt;@Ewan15&lt;/a&gt;&amp;nbsp;You will also find on the Ispreview Forum topic discussion with the OP!&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2026 10:51:42 GMT</pubDate>
      <guid>https://community.ee.co.uk/t5/Broadband-Landline/IPv6-Fragmentation-quot-Black-Hole-quot-on-EE-BT-900Mb-FTTP/m-p/1600886#M133571</guid>
      <dc:creator>JimM11</dc:creator>
      <dc:date>2026-02-11T10:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: IPv6 Fragmentation "Black Hole" on EE/BT 900Mb FTTP</title>
      <link>https://community.ee.co.uk/t5/Broadband-Landline/IPv6-Fragmentation-quot-Black-Hole-quot-on-EE-BT-900Mb-FTTP/m-p/1600907#M133584</link>
      <description>&lt;P&gt;&lt;a href="https://community.ee.co.uk/t5/user/viewprofilepage/user-id/4475012"&gt;@Ewan15&lt;/a&gt;&amp;nbsp;Thanks *so* much for trying that out!&lt;BR /&gt;&lt;BR /&gt;Router's can't fragment on IPv6 - however clients can, so they send the base packet, then a packet with an extension header (44). These are discarded on some networks, but I don't think this is EE -- it's variable depending the routing - it's also, annoyingly, quite common as there's a concern of DoS and other attacks from fragmented packets. So if say a tunneled route (vpn) uses a mtu such that it's tunneled packets won't fit in the actual connection, then the fragments will be created there. But that's all local. It cannot send anything &amp;gt; mtu (hence fragments)&lt;BR /&gt;&lt;BR /&gt;Anyway lots of places do that, so my main focus was on the icmpv2 responses.&lt;BR /&gt;&lt;BR /&gt;Google is failing at 1452 because we have payload (1452) + icmp v6 header (8) + ipv6 header (40) = 1500&lt;BR /&gt;&lt;BR /&gt;Whilst this is the physical interface mtu, the actual advertized mtu for the ipv6 route is 1492. You can see this in an RA from the EE hub:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;On *nix this can be seen with: sudo tcpdump&lt;SPAN&gt;-ni &amp;lt;interface&amp;gt; -vv ip6 and icmp6 and&amp;nbsp;&lt;/SPAN&gt;'icmp6[0] == 134'&lt;BR /&gt;&lt;BR /&gt;Within that there'll be a line&lt;/DIV&gt;&amp;nbsp;mtu option (5), length 8 (1): 1492&lt;BR /&gt;&lt;BR /&gt;So in this case it is your local device that knows the packet is too large, and therefore sending a *LOCAL* response. It's not validating the network.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Google will actually go up to 1452 if you use 'baby jumbo' frames (I've tested) -- and this is fine with EE.&lt;BR /&gt;&lt;BR /&gt;As was pointed earlier one 'flaw' in my original post is I picked specifically on reuters as causing a problem, but that doesn't prove or disprove it's EE. I've also had issues with *some* amazon endpoints (from both mac and linux) (for example with a packet size of less than 1300).&lt;BR /&gt;&lt;BR /&gt;WHat's odd is I've *never* seen an ICMP type 2 packet arrive&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;A specific example. This is one resolved amazon address (I've seen it with other providers too)&lt;BR /&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;sudo ping6 -c 5 -s 1444 -D 2a00:23c7:60de:c700:8872:afc7:95e6:2265&lt;BR /&gt;-&amp;gt;&lt;BR /&gt;ping statistics --- 5 packets transmitted, 0 received, 100% packet loss, time 4085ms&lt;/DIV&gt;&lt;BR /&gt;even whilst:&amp;nbsp;&lt;DIV&gt;sudo tcpdump -ni any -vv ip6 and icmp6 and 'icmp6[0] == 2' &amp;amp;&lt;BR /&gt;&lt;BR /&gt;is running&lt;BR /&gt;&lt;BR /&gt;So it's possible amazon (or any intermediate transit) is blocking them. Or reuters.. Or ....&lt;BR /&gt;&lt;BR /&gt;I can believe there is some varied configuration in the links - which may be why they have varying mtus.. but I'd be surprised if they'd all also block the responses?&lt;BR /&gt;&lt;BR /&gt;Really need to test on another isp ...&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2026 11:48:45 GMT</pubDate>
      <guid>https://community.ee.co.uk/t5/Broadband-Landline/IPv6-Fragmentation-quot-Black-Hole-quot-on-EE-BT-900Mb-FTTP/m-p/1600907#M133584</guid>
      <dc:creator>planetf1b</dc:creator>
      <dc:date>2026-02-11T11:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: IPv6 Fragmentation "Black Hole" on EE/BT 900Mb FTTP</title>
      <link>https://community.ee.co.uk/t5/Broadband-Landline/IPv6-Fragmentation-quot-Black-Hole-quot-on-EE-BT-900Mb-FTTP/m-p/1601113#M133642</link>
      <description>&lt;P&gt;I have configured my Ethernet MTU to 1508 to allow an MTU of 1500 on my EE FTTP connection. When I run one of the examples above I do not experience packet loss:&lt;/P&gt;&lt;P&gt;pi@raspberrypi:~ $ ping6 -c 3 -s 1445 ipv6.google.com&lt;BR /&gt;PING ipv6.google.com(uv-in-f101.1e100.net (2a00:1450:4009:c15::65)) 1445 data bytes&lt;BR /&gt;1453 bytes from uv-in-f101.1e100.net (2a00:1450:4009:c15::65): icmp_seq=1 ttl=113 time=6.05 ms&lt;BR /&gt;1453 bytes from uv-in-f101.1e100.net (2a00:1450:4009:c15::65): icmp_seq=2 ttl=113 time=5.93 ms&lt;BR /&gt;1453 bytes from uv-in-f101.1e100.net (2a00:1450:4009:c15::65): icmp_seq=3 ttl=113 time=6.73 ms&lt;/P&gt;&lt;P&gt;--- ipv6.google.com ping statistics ---&lt;BR /&gt;3 packets transmitted, 3 received, 0% packet loss, time 2003ms&lt;BR /&gt;rtt min/avg/max/mdev = 5.931/6.237/6.734/0.354 ms&lt;/P&gt;&lt;P&gt;Does this help at all? With your connection are you experiencing 100% packet loss when running the above command?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2026 10:45:36 GMT</pubDate>
      <guid>https://community.ee.co.uk/t5/Broadband-Landline/IPv6-Fragmentation-quot-Black-Hole-quot-on-EE-BT-900Mb-FTTP/m-p/1601113#M133642</guid>
      <dc:creator>mayo123</dc:creator>
      <dc:date>2026-02-12T10:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: IPv6 Fragmentation "Black Hole" on EE/BT 900Mb FTTP</title>
      <link>https://community.ee.co.uk/t5/Broadband-Landline/IPv6-Fragmentation-quot-Black-Hole-quot-on-EE-BT-900Mb-FTTP/m-p/1605114#M134717</link>
      <description>&lt;P&gt;I've done a more in-depth analysis&lt;BR /&gt;&lt;BR /&gt;The scripts I used, and results are at :&amp;nbsp;&lt;A href="https://github.com/planetf1/bt-ee-ipv6-blackhole/discussions" target="_blank"&gt;planetf1/bt-ee-ipv6-blackhole · Discussions · GitHub&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;In summary&lt;BR /&gt;* Some sites work fine with a 1500 mtu including apple, cloudflare&lt;BR /&gt;* others fail - aws, gcp&lt;BR /&gt;* this in itself is normal/not an issue. However the network not responding with 'packet too big' is a serious issue and protocol breakage&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2026 22:59:34 GMT</pubDate>
      <guid>https://community.ee.co.uk/t5/Broadband-Landline/IPv6-Fragmentation-quot-Black-Hole-quot-on-EE-BT-900Mb-FTTP/m-p/1605114#M134717</guid>
      <dc:creator>planetf1b</dc:creator>
      <dc:date>2026-03-03T22:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: IPv6 Fragmentation "Black Hole" on EE/BT 900Mb FTTP</title>
      <link>https://community.ee.co.uk/t5/Broadband-Landline/IPv6-Fragmentation-quot-Black-Hole-quot-on-EE-BT-900Mb-FTTP/m-p/1605116#M134718</link>
      <description>&lt;P&gt;&lt;a href="https://community.ee.co.uk/t5/user/viewprofilepage/user-id/1960035"&gt;@planetf1b&lt;/a&gt;&amp;nbsp; &amp;nbsp;Could this be another limitation within the network related to the UDP issue mentioned&amp;nbsp;&lt;A href="https://community.ee.co.uk/t5/Broadband-Landline/UDP-Packet-drop/td-p/1571725" target="_blank" rel="noopener"&gt;https://community.ee.co.uk/t5/Broadband-Landline/UDP-Packet-drop/td-p/1571725&lt;/A&gt;&amp;nbsp; ?&lt;/P&gt;&lt;P&gt;Getting to the right level of technical support is going to be you biggest challenge I suspect.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2026 23:44:07 GMT</pubDate>
      <guid>https://community.ee.co.uk/t5/Broadband-Landline/IPv6-Fragmentation-quot-Black-Hole-quot-on-EE-BT-900Mb-FTTP/m-p/1605116#M134718</guid>
      <dc:creator>Mustrum</dc:creator>
      <dc:date>2026-03-03T23:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: IPv6 Fragmentation "Black Hole" on EE/BT 900Mb FTTP</title>
      <link>https://community.ee.co.uk/t5/Broadband-Landline/IPv6-Fragmentation-quot-Black-Hole-quot-on-EE-BT-900Mb-FTTP/m-p/1605466#M134776</link>
      <description>&lt;P&gt;&lt;a href="https://community.ee.co.uk/t5/user/viewprofilepage/user-id/321568"&gt;@Mustrum&lt;/a&gt;&amp;nbsp;- I doubt there's any correlation; the two problems are very different in nature.&lt;/P&gt;&lt;P&gt;That said, I'm still at a bit of a loss to understand what&amp;nbsp;&lt;a href="https://community.ee.co.uk/t5/user/viewprofilepage/user-id/1960035"&gt;@planetf1b&lt;/a&gt;'s 'real world' problem actually is?&lt;/P&gt;&lt;P&gt;eg. there's mention of problems using Apple Private Relay and docker pull commands but I have zero issues with either of these&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":thinking_face:"&gt;🤔&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2026 17:05:59 GMT</pubDate>
      <guid>https://community.ee.co.uk/t5/Broadband-Landline/IPv6-Fragmentation-quot-Black-Hole-quot-on-EE-BT-900Mb-FTTP/m-p/1605466#M134776</guid>
      <dc:creator>bobpullen</dc:creator>
      <dc:date>2026-03-05T17:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: IPv6 Fragmentation "Black Hole" on EE/BT 900Mb FTTP</title>
      <link>https://community.ee.co.uk/t5/Broadband-Landline/IPv6-Fragmentation-quot-Black-Hole-quot-on-EE-BT-900Mb-FTTP/m-p/1606212#M134942</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I have taken some time to put together a more technically detailed *and reproducible* analysis -- the previous discussion was a little ad-hoc (my fault).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This new writeup is technical and precise, and should be reproducible (or at least be able to rerun) by others.&amp;nbsp;I hope it's also suitable for quick review by a network engineer. I've seperately shared an earlier version in a community forum and at least one person has reproduced similar issues with the script.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/planetf1/bt-ee-ipv6-blackhole" target="_blank" rel="noopener"&gt;https://github.com/planetf1/bt-ee-ipv6-blackhole&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In summary the current EE IPv6 support seems to breach standards which causes application failures&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2026 07:34:11 GMT</pubDate>
      <guid>https://community.ee.co.uk/t5/Broadband-Landline/IPv6-Fragmentation-quot-Black-Hole-quot-on-EE-BT-900Mb-FTTP/m-p/1606212#M134942</guid>
      <dc:creator>planetf1b</dc:creator>
      <dc:date>2026-03-10T07:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: IPv6 Fragmentation "Black Hole" on EE/BT 900Mb FTTP</title>
      <link>https://community.ee.co.uk/t5/Broadband-Landline/IPv6-Fragmentation-quot-Black-Hole-quot-on-EE-BT-900Mb-FTTP/m-p/1606215#M134943</link>
      <description>&lt;P&gt;&lt;a href="https://community.ee.co.uk/t5/user/viewprofilepage/user-id/2696281"&gt;@bobpullen&lt;/a&gt;&amp;nbsp;you asked about real-world impact - and I agree it may not be obviously apparent.&lt;BR /&gt;&lt;BR /&gt;Applications will use a mix of different network protocols to communicate.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Firstly there's IPv4 and IPv6. Which is chosen is affected by the ways names resolve to addresses (depending on DNS server for example) as well as their own logic. Some will prioritize IPv6, others may do not.&lt;BR /&gt;&lt;BR /&gt;Then there's different protocols like TCP (making a connection), UDP (connectionless). And even within either there may be further layers like VPN tunnels.&lt;BR /&gt;&lt;BR /&gt;Most of these apps will have some 'fall-back' to work around broken infrastructure. Sometimes the protocols themselves have tweaks built in to detect these 'black holes'&lt;BR /&gt;&lt;BR /&gt;Typically the impact can be one of several things&lt;BR /&gt;- No impact&lt;BR /&gt;- a delay on first connection (quite typical)&lt;BR /&gt;- higher power drain (this is where I started... on a mobile device the 'radio' is kept active whilst waiting for a reply to a request that never arrives. With many apps and overnight this adds up)&lt;BR /&gt;- connection stalls - starts working (when packet size is smaller) then pauses (for a bigger picked when it gets no response)&lt;BR /&gt;- connection failures - Anything using a tunnel may fail to establish the connection in the first place.&lt;BR /&gt;&lt;BR /&gt;So what we have is a whole bunch of 'odd' behaviour where many may struggle to specifically associate the issue above with the problem (usually delays or unreliability).&lt;BR /&gt;&lt;BR /&gt;The above is an attempt (as an engineer) to tease out &amp;amp; discover the root cause (at least as far as the end user on a connection is concerned) to get answers/fixes from the network provider.&lt;BR /&gt;&lt;BR /&gt;Hope that helps a little -- but I do empathize with the view 'it's working for me'. the truth is there are multiple layers trying to work around the problem, and causing side effects.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2026 07:42:31 GMT</pubDate>
      <guid>https://community.ee.co.uk/t5/Broadband-Landline/IPv6-Fragmentation-quot-Black-Hole-quot-on-EE-BT-900Mb-FTTP/m-p/1606215#M134943</guid>
      <dc:creator>planetf1b</dc:creator>
      <dc:date>2026-03-10T07:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: IPv6 Fragmentation "Black Hole" on EE/BT 900Mb FTTP</title>
      <link>https://community.ee.co.uk/t5/Broadband-Landline/IPv6-Fragmentation-quot-Black-Hole-quot-on-EE-BT-900Mb-FTTP/m-p/1606253#M134946</link>
      <description>&lt;P&gt;&lt;a href="https://community.ee.co.uk/t5/user/viewprofilepage/user-id/1960035"&gt;@planetf1b&lt;/a&gt;&amp;nbsp;- thanks, I broadly understand the underlying network principles.&lt;/P&gt;&lt;P&gt;I'll not press the matter but have to admit, I still remain confused as to what &lt;EM&gt;noticeable&lt;/EM&gt; application use-case is falling foul of this outside of your analysis/what AI thinks. From your listed impacts, it sounds to me that the 'only' thing you've personally encountered is smartphone battery drain? It would be interesting to see some evidence that correlates the two things e.g. a packet capture showing a native smartphone application sending large IPv6 payloads, failing to get a response, re-transmitting, stalling, falling back to IPv4 etc.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.ee.co.uk/t5/user/viewprofilepage/user-id/2696281"&gt;@bobpullen&lt;/a&gt;&amp;nbsp;&amp;nbsp;wrote:&lt;BR /&gt;Have you repeated the tests on a non-BT connection with differing results?&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I also think this ^ might help validate/further your case i.e. an example of your tests doing what you're expecting them to do whilst connected to a non BT/EE Internet connection.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another thought is that you could try removing your router/hub from the equation by hooking a PC up to the ONT directly and having it use a PPPoE dial-up connection; if only to remove a point of obfuscation.&lt;/P&gt;&lt;P&gt;What's piqued my curiosity is the fact that there a a few online tests out there that purport to check for this sort of thing; and when I try running them, they all pass &lt;span class="lia-unicode-emoji" title=":thinking_face:"&gt;🤔&lt;/span&gt;&lt;/P&gt;&lt;P&gt;From the 'Tests Run' tab &amp;gt; Technical info&amp;nbsp;&lt;A href="https://test-ipv6.com/" target="_blank" rel="noopener"&gt;here&lt;/A&gt;: -&lt;/P&gt;&lt;DIV class=""&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-03-10 10.57.17.png" style="width: 999px;"&gt;&lt;img src="https://community.ee.co.uk/t5/image/serverpage/image-id/41866i2F331459B09A9525/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2026-03-10 10.57.17.png" alt="Screenshot 2026-03-10 10.57.17.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;P&gt;From &lt;A href="https://test-ipv6.run/" target="_blank" rel="noopener"&gt;here&lt;/A&gt;: -&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-03-10 10.59.12.png" style="width: 606px;"&gt;&lt;img src="https://community.ee.co.uk/t5/image/serverpage/image-id/41864iD30D492FFC5AECD3/image-dimensions/606x216?v=v2" width="606" height="216" role="button" title="Screenshot 2026-03-10 10.59.12.png" alt="Screenshot 2026-03-10 10.59.12.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;From &lt;A href="http://pmtud.enslaves.us/" target="_blank" rel="noopener"&gt;here&lt;/A&gt;: -&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-03-10 11.00.30.png" style="width: 509px;"&gt;&lt;img src="https://community.ee.co.uk/t5/image/serverpage/image-id/41865i205E594928E52F07/image-dimensions/509x159?v=v2" width="509" height="159" role="button" title="Screenshot 2026-03-10 11.00.30.png" alt="Screenshot 2026-03-10 11.00.30.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2026 11:03:20 GMT</pubDate>
      <guid>https://community.ee.co.uk/t5/Broadband-Landline/IPv6-Fragmentation-quot-Black-Hole-quot-on-EE-BT-900Mb-FTTP/m-p/1606253#M134946</guid>
      <dc:creator>bobpullen</dc:creator>
      <dc:date>2026-03-10T11:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: IPv6 Fragmentation "Black Hole" on EE/BT 900Mb FTTP</title>
      <link>https://community.ee.co.uk/t5/Broadband-Landline/IPv6-Fragmentation-quot-Black-Hole-quot-on-EE-BT-900Mb-FTTP/m-p/1606320#M134961</link>
      <description>&lt;P&gt;Thanks for the reply&lt;BR /&gt;- the summary is AI-assembled (hopefully for clarity!) but I'm a software engineer and was adding IPv6 support to apps in he late 1990s... &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;&amp;nbsp;- some sites work perfectly at 'large' mtus (right up to 1500 mtu - 1440 mss - if using RFC 4638 - though the EE router is only configured for 1492/1432 due to the 8 byte overhead for ppp). The issue is that some sites/routes cannot take the full size, which in itself is fine, except that the sender never gets notified.. (except through timeout etc)&lt;BR /&gt;- I mostly use opnsense (open source router based on Free BSD), but have also used a EE hub for comparison&lt;BR /&gt;&amp;nbsp;- I work in sw dev, so will look at apps misbehaving (is it a broken app, the os etc) this is clearly a network issue. cumulative effect of timeout on battery can be huge, and delays can = bad user experience&lt;BR /&gt;- Agree ref: other iSP. I did actually run some tests on a hosted service.. I should include those results as a comparison&lt;BR /&gt;&lt;BR /&gt;I'm back in touch with the exec office. Not much more I can do beyond that except switch ISP.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2026 16:19:10 GMT</pubDate>
      <guid>https://community.ee.co.uk/t5/Broadband-Landline/IPv6-Fragmentation-quot-Black-Hole-quot-on-EE-BT-900Mb-FTTP/m-p/1606320#M134961</guid>
      <dc:creator>planetf1b</dc:creator>
      <dc:date>2026-03-10T16:19:10Z</dc:date>
    </item>
  </channel>
</rss>

