<?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 Trial Update in IPv6 Trial</title>
    <link>https://community.plus.net/t5/IPv6-Trial/IPv6-Trial-Update/m-p/2006979#M3450</link>
    <description>&lt;P&gt;Hi Dave, all,&lt;/P&gt;
&lt;P&gt;I have refreshed how things were hooked up and have the ONT directly connected to a Debian Linux 12.&amp;nbsp; Short version - it works fine.&lt;/P&gt;
&lt;P&gt;It was a bit of a learning experience though, so I outline here what I did.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Using pppoeconf built the /etc/ppp/peers/dsl-providers file having detected the PPPOE packets.&lt;/P&gt;
&lt;P&gt;I then tweaked to enable IP6.&amp;nbsp; W.X.Y.Z is my static IP4.&amp;nbsp; enp7s0 is the ethernet port connected to the ONT.&amp;nbsp; I also renamed it plusnet-providers.&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN class="s1"&gt;# Configuration file for PPP, using PPP over Ethernet &lt;/SPAN&gt;&lt;SPAN class="s1"&gt;to connect to a DSL provider.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN class="s1"&gt;# See the manual page pppd(8) for information on all the options.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN class="s1"&gt;W.X.Y.Z:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN class="s1"&gt;defaultroute&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN class="s1"&gt;hide-password&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN class="s1"&gt;lcp-echo-interval 20&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN class="s1"&gt;lcp-echo-failure 3&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN class="s1"&gt;ipcp-accept-remote&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN class="s1"&gt;+ipv6&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN class="s1"&gt;defaultroute6&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN class="s1"&gt;ipv6 00:00:00:00:00:00:00:01&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN class="s1"&gt;# Override any connect script that may have been set in /etc/ppp/options.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN class="s1"&gt;connect /bin/true&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN class="s1"&gt;noauth&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN class="s1"&gt;persist&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN class="s1"&gt;mtu 1500&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN class="s1"&gt;mru 1500&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN class="s1"&gt;noaccomp&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN class="s1"&gt;default-asyncmap&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN class="s1"&gt;maxfail 0&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN class="s1"&gt;plugin rp-pppoe.so&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN class="s1"&gt;nic-enp7s0&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN class="s1"&gt;user "my_plusnet_email@plusdsl.net"&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Running 'pon plusnet-providers' then brought up IP4 quite happily.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;2. Getting the IP6 address and PD delegation&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;The other part of this is then using wide-dhcp6-client to pull the PD prefix.&amp;nbsp; I spent a long time trying to get a non-PD response from the PlusNET DHCPv6 server.&amp;nbsp; This doesn't appear to be configured as I was getting no addresses available (but isn't necessary for IP6 to work).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;The dhcp6c.conf file to pull the PD prefix and assign it out to other ethernet interfaces on the debian router:&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;# Default dhpc6c configuration: it assumes the address is autoconfigured using&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;# router advertisements.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;profile default&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;{&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;information-only;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;request domain-name-servers;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;request domain-name;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;script "/etc/wide-dhcpv6/dhcp6c-script";&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;};&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;interface ppp0 {&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;#&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;Non-PD address request - doesn't appear to be setup&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;#&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;send ia-na 0;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;send ia-pd 0;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;};&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;#id-assoc na 0 {&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;#};&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;id-assoc pd 0 {&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;prefix-interface enp2s0 {&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;sla-id 88;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;sla-len 8;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;ifid 1;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;};&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;prefix-interface enp3s0 {&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;sla-id 111;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;sla-len 8;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;ifid 1;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;};&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;};&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p3"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p3"&gt;3. Routing fun&lt;/P&gt;
&lt;P class="p3"&gt;The final part was setting up a script in /etc/ppp/ip-up.d/00_plusnet_routes that puts in place all the IP4 and IP6 routes that I use for the home lab.&lt;/P&gt;
&lt;P class="p3"&gt;The key part here is realising that 'ip -6 route add default dev ppp0' is sufficient without needing an IP6 address on the ppp0 interface to route the IP6 traffic, or a next-hop gateway.&lt;/P&gt;
&lt;P class="p3"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p3"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p3"&gt;4. Running RADV on the other interfaces so clients work with autoconf&lt;/P&gt;
&lt;P class="p3"&gt;The documentation on radvd.conf was fine, so I won't go over that here.&lt;/P&gt;
&lt;P class="p3"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/21"&gt;@dave&lt;/a&gt;&amp;nbsp;Can I check that the plusnet dhcp6 server isn't setup to assign out non-temporary addresses, just the PD ranges?&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P class="p3"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p3"&gt;Thanks,&lt;/P&gt;
&lt;P class="p3"&gt;Mark&lt;/P&gt;</description>
    <pubDate>Sun, 27 Apr 2025 02:17:37 GMT</pubDate>
    <dc:creator>MPC</dc:creator>
    <dc:date>2025-04-27T02:17:37Z</dc:date>
    <item>
      <title>IPv6 Trial Update</title>
      <link>https://community.plus.net/t5/IPv6-Trial/IPv6-Trial-Update/m-p/2006834#M3409</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The change has just gone out to add IPv6 addresses to everyone that's volunteered to take part. You'll probably need to disconnect and reconnect or reboot your router to pick up the IPv6 prefix. For those on a Hub2 it should just pick it up, other routers may need it enabling.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This site is a good start to test it out:&amp;nbsp;&lt;A href="https://test-ipv6.com/" target="_blank"&gt;https://test-ipv6.com/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Plusnet DNS servers support IPv6 AAAA records but only run over IPv4 at the moment as such we're also assigning a he.net IPv6 DNS server address which will should mean the test above gets 10/10.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please note that any device on your network that supports IPv6 will be assigned an IPv6 address so recoommend checking that the firewall on your router is enabled to stop any external access to your devices. If you want to run an IPv6 server like a web server then on the Hub 2 you can create a pinhole in the firewall which will allow traffic through.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We don't have a specific test plan at the moment so feel free to give things a go and post any issues in this forum and we can take a look into it.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Apr 2025 22:14:13 GMT</pubDate>
      <guid>https://community.plus.net/t5/IPv6-Trial/IPv6-Trial-Update/m-p/2006834#M3409</guid>
      <dc:creator>dave</dc:creator>
      <dc:date>2025-04-24T22:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: IPv6 Trial Update</title>
      <link>https://community.plus.net/t5/IPv6-Trial/IPv6-Trial-Update/m-p/2006839#M3410</link>
      <description>&lt;P&gt;Hi Dave,&lt;/P&gt;
