<?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: TCP over Wireguard VPN in Everything else</title>
    <link>https://community.plus.net/t5/Everything-else/TCP-over-Wireguard-VPN/m-p/2052009#M41866</link>
    <description>&lt;P&gt;Full Fibre 900/100, Wireguard server is hosted on a raspberry pi.&lt;/P&gt;
&lt;P&gt;This thread has prompted me to reseach Wireguard MTU.&lt;/P&gt;
&lt;P&gt;It appears Wireguard default is 1420; it assumes the WAN connection MTU is 1500; but TP-Link route can be only set a maximum of 1492 which is recommended for PPPoE.&lt;/P&gt;
&lt;P&gt;So the suggestion is to reduce the Wireguard to 1412&lt;/P&gt;
&lt;P&gt;But, I haven't noticed anything which prompts me to think I need to change anything, until now!&lt;/P&gt;</description>
    <pubDate>Sat, 11 Jul 2026 09:36:38 GMT</pubDate>
    <dc:creator>Dan_the_Van</dc:creator>
    <dc:date>2026-07-11T09:36:38Z</dc:date>
    <item>
      <title>TCP over Wireguard VPN</title>
      <link>https://community.plus.net/t5/Everything-else/TCP-over-Wireguard-VPN/m-p/2051972#M41856</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hoping a SuperUser (or someone with knowledge) can help.&lt;/P&gt;&lt;P&gt;TCP connections carried over WireGuard VPN are catastrophically bad &amp;nbsp;- consistently dropping to around &lt;SPAN class=""&gt;10–15 Mbps&lt;/SPAN&gt; with very high TCP retransmissions (on a 900/110 connection).&lt;/P&gt;&lt;P&gt;I’ve tried multiple Linux hosts, multiple WireGuard servers, different hardware, two different VPSs, so I don’t believe it is specific to a single device or WireGuard configuration. LAN performance is normal.&lt;/P&gt;&lt;P&gt;Is there anything on a Plusnet line that can affect TCP flows or UDP/Wireguard traffic - rate limiting, PPPoE issues, MSS or MTU handling - or anything related to packet loss, retransmissions, errors on my line? Any known issues affecting VPN traffic?&lt;/P&gt;&lt;P&gt;Any help/info gratefully received.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2026 17:55:23 GMT</pubDate>
      <guid>https://community.plus.net/t5/Everything-else/TCP-over-Wireguard-VPN/m-p/2051972#M41856</guid>
      <dc:creator>Elm9264</dc:creator>
      <dc:date>2026-07-10T17:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: TCP over Wireguard VPN</title>
      <link>https://community.plus.net/t5/Everything-else/TCP-over-Wireguard-VPN/m-p/2052001#M41865</link>
      <description>&lt;P&gt;That sounds like an MTU issue. Try lowering the MTU for your connection.&lt;BR /&gt;As you may be aware, this can be necessary as a VPN adds a wrapper around each packet which makes it larger - if that exceeds the MTU of the link the packet will be split into two for transmission and then (hopefully) reassembled at the far end.&lt;/P&gt;
&lt;P&gt;However, in the best case that adds work which slows things down, and in the worst the packets don't get reassembled (some devices are very bad at this!) and are dropped.&lt;BR /&gt;In your case with high retransmission rates it sounds as if packets are being dropped.&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jul 2026 08:19:47 GMT</pubDate>
      <guid>https://community.plus.net/t5/Everything-else/TCP-over-Wireguard-VPN/m-p/2052001#M41865</guid>
      <dc:creator>corringham</dc:creator>
      <dc:date>2026-07-11T08:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: TCP over Wireguard VPN</title>
      <link>https://community.plus.net/t5/Everything-else/TCP-over-Wireguard-VPN/m-p/2052009#M41866</link>
      <description>&lt;P&gt;Full Fibre 900/100, Wireguard server is hosted on a raspberry pi.&lt;/P&gt;
&lt;P&gt;This thread has prompted me to reseach Wireguard MTU.&lt;/P&gt;
&lt;P&gt;It appears Wireguard default is 1420; it assumes the WAN connection MTU is 1500; but TP-Link route can be only set a maximum of 1492 which is recommended for PPPoE.&lt;/P&gt;
&lt;P&gt;So the suggestion is to reduce the Wireguard to 1412&lt;/P&gt;
&lt;P&gt;But, I haven't noticed anything which prompts me to think I need to change anything, until now!&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jul 2026 09:36:38 GMT</pubDate>
      <guid>https://community.plus.net/t5/Everything-else/TCP-over-Wireguard-VPN/m-p/2052009#M41866</guid>
      <dc:creator>Dan_the_Van</dc:creator>
      <dc:date>2026-07-11T09:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: TCP over Wireguard VPN</title>
      <link>https://community.plus.net/t5/Everything-else/TCP-over-Wireguard-VPN/m-p/2052016#M41867</link>
      <description>&lt;P&gt;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/621"&gt;@Dan_the_Van&lt;/a&gt;&amp;nbsp;I run a wireguard connection to the office. The MTU is also set at the 1420 default but I havent noticed any problems&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jul 2026 10:23:43 GMT</pubDate>
      <guid>https://community.plus.net/t5/Everything-else/TCP-over-Wireguard-VPN/m-p/2052016#M41867</guid>
      <dc:creator>MisterW</dc:creator>
      <dc:date>2026-07-11T10:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: TCP over Wireguard VPN</title>
      <link>https://community.plus.net/t5/Everything-else/TCP-over-Wireguard-VPN/m-p/2052024#M41870</link>
      <description>&lt;P&gt;MTU can vary according to the individual path - it isn't an exact science - so it may be worth lowering it if only to rule it out as a possible cause.&lt;/P&gt;
&lt;P&gt;Also, if the OP has a static IP I recall that the MTU is slightly lower for that (a static IPs is routed differently).&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jul 2026 11:07:17 GMT</pubDate>
      <guid>https://community.plus.net/t5/Everything-else/TCP-over-Wireguard-VPN/m-p/2052024#M41870</guid>
      <dc:creator>corringham</dc:creator>
      <dc:date>2026-07-11T11:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: TCP over Wireguard VPN</title>
      <link>https://community.plus.net/t5/Everything-else/TCP-over-Wireguard-VPN/m-p/2052066#M41875</link>
      <description>&lt;P&gt;Im running Wireguard on a RPI4 on a 500Mb connection. I’ve never had a speed issue.&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jul 2026 06:56:32 GMT</pubDate>
      <guid>https://community.plus.net/t5/Everything-else/TCP-over-Wireguard-VPN/m-p/2052066#M41875</guid>
      <dc:creator>spile</dc:creator>
      <dc:date>2026-07-12T06:56:32Z</dc:date>
    </item>
  </channel>
</rss>

