<?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 sloooow tonight in IPv6 Trial</title>
    <link>https://community.plus.net/t5/IPv6-Trial/ipv6-sloooow-tonight/m-p/1095108#M2326</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Quote from: AndyH&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;The MTU stuff is a little bit beyond me also &amp;nbsp;&lt;img class="lia-deferred-image lia-image-emoji" src="https://community.plus.net/html/@C99FFF55540079D701B20BB503070F3D/images/emoticons/cool.gif" alt="Cool" title="Cool" /&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;I might able to shed some light on it!&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Quote&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A 1492 byte IP packet (1492 = 1444 bytes + 40 bytes + &amp;nbsp;8 bytes) works fine over v6&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Okay. That's good.&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Quote&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Anything above 1492 bytes fails&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;This to be expected. As you've said, the MTU for PPPoE is 1492.&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Quote&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;On v4, I can send any size.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;You can, but &lt;B&gt;only&lt;/B&gt; because your router is is splitting the packet up, i.e. fragmenting it, in order to allow it to traverse the PPPoE link.&lt;BR /&gt;Tell ping to set the 'do not fragment' bit and you'll see a different story:&lt;BR /&gt;&lt;PRE&gt;$ ping -s 9999 -c 5 ipv4.thinkbroadband.com -M do&lt;BR /&gt;PING ipv4.thinkbroadband.com (80.249.99.130) 9999(10027) bytes of data.&lt;BR /&gt;From rugrat (192.168.1.36) icmp_seq=1 Frag needed and DF set (mtu = 1500)&lt;BR /&gt;From rugrat (192.168.1.36) icmp_seq=1 Frag needed and DF set (mtu = 1500)&lt;BR /&gt;From rugrat (192.168.1.36) icmp_seq=1 Frag needed and DF set (mtu = 1500)&lt;BR /&gt;From rugrat (192.168.1.36) icmp_seq=1 Frag needed and DF set (mtu = 1500)&lt;BR /&gt;From rugrat (192.168.1.36) icmp_seq=1 Frag needed and DF set (mtu = 1500)&lt;BR /&gt;--- ipv4.thinkbroadband.com ping statistics ---&lt;BR /&gt;0 packets transmitted, 0 received, +5 errors&lt;/PRE&gt;&lt;BR /&gt;So, the 1492 MTU (1500 for me as I'm on PPPoA) actually impacts IPv4 and IPv6 in the same way i.e. fragmentation &lt;B&gt;has&lt;/B&gt; to occur if necessary. The reason why the IPv6 ping fails to get through with the bigger packet sizes is because under IPv6 intermediate routers no longer fragment packets. Instead, this is now the sole responsibility of the host(s). For the hosts to know that it needs to fragment it relies on ICMP packet-too-big messages but there are many reasons why these either don't get generated or transferred.&lt;BR /&gt;Try ping6 without any fragmentation attempt (again using '-M do', although note that it doesn't set the DF bit because in IPv6 there is no DF bit but it will have the same effect for us here) and see what you get. This is what I see:&lt;BR /&gt;&lt;PRE&gt;$ ping6 -s 9999 -c 5 ipv6.thinkbroadband.com -M do&lt;BR /&gt;PING ipv6.thinkbroadband.com(www.thinkbroadband.com) 9999 data bytes&lt;BR /&gt;From 2a02:16c8:2000:e00::36 icmp_seq=1 Packet too big: mtu=1500&lt;BR /&gt;From 2a02:16c8:2000:e00::36 icmp_seq=1 Packet too big: mtu=1500&lt;BR /&gt;From 2a02:16c8:2000:e00::36 icmp_seq=1 Packet too big: mtu=1500&lt;BR /&gt;From 2a02:16c8:2000:e00::36 icmp_seq=1 Packet too big: mtu=1500&lt;BR /&gt;From 2a02:16c8:2000:e00::36 icmp_seq=1 Packet too big: mtu=1500&lt;BR /&gt;--- ipv6.thinkbroadband.com ping statistics ---&lt;BR /&gt;0 packets transmitted, 0 received, +5 errors&lt;/PRE&gt;&lt;BR /&gt;Mathew&lt;BR /&gt;</description>
    <pubDate>Sat, 05 Apr 2014 15:07:14 GMT</pubDate>
    <dc:creator>MJN</dc:creator>
    <dc:date>2014-04-05T15:07:14Z</dc:date>
    <item>
      <title>ipv6 sloooow tonight</title>
      <link>https://community.plus.net/t5/IPv6-Trial/ipv6-sloooow-tonight/m-p/1095078#M2296</link>
      <description>Noticed youtube videos crawling along (youtube is ipv6 enabled).&lt;BR /&gt;Did some speedtests and here is results (note I repeated the ipv6 test multiple times to confirm and its 4.30am).&lt;BR /&gt;ipv6&lt;BR /&gt;&lt;A href="http://www.thinkbroadband.com/speedtest/results.html?id=139589455205276498430" target="_blank"&gt;&lt;IMG src="http://www.thinkbroadband.com/speedtest/button/139589455205276498430.png" /&gt;&lt;/A&gt;&lt;BR /&gt;ipv4&lt;BR /&gt;&lt;A href="http://www.thinkbroadband.com/speedtest/results.html?id=139589465443635035832" target="_blank"&gt;&lt;IMG src="http://www.thinkbroadband.com/speedtest/button/139589465443635035832.png" /&gt;&lt;/A&gt;&lt;BR /&gt;The huge gap between x6 and normal is bizarre but the single threaded result is bang on to youtube throughput.</description>
      <pubDate>Thu, 27 Mar 2014 04:35:12 GMT</pubDate>
      <guid>https://community.plus.net/t5/IPv6-Trial/ipv6-sloooow-tonight/m-p/1095078#M2296</guid>
      <dc:creator>chrcoluk</dc:creator>
      <dc:date>2014-03-27T04:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: ipv6 sloooow tonight</title>
      <link>https://community.plus.net/t5/IPv6-Trial/ipv6-sloooow-tonight/m-p/1095079#M2297</link>
      <description>So I will continue to update even tho noone has shown interest (testers and staff alike).&lt;BR /&gt;TBB single threaded tests continue to max out at around 3mbit./sec.&lt;BR /&gt;youtube is not consistent its usually 3mbit/sec throughput but sometimes is line speed. &amp;nbsp;So I am thinking now either plusnet are testing traffic management with some routes rate limited, or there is an issue on some ipv6 routes.&lt;BR /&gt;Need others to test and staff to respond really.</description>
      <pubDate>Wed, 02 Apr 2014 08:03:56 GMT</pubDate>
      <guid>https://community.plus.net/t5/IPv6-Trial/ipv6-sloooow-tonight/m-p/1095079#M2297</guid>
      <dc:creator>chrcoluk</dc:creator>
      <dc:date>2014-04-02T08:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: ipv6 sloooow tonight</title>
      <link>https://community.plus.net/t5/IPv6-Trial/ipv6-sloooow-tonight/m-p/1095080#M2298</link>
      <description>As requested. Both results were carried out using the ipv6test account. I disabled IPv6 in the network properties of the adapter to get the IPv4 result.&lt;BR /&gt;IPv6&lt;BR /&gt;&lt;A href="http://www.thinkbroadband.com/speedtest/results.html?id=13964300042953196877" target="_blank"&gt;&lt;IMG src="http://www.thinkbroadband.com/speedtest/button/13964300042953196877.png" /&gt;&lt;/A&gt;&lt;BR /&gt;IPv4&lt;BR /&gt;&lt;A href="http://www.thinkbroadband.com/speedtest/results.html?id=139643033473129364404" target="_blank"&gt;&lt;IMG src="http://www.thinkbroadband.com/speedtest/button/139643033473129364404.png" /&gt;&lt;/A&gt;</description>
      <pubDate>Wed, 02 Apr 2014 08:22:20 GMT</pubDate>
      <guid>https://community.plus.net/t5/IPv6-Trial/ipv6-sloooow-tonight/m-p/1095080#M2298</guid>
      <dc:creator>brueton</dc:creator>
      <dc:date>2014-04-02T08:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: ipv6 sloooow tonight</title>
      <link>https://community.plus.net/t5/IPv6-Trial/ipv6-sloooow-tonight/m-p/1095081#M2299</link>
      <description>Could you do us a Wireshark of the v6 traffic? I need to check something with the network guys but I have a feeling I know what it is, the Wireshark will prove it.</description>
      <pubDate>Wed, 02 Apr 2014 10:18:21 GMT</pubDate>
      <guid>https://community.plus.net/t5/IPv6-Trial/ipv6-sloooow-tonight/m-p/1095081#M2299</guid>
      <dc:creator>dave</dc:creator>
      <dc:date>2014-04-02T10:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: ipv6 sloooow tonight</title>
      <link>https://community.plus.net/t5/IPv6-Trial/ipv6-sloooow-tonight/m-p/1095082#M2300</link>
      <description>ok thanks for both replies, will do a wireshark as soon as possible.</description>
      <pubDate>Wed, 02 Apr 2014 14:07:18 GMT</pubDate>
      <guid>https://community.plus.net/t5/IPv6-Trial/ipv6-sloooow-tonight/m-p/1095082#M2300</guid>
      <dc:creator>chrcoluk</dc:creator>
      <dc:date>2014-04-02T14:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: ipv6 sloooow tonight</title>
      <link>https://community.plus.net/t5/IPv6-Trial/ipv6-sloooow-tonight/m-p/1095083#M2301</link>
      <description>not very good with wireshark, I tried to apply a ipv6 only filter but still lots of lan stuff in there.&lt;BR /&gt;then I cant figure out how to get the result onto here.&lt;BR /&gt;any quick howto anywhere?&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Apr 2014 14:31:09 GMT</pubDate>
      <guid>https://community.plus.net/t5/IPv6-Trial/ipv6-sloooow-tonight/m-p/1095083#M2301</guid>
      <dc:creator>chrcoluk</dc:creator>
      <dc:date>2014-04-02T14:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: ipv6 sloooow tonight</title>
      <link>https://community.plus.net/t5/IPv6-Trial/ipv6-sloooow-tonight/m-p/1095084#M2302</link>
      <description>If you close any background running programs - that will help.&lt;BR /&gt;It's fairly easy to filter out traffic on there (put &lt;I&gt;ipv6 and !(tcp.stream eq 0)&lt;/I&gt; in the filter bar and you'll see).</description>
      <pubDate>Wed, 02 Apr 2014 14:41:25 GMT</pubDate>
      <guid>https://community.plus.net/t5/IPv6-Trial/ipv6-sloooow-tonight/m-p/1095084#M2302</guid>
      <dc:creator>AndyH</dc:creator>
      <dc:date>2014-04-02T14:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: ipv6 sloooow tonight</title>
      <link>https://community.plus.net/t5/IPv6-Trial/ipv6-sloooow-tonight/m-p/1095085#M2303</link>
      <description>ok and then how to paste here? I see no way to select.&lt;BR /&gt;seems have to do a screenshot instead?</description>
      <pubDate>Wed, 02 Apr 2014 14:45:59 GMT</pubDate>
      <guid>https://community.plus.net/t5/IPv6-Trial/ipv6-sloooow-tonight/m-p/1095085#M2303</guid>
      <dc:creator>chrcoluk</dc:creator>
      <dc:date>2014-04-02T14:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: ipv6 sloooow tonight</title>
      <link>https://community.plus.net/t5/IPv6-Trial/ipv6-sloooow-tonight/m-p/1095086#M2304</link>
      <description>trying to attach screenshot but forum hangs forever. bear with me.</description>
      <pubDate>Wed, 02 Apr 2014 14:53:38 GMT</pubDate>
      <guid>https://community.plus.net/t5/IPv6-Trial/ipv6-sloooow-tonight/m-p/1095086#M2304</guid>
      <dc:creator>chrcoluk</dc:creator>
      <dc:date>2014-04-02T14:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: ipv6 sloooow tonight</title>
      <link>https://community.plus.net/t5/IPv6-Trial/ipv6-sloooow-tonight/m-p/1095087#M2305</link>
      <description>trying to attach screenshot but forum hangs forever. bear with me.</description>
      <pubDate>Wed, 02 Apr 2014 14:54:53 GMT</pubDate>
      <guid>https://community.plus.net/t5/IPv6-Trial/ipv6-sloooow-tonight/m-p/1095087#M2305</guid>
      <dc:creator>chrcoluk</dc:creator>
      <dc:date>2014-04-02T14:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: ipv6 sloooow tonight</title>
      <link>https://community.plus.net/t5/IPv6-Trial/ipv6-sloooow-tonight/m-p/1095088#M2306</link>
      <description>another, I seem to have small tcp window size.&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Apr 2014 15:00:40 GMT</pubDate>
      <guid>https://community.plus.net/t5/IPv6-Trial/ipv6-sloooow-tonight/m-p/1095088#M2306</guid>
      <dc:creator>chrcoluk</dc:creator>
      <dc:date>2014-04-02T15:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: ipv6 sloooow tonight</title>
      <link>https://community.plus.net/t5/IPv6-Trial/ipv6-sloooow-tonight/m-p/1095089#M2307</link>
      <description>It's a bit strange how your IPv6 speed test doesn't show up on your IPv6 TBB Ping Monitor like it does on your IPv4 TBB Ping Monitor.&lt;BR /&gt;Which router are you using by the way?</description>
      <pubDate>Wed, 02 Apr 2014 15:08:08 GMT</pubDate>
      <guid>https://community.plus.net/t5/IPv6-Trial/ipv6-sloooow-tonight/m-p/1095089#M2307</guid>
      <dc:creator>AndyH</dc:creator>
      <dc:date>2014-04-02T15:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: ipv6 sloooow tonight</title>
      <link>https://community.plus.net/t5/IPv6-Trial/ipv6-sloooow-tonight/m-p/1095090#M2308</link>
      <description>I am using an asus ac66u&lt;BR /&gt;ok so I ran the analyser test here.&lt;BR /&gt;&lt;A href="http://netalyzr.icsi.berkeley.edu/" target="_blank"&gt;http://netalyzr.icsi.berkeley.edu/&lt;/A&gt;&lt;BR /&gt;something of interest from the results.&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Quote&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;IPv6 Tests + &amp;nbsp; &amp;nbsp;– &amp;nbsp; &lt;BR /&gt; DNS support for IPv6 (?): OK + &amp;nbsp; &amp;nbsp; &lt;BR /&gt; IPv4, IPv6, and your web browser (?): IPv6 connectivity problem + &amp;nbsp; &amp;nbsp; &lt;BR /&gt; IPv6 connectivity (?): OK – &lt;BR /&gt;Your host was able to contact our IPv6 test server successfully. The requests originated from 2a02:16c8:2000:1400:c911:xxxx:xxxx:xxxx. &lt;BR /&gt;It takes 832 ms for your computer to fetch a response from our test server using IPv6, while it takes 196 ms for the same host to fetch a response using IPv4 from the same server. &lt;BR /&gt; &amp;nbsp; IPv6 TCP connectivity (?): OK + &amp;nbsp; &amp;nbsp; &lt;BR /&gt; IPv6 Path MTU (?): Warning – &lt;BR /&gt;Your system can send fragmented traffic, but can not receive fragmented traffic over IPv6. &lt;BR /&gt;The path between your network and our system supports an MTU of at least 1496 bytes. The path between our system and your network has an MTU of 1500 bytes. The path between our system and your network does not appear to handle fragmented IPv6 traffic properly. &lt;BR /&gt; IPv6 Traceroute (?): OK &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;The tests do show and affect ipv6 but the affect is more normal, the affect on my ipv4 traffic I dont consider normal, maxing out the line via a speedtest shouldnt cause packetloss and spike latency so high (which it does on my ipv4), I mentioned this on the tbb forums recently, but I dont think anyone else sees anything wrong with it.</description>
      <pubDate>Wed, 02 Apr 2014 15:27:47 GMT</pubDate>
      <guid>https://community.plus.net/t5/IPv6-Trial/ipv6-sloooow-tonight/m-p/1095090#M2308</guid>
      <dc:creator>chrcoluk</dc:creator>
      <dc:date>2014-04-02T15:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: ipv6 sloooow tonight</title>
      <link>https://community.plus.net/t5/IPv6-Trial/ipv6-sloooow-tonight/m-p/1095091#M2309</link>
      <description>due to the fragmentation errors and that I know I am using a mtu of 1500 bytes, I adjusted my ipv6 mtu down to 1400 just to be sure that isnt the cause and can confirm a mtu of 1400bytes on my ipv6 does not change the behaviour.</description>
      <pubDate>Wed, 02 Apr 2014 15:37:26 GMT</pubDate>
      <guid>https://community.plus.net/t5/IPv6-Trial/ipv6-sloooow-tonight/m-p/1095091#M2309</guid>
      <dc:creator>chrcoluk</dc:creator>
      <dc:date>2014-04-02T15:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: ipv6 sloooow tonight</title>
      <link>https://community.plus.net/t5/IPv6-Trial/ipv6-sloooow-tonight/m-p/1095092#M2310</link>
      <description>Wireshark didn't prove what I thought but has given me another idea, chrcoluk I think you may be on to something with the packet fragmentation.&lt;BR /&gt;Is anyone seeing a problem on ADSL? If it's just fibre then it could be something to do with the 1492 packet size on PPPoE whereas most people on ADSL with be on 1500 MTU. Need to do some more digging and testing.</description>
      <pubDate>Wed, 02 Apr 2014 16:17:55 GMT</pubDate>
      <guid>https://community.plus.net/t5/IPv6-Trial/ipv6-sloooow-tonight/m-p/1095092#M2310</guid>
      <dc:creator>dave</dc:creator>
      <dc:date>2014-04-02T16:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: ipv6 sloooow tonight</title>
      <link>https://community.plus.net/t5/IPv6-Trial/ipv6-sloooow-tonight/m-p/1095093#M2311</link>
      <description>On ADSL 21CN, not seeing the problem.&lt;BR /&gt;Let me know if you want any tests carried out.</description>
      <pubDate>Wed, 02 Apr 2014 16:34:45 GMT</pubDate>
      <guid>https://community.plus.net/t5/IPv6-Trial/ipv6-sloooow-tonight/m-p/1095093#M2311</guid>
      <dc:creator>brueton</dc:creator>
      <dc:date>2014-04-02T16:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: ipv6 sloooow tonight</title>
      <link>https://community.plus.net/t5/IPv6-Trial/ipv6-sloooow-tonight/m-p/1095094#M2312</link>
      <description>@ chrcoluk&lt;BR /&gt;Do you have QoS enabled? &lt;BR /&gt;Have you tried changing the MTU of the ethernet port (from telnet &lt;B&gt;ifconfig eth0 mtu 1460&lt;/B&gt;)?&lt;BR /&gt;What about if you download a single file over IPv6 - &lt;A href="http://ipv6.download.thinkbroadband.com/1GB.zip" target="_blank"&gt;http://ipv6.download.thinkbroadband.com/1GB.zip&lt;/A&gt; what is your speed like then?&lt;BR /&gt;What if you put your router's IPv6 address in here &lt;A href="http://www.letmecheck.it/mtu-test.php" target="_blank"&gt;http://www.letmecheck.it/mtu-test.php&lt;/A&gt; - do you get 1492 as your max MTU?&lt;BR /&gt;Edit: Something else - Asus are apparently aware of further IPv6 issues in both their stock and Merlin's builds. I've asked for clarification on what issues. They've given me a couple of development firmware releases to try, but there is something else wrong with my IPv6 which needs to be found and solved first.</description>
      <pubDate>Thu, 03 Apr 2014 08:12:51 GMT</pubDate>
      <guid>https://community.plus.net/t5/IPv6-Trial/ipv6-sloooow-tonight/m-p/1095094#M2312</guid>
      <dc:creator>AndyH</dc:creator>
      <dc:date>2014-04-03T08:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: ipv6 sloooow tonight</title>
      <link>https://community.plus.net/t5/IPv6-Trial/ipv6-sloooow-tonight/m-p/1095095#M2313</link>
      <description>2nd site gives The maximum MTU size for xxxxx is: 1500&lt;BR /&gt;tbb download url is approx 2mbit/sec.&lt;BR /&gt;I dont think its my firmware as I have had this firmware installed for about a month now, was working for weeks before this issue started.&lt;BR /&gt;the mtu test was done on my router ip as my pc isnt allowing icmp.&lt;BR /&gt;my pc mtu for ipv6 is actually down to 1400 bytes mtu to rule out mtu issues.&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Quote&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C:\Windows\system32&amp;gt;netsh interface ipv6 show subinterfaces&lt;BR /&gt;&amp;nbsp;  MTU&amp;nbsp; MediaSenseState&amp;nbsp;  Bytes In&amp;nbsp; Bytes Out&amp;nbsp; Interface&lt;BR /&gt;------&amp;nbsp; ---------------&amp;nbsp; ---------&amp;nbsp; ---------&amp;nbsp; -------------&lt;BR /&gt;4294967295&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&amp;nbsp; &amp;nbsp; &amp;nbsp; 17644&amp;nbsp; Loopback Pseudo-Interface 1&lt;BR /&gt;&amp;nbsp; 1280&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 5&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&amp;nbsp; isatap.MerlinASUS&lt;BR /&gt;&amp;nbsp; 1400&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1&amp;nbsp; &amp;nbsp; 2976619&amp;nbsp; &amp;nbsp;  182173&amp;nbsp; Local Area Connection&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Thu, 03 Apr 2014 18:52:57 GMT</pubDate>
      <guid>https://community.plus.net/t5/IPv6-Trial/ipv6-sloooow-tonight/m-p/1095095#M2313</guid>
      <dc:creator>chrcoluk</dc:creator>
      <dc:date>2014-04-03T18:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: ipv6 sloooow tonight</title>
      <link>https://community.plus.net/t5/IPv6-Trial/ipv6-sloooow-tonight/m-p/1095096#M2314</link>
      <description>this loads and says I have no mtu issues.&lt;BR /&gt;&lt;A href="http://www.ipv6chicken.com/" target="_blank"&gt;http://www.ipv6chicken.com/&lt;/A&gt;</description>
      <pubDate>Thu, 03 Apr 2014 19:10:18 GMT</pubDate>
      <guid>https://community.plus.net/t5/IPv6-Trial/ipv6-sloooow-tonight/m-p/1095096#M2314</guid>
      <dc:creator>chrcoluk</dc:creator>
      <dc:date>2014-04-03T19:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: ipv6 sloooow tonight</title>
      <link>https://community.plus.net/t5/IPv6-Trial/ipv6-sloooow-tonight/m-p/1095097#M2315</link>
      <description>thanks to andy for his time assisting me.&lt;BR /&gt;Still no explanation as to the cause of the problem other than to say starting a new login session has brought ipv6 speeds back to normal.</description>
      <pubDate>Thu, 03 Apr 2014 20:24:21 GMT</pubDate>
      <guid>https://community.plus.net/t5/IPv6-Trial/ipv6-sloooow-tonight/m-p/1095097#M2315</guid>
      <dc:creator>chrcoluk</dc:creator>
      <dc:date>2014-04-03T20:24:21Z</dc:date>
    </item>
  </channel>
</rss>