&lt;P&gt;Can confirm IPV6 is working and all I needed to do was enable IPV6 on the Asus router and disconnect &amp;amp; reconnect!&lt;/P&gt;
&lt;P&gt;So far no issues what so ever but if anything comes up I'll let you know!&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Apr 2025 23:00:58 GMT</pubDate>
      <guid>https://community.plus.net/t5/IPv6-Trial/IPv6-Trial-Update/m-p/2006839#M3410</guid>
      <dc:creator>jaydee001</dc:creator>
      <dc:date>2025-04-24T23:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: IPv6 Trial Update</title>
      <link>https://community.plus.net/t5/IPv6-Trial/IPv6-Trial-Update/m-p/2006843#M3411</link>
      <description>&lt;P&gt;All working for me on a Draytek 2925 will try tp link next!&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 06:40:05 GMT</pubDate>
      <guid>https://community.plus.net/t5/IPv6-Trial/IPv6-Trial-Update/m-p/2006843#M3411</guid>
      <dc:creator>zpeterk</dc:creator>
      <dc:date>2025-04-25T06:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: IPv6 Trial Update</title>
      <link>https://community.plus.net/t5/IPv6-Trial/IPv6-Trial-Update/m-p/2006845#M3412</link>
      <description>&lt;P&gt;Here is the page from the TP Link router that doesn't seem so keen to connect&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-04-25 at 07.47.11.png" style="width: 999px;"&gt;&lt;img src="https://community.plus.net/t5/image/serverpage/image-id/60497i4DD3F9241EA9AE9D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-04-25 at 07.47.11.png" alt="Screenshot 2025-04-25 at 07.47.11.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 06:50:13 GMT</pubDate>
      <guid>https://community.plus.net/t5/IPv6-Trial/IPv6-Trial-Update/m-p/2006845#M3412</guid>
      <dc:creator>zpeterk</dc:creator>
      <dc:date>2025-04-25T06:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: IPv6 Trial Update</title>
      <link>https://community.plus.net/t5/IPv6-Trial/IPv6-Trial-Update/m-p/2006846#M3413</link>
      <description>&lt;P&gt;Hi Dave,&lt;/P&gt;
