<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[mtu]]></title><description><![CDATA[<p dir="auto">Hello everyone.</p>
<pre><code>root@cv4181645:~# ip a | grep -e "ens3" -e "docker0"
2: ens3: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1450 qdisc fq_codel state UP group default qlen 1000
    inet 192.168.0.32/24 metric 100 brd 192.168.0.255 scope global dynamic ens3
4: docker0: &lt;NO-CARRIER,BROADCAST,MULTICAST,UP&gt; mtu 1500 qdisc noqueue state DOWN group default 
    inet 172.17.0.1/16 brd 172.17.255.255 scope global docker0
</code></pre>
<p dir="auto">How do I change the mtu in cloudron to 1450?</p>
]]></description><link>https://forum.cloudron.io/topic/12635/mtu</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Jul 2026 06:09:02 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/12635.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 12 Oct 2024 08:04:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to mtu on Fri, 20 Jun 2025 10:11:04 GMT]]></title><description><![CDATA[<h1>Closed due to inactivity</h1>
]]></description><link>https://forum.cloudron.io/post/109064</link><guid isPermaLink="true">https://forum.cloudron.io/post/109064</guid><dc:creator><![CDATA[james]]></dc:creator><pubDate>Fri, 20 Jun 2025 10:11:04 GMT</pubDate></item><item><title><![CDATA[Reply to mtu on Mon, 14 Oct 2024 11:09:58 GMT]]></title><description><![CDATA[<p dir="auto">Thanks again for the tips!</p>
]]></description><link>https://forum.cloudron.io/post/95634</link><guid isPermaLink="true">https://forum.cloudron.io/post/95634</guid><dc:creator><![CDATA[Upuat]]></dc:creator><pubDate>Mon, 14 Oct 2024 11:09:58 GMT</pubDate></item><item><title><![CDATA[Reply to mtu on Mon, 14 Oct 2024 11:09:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a><br />
<a href="https://forum.cloudron.io/post/95624">https://forum.cloudron.io/post/95624</a></p>
]]></description><link>https://forum.cloudron.io/post/95633</link><guid isPermaLink="true">https://forum.cloudron.io/post/95633</guid><dc:creator><![CDATA[Upuat]]></dc:creator><pubDate>Mon, 14 Oct 2024 11:09:09 GMT</pubDate></item><item><title><![CDATA[Reply to mtu on Mon, 14 Oct 2024 11:21:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/upuat" aria-label="Profile: Upuat">@<bdi>Upuat</bdi></a> fwiw, cloudron uses a standard simple docker installation. You can just try this on a plain ubuntu VPS:</p>
<ul>
<li>Install docker</li>
<li>Create a network - <code>docker network create --subnet=172.18.0.0/16 --ip-range=172.18.0.0/20 --gateway 172.18.0.1 cloudron --ipv6 --subnet=fd00:c107:d509::/64</code></li>
<li><code>docker run --network cloudron -ti cloudron/base:4.2.0 /bin/bash</code> . You can try network access in this container</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/95631</link><guid isPermaLink="true">https://forum.cloudron.io/post/95631</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Mon, 14 Oct 2024 11:21:24 GMT</pubDate></item><item><title><![CDATA[Reply to mtu on Mon, 14 Oct 2024 10:49:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/upuat" aria-label="Profile: Upuat">@<bdi>Upuat</bdi></a> maybe the veth interfaces are not updated by docker and have to be recreated. You can try <code>cloudron-support --recreate-containers</code>. This will delete all the docker stuff and recreate containers from scratch again. Maybe that helps. If that doesn't work either, you can go another level and try <code>cloudron-support --recreate-docker</code> . This recreates the bridge as well.</p>
]]></description><link>https://forum.cloudron.io/post/95630</link><guid isPermaLink="true">https://forum.cloudron.io/post/95630</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Mon, 14 Oct 2024 10:49:30 GMT</pubDate></item><item><title><![CDATA[Reply to mtu on Mon, 14 Oct 2024 10:28:59 GMT]]></title><description><![CDATA[<p dir="auto">Here is the answer from the provider:<br />
"Your environment uses VLAN technology to create virtual networks. VXLAN reserves 50 bytes of headers for its own needs, which limits the maximum data transfer size in Ethernet packets to 1,500 bytes. For this reason, if you use the MTU 1500, the actual payload size will be reduced by 50 bytes, leaving 1,450 bytes for data transmission.</p>
<p dir="auto">Unfortunately, therefore, the MTU on the interfaces in your configuration should be set to 1450 to avoid data transmission problems. An attempt to set the MTU above this on the ens3 interface will result in errors, since the networks in OpenStack are limited within these values."<br />
I took another VPS from them, only from the old archive tariff. There is an mtu value of 1500.<br />
I don't think this is a problem for the VPS provider.</p>
]]></description><link>https://forum.cloudron.io/post/95628</link><guid isPermaLink="true">https://forum.cloudron.io/post/95628</guid><dc:creator><![CDATA[Upuat]]></dc:creator><pubDate>Mon, 14 Oct 2024 10:28:59 GMT</pubDate></item><item><title><![CDATA[Reply to mtu on Mon, 14 Oct 2024 10:13:30 GMT]]></title><description><![CDATA[<p dir="auto">Which VPS provider was this and is the new VPS on the same provider but not facing those issues?</p>
]]></description><link>https://forum.cloudron.io/post/95625</link><guid isPermaLink="true">https://forum.cloudron.io/post/95625</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Mon, 14 Oct 2024 10:13:30 GMT</pubDate></item><item><title><![CDATA[Reply to mtu on Mon, 14 Oct 2024 10:11:05 GMT]]></title><description><![CDATA[<p dir="auto">It was a new installation on a new VPS. The problem is really in the mtu - there must be the same values. I decided radically for myself - I took another VPS. Thanks for the answers, the topic can be closed. I hope no one else will face such a problem.</p>
]]></description><link>https://forum.cloudron.io/post/95624</link><guid isPermaLink="true">https://forum.cloudron.io/post/95624</guid><dc:creator><![CDATA[Upuat]]></dc:creator><pubDate>Mon, 14 Oct 2024 10:11:05 GMT</pubDate></item><item><title><![CDATA[Reply to mtu on Mon, 14 Oct 2024 08:43:51 GMT]]></title><description><![CDATA[<p dir="auto">Given that wrong MTU seems rather obscure as an issue, maybe it is worth to come back to where you started. Did this issue come up suddenly or is it a fresh installation and the issue was there from the beginning?</p>
<p dir="auto">Did you customize any of the networking setup after or during Ubuntu installation? I think chasing MTU sizes on interfaces is not the right approach to get a solid fix here, but this may be just a symptom of other things on the system which are not setup as default and might cause further issues down the line.</p>
]]></description><link>https://forum.cloudron.io/post/95620</link><guid isPermaLink="true">https://forum.cloudron.io/post/95620</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Mon, 14 Oct 2024 08:43:51 GMT</pubDate></item><item><title><![CDATA[Reply to mtu on Mon, 14 Oct 2024 06:10:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> Thank you so much for the information!<br />
But it wasn't enough. It is also necessary to bring the MTU value on all veth, br and docker0 network interfaces to mtu 1450.<br />
Is it possible to do this? If possible, please tell me how.<img src="/assets/uploads/files/1728886215327-567.png" alt="567.PNG" class=" img-fluid img-markdown" /> <img src="/assets/uploads/files/1728886215353-789.png" alt="789.PNG" class=" img-fluid img-markdown" /> <img src="/assets/uploads/files/1728886215373-901.png" alt="901.PNG" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.cloudron.io/post/95612</link><guid isPermaLink="true">https://forum.cloudron.io/post/95612</guid><dc:creator><![CDATA[Upuat]]></dc:creator><pubDate>Mon, 14 Oct 2024 06:10:37 GMT</pubDate></item><item><title><![CDATA[Reply to mtu on Sun, 13 Oct 2024 09:04:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/upuat" aria-label="Profile: Upuat">@<bdi>Upuat</bdi></a> never seen such an issue with MTU before.</p>
<p dir="auto">Reading up a bit on this topic, <a href="https://www.civo.com/learn/fixing-networking-for-docker" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.civo.com/learn/fixing-networking-for-docker</a> says that the MTU must match. You can add the <code>--mtu 1450</code> in <code>/etc/systemd/system/docker.service.d/cloudron.conf</code> . Do <code>systemctl daemon-reload</code> and then <code>systemctl restart docker</code>. If this works, copy cloudron.conf to a custom.conf since cloudron.conf is maintained by the platform and changes might get lost.</p>
]]></description><link>https://forum.cloudron.io/post/95584</link><guid isPermaLink="true">https://forum.cloudron.io/post/95584</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Sun, 13 Oct 2024 09:04:34 GMT</pubDate></item><item><title><![CDATA[Reply to mtu on Sun, 13 Oct 2024 00:43:59 GMT]]></title><description><![CDATA[<p dir="auto">Messages cannot be cleaned. You can only delete the nextcloud.log file. And what does the log file and Nextcloud itself have to do with it? My Nextcloud app store is not working. Is it that hard to change the mtu value to 1450?<img src="/assets/uploads/files/1728780231531-screenshot_20241013_093338.png" alt="Screenshot_20241013_093338.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.cloudron.io/post/95578</link><guid isPermaLink="true">https://forum.cloudron.io/post/95578</guid><dc:creator><![CDATA[Upuat]]></dc:creator><pubDate>Sun, 13 Oct 2024 00:43:59 GMT</pubDate></item><item><title><![CDATA[Reply to mtu on Sat, 12 Oct 2024 15:25:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/upuat" aria-label="Profile: Upuat">@<bdi>Upuat</bdi></a> That seems ok too. It seems like maybe the messages inside nextcloud are out of date. Is there a way to clear those log messages?</p>
]]></description><link>https://forum.cloudron.io/post/95568</link><guid isPermaLink="true">https://forum.cloudron.io/post/95568</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Sat, 12 Oct 2024 15:25:21 GMT</pubDate></item><item><title><![CDATA[Reply to mtu on Sat, 12 Oct 2024 11:51:52 GMT]]></title><description><![CDATA[<p dir="auto"><img src="/assets/uploads/files/1728733907761-123.png" alt="123.PNG" class=" img-fluid img-markdown" /> <img src="/assets/uploads/files/1728733907778-234.png" alt="234.PNG" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.cloudron.io/post/95560</link><guid isPermaLink="true">https://forum.cloudron.io/post/95560</guid><dc:creator><![CDATA[Upuat]]></dc:creator><pubDate>Sat, 12 Oct 2024 11:51:52 GMT</pubDate></item><item><title><![CDATA[Reply to mtu on Sat, 12 Oct 2024 11:21:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/upuat" aria-label="Profile: Upuat">@<bdi>Upuat</bdi></a> so, the next step would be to do the curl from the server itself. The DNS resolution seems correct. Does ping and curl to say <a href="http://www.nextcloud.com" target="_blank" rel="noopener noreferrer nofollow ugc">www.nextcloud.com</a> work from the server?</p>
]]></description><link>https://forum.cloudron.io/post/95558</link><guid isPermaLink="true">https://forum.cloudron.io/post/95558</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Sat, 12 Oct 2024 11:21:08 GMT</pubDate></item><item><title><![CDATA[Reply to mtu on Sat, 12 Oct 2024 11:07:38 GMT]]></title><description><![CDATA[<p dir="auto">I tried to ping from the VPS terminal. Nextcloud and Startpage pings are taking place. They do not pass on edri and eff.<img src="/assets/uploads/files/1728731134948-screenshot_20241012_200430.png" alt="Screenshot_20241012_200430.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.cloudron.io/post/95553</link><guid isPermaLink="true">https://forum.cloudron.io/post/95553</guid><dc:creator><![CDATA[Upuat]]></dc:creator><pubDate>Sat, 12 Oct 2024 11:07:38 GMT</pubDate></item><item><title><![CDATA[Reply to mtu on Sat, 12 Oct 2024 10:29:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/upuat" aria-label="Profile: Upuat">@<bdi>Upuat</bdi></a> The issue here seems to be DNS related and not MTU related. if you open a <a href="https://docs.cloudron.io/apps/#web-terminal" target="_blank" rel="noopener noreferrer nofollow ugc">Web Terminal</a> in nextcloud and then just <code>curl https://www.nextcloud.com</code> does it work? If it fails, try <code>host www.nextcloud.com</code> . Please paste those errors.</p>
]]></description><link>https://forum.cloudron.io/post/95550</link><guid isPermaLink="true">https://forum.cloudron.io/post/95550</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Sat, 12 Oct 2024 10:29:06 GMT</pubDate></item><item><title><![CDATA[Reply to mtu on Sat, 12 Oct 2024 10:03:02 GMT]]></title><description><![CDATA[<p dir="auto">I installed Nextcloud. There are errors in the screenshots. I wrote about the problem to the hoster. They said that the problem is in the mtu. I have Ubuntu 24.04<img src="/assets/uploads/files/1728727373971-screenshot_20241012_190046.png" alt="Screenshot_20241012_190046.png" class=" img-fluid img-markdown" /> <img src="/assets/uploads/files/1728727373998-screenshot_20241012_190138.png" alt="Screenshot_20241012_190138.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.cloudron.io/post/95549</link><guid isPermaLink="true">https://forum.cloudron.io/post/95549</guid><dc:creator><![CDATA[Upuat]]></dc:creator><pubDate>Sat, 12 Oct 2024 10:03:02 GMT</pubDate></item><item><title><![CDATA[Reply to mtu on Sat, 12 Oct 2024 09:38:25 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://netplan.readthedocs.io/en/stable/netplan-yaml/" target="_blank" rel="noopener noreferrer nofollow ugc">https://netplan.readthedocs.io/en/stable/netplan-yaml/</a> might be a better doc link . Can't deep link but search for "mtu"</p>
]]></description><link>https://forum.cloudron.io/post/95548</link><guid isPermaLink="true">https://forum.cloudron.io/post/95548</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Sat, 12 Oct 2024 09:38:25 GMT</pubDate></item><item><title><![CDATA[Reply to mtu on Sat, 12 Oct 2024 09:37:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/upuat" aria-label="Profile: Upuat">@<bdi>Upuat</bdi></a> Can you give more context to the question? Why do you want to change the MTU? Did you hit any problems?</p>
<p dir="auto">But in general, Cloudron is just running on Ubuntu. If you use netplan for your interface, you can set it there. <a href="https://hoppsjots.org/mtu.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://hoppsjots.org/mtu.html</a> for example</p>
]]></description><link>https://forum.cloudron.io/post/95547</link><guid isPermaLink="true">https://forum.cloudron.io/post/95547</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Sat, 12 Oct 2024 09:37:06 GMT</pubDate></item></channel></rss>