&lt;P&gt;Hub2 user - I left it until this morning but it had not automatically picked up the assigned IP6 range.&amp;nbsp; Maybe if I'd have had more patience, it would have...&lt;/P&gt;
&lt;P&gt;A quick reboot later and the Hub2 has picked it up the IP6 allocation of a /56 as expected.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a bit of work to do for further testing as when I had dual-WAN, I disabled the Hub2's DHCP service and I am using an internal DHCP server instead .&amp;nbsp; ( I needed to set customised IP4 routes and the Hub2 firmware doesn't allow for that ).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All looking good so far!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 07:17:34 GMT</pubDate>
      <guid>https://community.plus.net/t5/IPv6-Trial/IPv6-Trial-Update/m-p/2006846#M3413</guid>
      <dc:creator>MPC</dc:creator>
      <dc:date>2025-04-25T07:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: IPv6 Trial Update</title>
      <link>https://community.plus.net/t5/IPv6-Trial/IPv6-Trial-Update/m-p/2006848#M3414</link>
      <description>&lt;P&gt;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/211"&gt;@zpeterk&lt;/a&gt; based on an assumption that the Tplink is almost certainly running some form of Openwrt and my experience with my native Openwrt router..&lt;/P&gt;
&lt;P&gt;I'd suggest setting the 'Get Ipv6 addess' to DHCPv6 and the 'Prefix delegation' to Enable&lt;/P&gt;
&lt;P&gt;Let us know if that makes a difference&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 07:46:09 GMT</pubDate>
      <guid>https://community.plus.net/t5/IPv6-Trial/IPv6-Trial-Update/m-p/2006848#M3414</guid>
      <dc:creator>MisterW</dc:creator>
      <dc:date>2025-04-25T07:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: IPv6 Trial Update</title>
      <link>https://community.plus.net/t5/IPv6-Trial/IPv6-Trial-Update/m-p/2006849#M3415</link>
      <description>&lt;P&gt;Following up on other initial testing:&lt;/P&gt;
&lt;P&gt;* Unable to ping6 the Hub2 ip6 address from the lan.&amp;nbsp; Neighbour solicitation is being sent, but no replies are being received.&lt;/P&gt;
&lt;P&gt;* Unable to ping6 the Hub2 ip6 address from the internet.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm speculating that the Hub2 needs its DHCP service enabled for IP6 addresses to be assigned to the interfaces.&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Mark&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;08:44:55.868709 IP6 2a02:16c8:xxxx:xx00::yy &amp;gt; ff02::1:ff00:1: ICMP6, neighbor solicitation, who has 2a02:16c8:xxxx:xx00::1, length 32&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;08:44:56.892549 IP6 2a02:16c8:xxxx:xx00::yy &amp;gt; ff02::1:ff00:1: ICMP6, neighbor solicitation, who has 2a02:16c8:xxxx:xx00::1, length 32&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 07:46:18 GMT</pubDate>
      <guid>https://community.plus.net/t5/IPv6-Trial/IPv6-Trial-Update/m-p/2006849#M3415</guid>
      <dc:creator>MPC</dc:creator>
      <dc:date>2025-04-25T07:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: IPv6 Trial Update</title>
      <link>https://community.plus.net/t5/IPv6-Trial/IPv6-Trial-Update/m-p/2006859#M3416</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/21"&gt;@dave&lt;/a&gt;! All enabled on Unifi Gateway and working fine so far. For Unifi I had to enable it on the WAN settings, and then again on each LAN, clients are getting IPv6 addresses. IPv6 test shows 10/10, I am using cloud flare DNS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 08:27:57 GMT</pubDate>
      <guid>https://community.plus.net/t5/IPv6-Trial/IPv6-Trial-Update/m-p/2006859#M3416</guid>
      <dc:creator>jrhopkins00</dc:creator>
      <dc:date>2025-04-25T08:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: IPv6 Trial Update</title>
      <link>https://community.plus.net/t5/IPv6-Trial/IPv6-Trial-Update/m-p/2006862#M3417</link>
      <description>&lt;P&gt;All working now.&amp;nbsp; PEBKAC.&lt;/P&gt;
&lt;P&gt;I'd got the IP6 address allocation turned off on the hub2.&amp;nbsp; Allocations are working fine with that turned back on (without turning on the IP4 DHCP service on the hub2).&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 09:06:08 GMT</pubDate>
      <guid>https://community.plus.net/t5/IPv6-Trial/IPv6-Trial-Update/m-p/2006862#M3417</guid>
      <dc:creator>MPC</dc:creator>
      <dc:date>2025-04-25T09:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: IPv6 Trial Update</title>
      <link>https://community.plus.net/t5/IPv6-Trial/IPv6-Trial-Update/m-p/2006866#M3418</link>
      <description>&lt;P&gt;Still no connection&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-04-25 at 10.14.42.png" style="width: 999px;"&gt;&lt;img src="https://community.plus.net/t5/image/serverpage/image-id/60504i8BCA02CBC6D30BD2/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-04-25 at 10.14.42.png" alt="Screenshot 2025-04-25 at 10.14.42.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 09:15:34 GMT</pubDate>
      <guid>https://community.plus.net/t5/IPv6-Trial/IPv6-Trial-Update/m-p/2006866#M3418</guid>
      <dc:creator>zpeterk</dc:creator>
      <dc:date>2025-04-25T09:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: IPv6 Trial Update</title>
      <link>https://community.plus.net/t5/IPv6-Trial/IPv6-Trial-Update/m-p/2006873#M3419</link>
      <description>&lt;P&gt;Thanks Dave (and colleagues) for this - really great to see IPv6 back on the menu!&lt;/P&gt;
&lt;P&gt;Up and running here with a Draytek Vigor 2862 and so far so good. IPv6-enabled clients seem to be doing well, including 10/10 results at&amp;nbsp;&lt;A href="https://test-ipv6.com/" target="_blank" rel="noopener"&gt;test-ipv6.com&lt;/A&gt;,&amp;nbsp; but I need to do some more work on the DNS side of things to get the servers using it in both directions.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 10:00:22 GMT</pubDate>
      <guid>https://community.plus.net/t5/IPv6-Trial/IPv6-Trial-Update/m-p/2006873#M3419</guid>
      <dc:creator>MJN</dc:creator>
      <dc:date>2025-04-25T10:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: IPv6 Trial Update</title>
      <link>https://community.plus.net/t5/IPv6-Trial/IPv6-Trial-Update/m-p/2006874#M3420</link>
      <description>&lt;P&gt;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/211"&gt;@zpeterk&lt;/a&gt;&amp;nbsp;These are the settings I'm using.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 880px;"&gt;&lt;img src="https://community.plus.net/t5/image/serverpage/image-id/60505iC3D601F0CD9C70E7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I don't understand why the IPv6 address seems to be a link local one but when I set up the Lan as below, I seem to have IPv6 connectivity.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture2.PNG" style="width: 999px;"&gt;&lt;img src="https://community.plus.net/t5/image/serverpage/image-id/60506i23C9BABFCA5CD6B0/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture2.PNG" alt="Capture2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I hope that helps.&lt;/P&gt;
&lt;P&gt;Ian&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 10:00:29 GMT</pubDate>
      <guid>https://community.plus.net/t5/IPv6-Trial/IPv6-Trial-Update/m-p/2006874#M3420</guid>
      <dc:creator>IMM</dc:creator>
      <dc:date>2025-04-25T10:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: IPv6 Trial Update</title>
      <link>https://community.plus.net/t5/IPv6-Trial/IPv6-Trial-Update/m-p/2006881#M3422</link>
      <description>&lt;P&gt;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/127783"&gt;@IMM&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt; don't understand why the IPv6 address seems to be a link local one but when I set up the Lan as below, I seem to have IPv6 connectivity.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;AIUI the WAN connection doesnt get an IP as such, rather it just gets a static prefix which it delegates. Your LAN looks fine and is allocating IPv6 addresses fine.&lt;/P&gt;
&lt;P&gt;For info this is what my IPv6 WAN shows&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-04-25 112251.png" style="width: 644px;"&gt;&lt;img src="https://community.plus.net/t5/image/serverpage/image-id/60510i92BF7EA7B5E2EFEB/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-04-25 112251.png" alt="Screenshot 2025-04-25 112251.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Note, I have manually assigned the OpenDNS IPv6 DNS servers&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 10:29:13 GMT</pubDate>
      <guid>https://community.plus.net/t5/IPv6-Trial/IPv6-Trial-Update/m-p/2006881#M3422</guid>
      <dc:creator>MisterW</dc:creator>
      <dc:date>2025-04-25T10:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: IPv6 Trial Update</title>
      <link>https://community.plus.net/t5/IPv6-Trial/IPv6-Trial-Update/m-p/2006882#M3423</link>
      <description>&lt;P&gt;If you are using 3rd party IPv6 DNS provider, you can temporarily disable IPv4 on a device and test some websites. The ipv6 test website should report all good and ipv4 disabled, and get 10/10. A lot of websites and services will not work this way though, so only recommended as a test.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 10:35:32 GMT</pubDate>
      <guid>https://community.plus.net/t5/IPv6-Trial/IPv6-Trial-Update/m-p/2006882#M3423</guid>
      <dc:creator>jrhopkins00</dc:creator>
      <dc:date>2025-04-25T10:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: IPv6 Trial Update</title>
      <link>https://community.plus.net/t5/IPv6-Trial/IPv6-Trial-Update/m-p/2006884#M3425</link>
      <description>&lt;P&gt;Thanks Dave&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can confirm all working with Unifi Gateway Max.&lt;/P&gt;
&lt;P&gt;Simple to setup, just enabled DHCPv6 on the WAN with the Prefix Delegation set at 56 .&lt;/P&gt;
&lt;P&gt;On the LAN side just Enabled Prefix Delegation for Interface Type, set the correct WAN interface for Prefix Delegation an then set Client Address Assignment to SLAAC. All started working after a reboot of the Gateway.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 10:48:36 GMT</pubDate>
      <guid>https://community.plus.net/t5/IPv6-Trial/IPv6-Trial-Update/m-p/2006884#M3425</guid>
      <dc:creator>glenpcarter</dc:creator>
      <dc:date>2025-04-25T10:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: IPv6 Trial Update</title>
      <link>https://community.plus.net/t5/IPv6-Trial/IPv6-Trial-Update/m-p/2006888#M3426</link>
      <description>&lt;P&gt;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/21"&gt;@dave&lt;/a&gt;&amp;nbsp;wrote:-&amp;nbsp;&lt;EM&gt;Please note that any device on your network that supports IPv6 will be assigned an IPv6 address so recommend checking that the firewall on your router is enabled to stop any external access to your devices.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Can anyone recommend a IPv6 port scanner similar to grc.com's "shields up" that is safe to use. I'd like to check that I'm not leaving myself open to attacks from the Wan side.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 11:01:40 GMT</pubDate>
      <guid>https://community.plus.net/t5/IPv6-Trial/IPv6-Trial-Update/m-p/2006888#M3426</guid>
      <dc:creator>IMM</dc:creator>
      <dc:date>2025-04-25T11:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: IPv6 Trial Update</title>
      <link>https://community.plus.net/t5/IPv6-Trial/IPv6-Trial-Update/m-p/2006891#M3427</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/127783"&gt;@IMM&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't understand why the IPv6 address seems to be a link local one but when I set up the Lan as below, I seem to have IPv6 connectivity.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture2.PNG" style="width: 999px;"&gt;&lt;img src="https://community.plus.net/t5/image/serverpage/image-id/60506i23C9BABFCA5CD6B0/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture2.PNG" alt="Capture2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Yeah, I'd say you have IPv6 connectivity too. What does the output of ipconfig (or ifconfig) on a client say? Alternatively, how is a visit to &lt;A href="https://test-ipv6.com/" target="_self"&gt;test-ipv6.com&lt;/A&gt; looking?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As&amp;nbsp;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/1110"&gt;@MisterW&lt;/a&gt;&amp;nbsp;said don't be too misled by the apparent lack of a global IPv6 address on the WAN. It isn't required for general IPv6 connectivity as the link-local address on the WAN port is sufficient for this. It'd only be needed for things link remote configuration over the Internet, or perhaps certain types of IPv4-IPv6 transition mechanism.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Incidentally, my Dratek router *does* happen to have a global IPv6 address on its WAN port (as well as a link local). It obtains a /56 prefix from Plusnet via DHCPv6, assigns the first /64 to the WAN (and creates a /128 address from it to the WAN port using SLAAC) and then assigns the second /64 to the LAN from which clients can either generate their own /128 addresses using SLAAC or request one via DHCPv6 from the router.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 11:40:05 GMT</pubDate>
      <guid>https://community.plus.net/t5/IPv6-Trial/IPv6-Trial-Update/m-p/2006891#M3427</guid>
      <dc:creator>MJN</dc:creator>
      <dc:date>2025-04-25T11:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: IPv6 Trial Update</title>
      <link>https://community.plus.net/t5/IPv6-Trial/IPv6-Trial-Update/m-p/2006892#M3428</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/127783"&gt;@IMM&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Can anyone recommend a IPv6 port scanner similar to grc.com's "shields up" that is safe to use. I'd like to check that I'm not leaving myself open to attacks from the Wan side.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;There's a good one at&amp;nbsp;&lt;A href="https://ipv6.chappell-family.com/ipv6tcptest/" target="_self"&gt;https://ipv6.chappell-family.com/ipv6tcptest/&lt;/A&gt;&amp;nbsp;(further info about what it does &lt;A href="https://wiki.chappell-family.com/wiki/index.php?title=IPv6" target="_self"&gt;here&lt;/A&gt;).&lt;/P&gt;
&lt;P&gt;Note that it only tests the specific address that it detects you are coming from i.e. the specific machine the browser is on. Whilst with IPv4, and the use of NAT and port forwarding against a single IPv4 WAN address, this has the effect of testing the exposure of the entire network it is a different story with IPv6 and so really needs to be run from individual hosts to determine how exposed they each are.&lt;/P&gt;
&lt;P&gt;All that said, the router ought to have a default DENY ALL firewall rule blocking unsolicited incoming IPv6 connections and thus require you to poke specific holes through if/when you want specific services on specific devices exposed. Worth checking this. On my Draytek, so will of course be different for other vendors but it represent the sort of language that might be used, this is found in &lt;EM&gt;Firewall &amp;gt; General Setup&lt;/EM&gt; as&amp;nbsp;&lt;EM&gt;Block routing connections initiated from WAN&lt;/EM&gt; which is disabled by default for IPv4 (given that NAT effectively does the same thing) but enabled by default for IPv6.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 12:04:24 GMT</pubDate>
      <guid>https://community.plus.net/t5/IPv6-Trial/IPv6-Trial-Update/m-p/2006892#M3428</guid>
      <dc:creator>MJN</dc:creator>
      <dc:date>2025-04-25T12:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: IPv6 Trial Update</title>
      <link>https://community.plus.net/t5/IPv6-Trial/IPv6-Trial-Update/m-p/2006899#M3433</link>
      <description>&lt;P&gt;I'm using a Hub2 with just the out of the box settings and the router gets a 2a02:168c:xxxx::1 as the WAN interface. Unfortunately that IP isn't pingable (yet, we're looking) from the WAN so I can't set up an IPv6 Thinkbroadband graph on it, it is pingable from the LAN though. It doesn't though need that to work because each device on your network will get at least one IPv6 address (I think my Mac has 8!). The prefix is allocated by DHCPv6 from the network.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've got a pinhole configured to the Hub2 to run a web server on my Linux box, not worked out yet if we can get ICMP through the firewall to allow ping to my server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hub 2 also supports stateless (SLAAC) and stateful (DHCPv6) allocation of the IPv6 addresses to the clients.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Interesting to see the variety of devices out there, I think there's a few still to reboot their routers and pick up the IPv6 address.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 14:27:10 GMT</pubDate>
      <guid>https://community.plus.net/t5/IPv6-Trial/IPv6-Trial-Update/m-p/2006899#M3433</guid>
      <dc:creator>dave</dc:creator>
      <dc:date>2025-04-25T14:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: IPv6 Trial Update</title>
      <link>https://community.plus.net/t5/IPv6-Trial/IPv6-Trial-Update/m-p/2006903#M3435</link>
      <description>&lt;P&gt;I have IPv6 working with:&lt;/P&gt;
&lt;P&gt;Billion 8800NL&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Billion 8899NL R2&lt;/P&gt;
&lt;P&gt;tp-link AC2100&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;They were all reset to factory defaults and then the username &amp;amp; password were entered.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All of them needed IPv6 enabling on the WAN&lt;/P&gt;
&lt;P&gt;The two Billion routers needed Issue Router Advertisements enabling on the LAN&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 15:00:05 GMT</pubDate>
      <guid>https://community.plus.net/t5/IPv6-Trial/IPv6-Trial-Update/m-p/2006903#M3435</guid>
      <dc:creator>brueton</dc:creator>
      <dc:date>2025-04-25T15:00:05Z</dc:date>
    </item>
  </channel>
</rss>

