<?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[DNS failure]]></title><description><![CDATA[<p dir="auto">Hello, since a few days, my backups are failing and I am getting "Email not configured properly".<br />
Turns out that name resolution does not work at all.</p>
<p dir="auto">I tried to troubleshot unbound as per <a href="https://docs.cloudron.io/troubleshooting/#unbound" target="_blank" rel="noopener noreferrer nofollow ugc">the Cloudron docs</a>, but that won't work, as I discovered the /etc/netplan folder is completely empty.</p>
<p dir="auto">I am running on a small VPS on <a href="http://vpshostingservice.co" target="_blank" rel="noopener noreferrer nofollow ugc">vpshostingservice.co</a>, Ubuntu 22.04. Cloudron 7.7.2 - I cannot upgrade because this is happening<br />
<img src="/assets/uploads/files/1723569518764-3402d2d7-9e2d-4074-8437-e4fc02006e33-image.png" alt="3402d2d7-9e2d-4074-8437-e4fc02006e33-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Kindly assist.</p>
]]></description><link>https://forum.cloudron.io/topic/12286/dns-failure</link><generator>RSS for Node</generator><lastBuildDate>Sun, 14 Jun 2026 16:17:56 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/12286.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 13 Aug 2024 17:11:56 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to DNS failure on Thu, 15 Aug 2024 18:44:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/joseph" aria-label="Profile: joseph">@<bdi>joseph</bdi></a> Thanks, that was it! It's all working now.</p>
]]></description><link>https://forum.cloudron.io/post/92799</link><guid isPermaLink="true">https://forum.cloudron.io/post/92799</guid><dc:creator><![CDATA[vansens]]></dc:creator><pubDate>Thu, 15 Aug 2024 18:44:45 GMT</pubDate></item><item><title><![CDATA[Reply to DNS failure on Thu, 15 Aug 2024 17:51:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/vansens" aria-label="Profile: vansens">@<bdi>vansens</bdi></a> so maybe you can then configure the DNS in <code>/etc/systemd/resolved.conf</code> . Set the DNS there .</p>
]]></description><link>https://forum.cloudron.io/post/92795</link><guid isPermaLink="true">https://forum.cloudron.io/post/92795</guid><dc:creator><![CDATA[joseph]]></dc:creator><pubDate>Thu, 15 Aug 2024 17:51:24 GMT</pubDate></item><item><title><![CDATA[Reply to DNS failure on Thu, 15 Aug 2024 17:16:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/joseph" aria-label="Profile: joseph">@<bdi>joseph</bdi></a> there is nothing in /etc/netplan on my host.<br />
I am on a fixed IP set up with /etc/network/interfaces</p>
]]></description><link>https://forum.cloudron.io/post/92794</link><guid isPermaLink="true">https://forum.cloudron.io/post/92794</guid><dc:creator><![CDATA[vansens]]></dc:creator><pubDate>Thu, 15 Aug 2024 17:16:53 GMT</pubDate></item><item><title><![CDATA[Reply to DNS failure on Thu, 15 Aug 2024 07:51:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/vansens" aria-label="Profile: vansens">@<bdi>vansens</bdi></a> 127.0.0.53 is correct in Cloudron 8. I think the issue might be that systemd-resolved has no DNS servers to work with. The nameservers usually come via dhcp or static configuration in <code>/etc/netplan/50-cloud-init.yaml</code> . In that, you can add a static DNS like this (important: <em>merge</em> the setting below with the existing netplan). Then, after a reboot it should work.</p>
<pre><code>    ethernets:
        eth0:
            nameservers:
                addresses:
                - 8.8.8.8
                - 1.1.1.1
</code></pre>
<p dir="auto">Above, we are using Cloudflare and Google DNS. Ideally, you should use your server provider's DNS (if they provide one)</p>
]]></description><link>https://forum.cloudron.io/post/92778</link><guid isPermaLink="true">https://forum.cloudron.io/post/92778</guid><dc:creator><![CDATA[joseph]]></dc:creator><pubDate>Thu, 15 Aug 2024 07:51:21 GMT</pubDate></item><item><title><![CDATA[Reply to DNS failure on Wed, 14 Aug 2024 22:41:08 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/joseph" aria-label="Profile: joseph">@<bdi>joseph</bdi></a>, after restarting Unbound, my resolve.conf looks like this:</p>
<pre><code>nameserver 127.0.0.53
options edns0 trust-ad
search .
</code></pre>
<p dir="auto">Name resolution and the appstore work if I change the IP to 127.0.0.1, but not if I leave it at 127.0.0.53<br />
With that temporary manual fix, I was able to upgrade to 8.0.3. Name resolution is not working. However, unbound is working now.</p>
<p dir="auto">If I reboot with 8.0.3, the /etc/resolv.conf reads 127.0.0.53 again.</p>
<p dir="auto">My apps are not working now, because they need to download some icons:</p>
<pre><code>An error occurred during the configure operation: Network Error: Network error downloading icon : getaddrinfo EAI_AGAIN api.cloudron.io
</code></pre>
<p dir="auto">How do I fix this please?</p>
]]></description><link>https://forum.cloudron.io/post/92767</link><guid isPermaLink="true">https://forum.cloudron.io/post/92767</guid><dc:creator><![CDATA[vansens]]></dc:creator><pubDate>Wed, 14 Aug 2024 22:41:08 GMT</pubDate></item><item><title><![CDATA[Reply to DNS failure on Wed, 14 Aug 2024 09:12:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/vansens" aria-label="Profile: vansens">@<bdi>vansens</bdi></a> OK, so in 7.7.2, unbound is still in use. And the 127.0.0.53 in resolv.conf is correct . Can you check if</p>
<ul>
<li>unbound is running? Services -&gt; unbound -&gt; restart . Make sure it's green</li>
<li>In /etc/resolv.conf, you should have <code>nameserver 127.0.0.1</code> .</li>
<li>then, try resolving using <code>host www.cloudron.io 127.0.0.1</code> (via ssh) . does this work?</li>
</ul>
<p dir="auto">If the above two work, then the appstore pages should also load.</p>
]]></description><link>https://forum.cloudron.io/post/92734</link><guid isPermaLink="true">https://forum.cloudron.io/post/92734</guid><dc:creator><![CDATA[joseph]]></dc:creator><pubDate>Wed, 14 Aug 2024 09:12:29 GMT</pubDate></item><item><title><![CDATA[Reply to DNS failure on Tue, 13 Aug 2024 18:41:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/joseph" aria-label="Profile: joseph">@<bdi>joseph</bdi></a> sorry I thought i updated but I did not. So i am still on 7.7.2 (but I cannot change the subject). I just tried to update with the /etc/resolv.conf set to what you suggested, but it failed and is still on 7.7.2</p>
]]></description><link>https://forum.cloudron.io/post/92707</link><guid isPermaLink="true">https://forum.cloudron.io/post/92707</guid><dc:creator><![CDATA[vansens]]></dc:creator><pubDate>Tue, 13 Aug 2024 18:41:18 GMT</pubDate></item><item><title><![CDATA[Reply to DNS failure on Tue, 13 Aug 2024 17:52:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/vansens" aria-label="Profile: vansens">@<bdi>vansens</bdi></a> You have already upgraded to 8.0.3 correct ? if so, just replace the file and that's it.</p>
]]></description><link>https://forum.cloudron.io/post/92706</link><guid isPermaLink="true">https://forum.cloudron.io/post/92706</guid><dc:creator><![CDATA[joseph]]></dc:creator><pubDate>Tue, 13 Aug 2024 17:52:18 GMT</pubDate></item><item><title><![CDATA[Reply to DNS failure on Tue, 13 Aug 2024 17:35:15 GMT]]></title><description><![CDATA[<p dir="auto">Hey thanks for the quick reply. I am looking at another VM at the same provider, and there is nothing in /etc/netplan either.</p>
<p dir="auto">In the working machine's resolv.conf I see this:</p>
<pre><code>nameserver 8.8.8.8
nameserver 1.1.1.1
</code></pre>
<p dir="auto">In my Cloudron's resolv.conf, I see this:</p>
<pre><code>nameserver 127.0.0.53
options edns0 trust-ad
search .
</code></pre>
<p dir="auto">Do I overwrite it with your suggestion ("simply use nameserver 1.1.1.1") or do I append it?</p>
]]></description><link>https://forum.cloudron.io/post/92705</link><guid isPermaLink="true">https://forum.cloudron.io/post/92705</guid><dc:creator><![CDATA[vansens]]></dc:creator><pubDate>Tue, 13 Aug 2024 17:35:15 GMT</pubDate></item><item><title><![CDATA[Reply to DNS failure on Tue, 13 Aug 2024 17:24:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/vansens" aria-label="Profile: vansens">@<bdi>vansens</bdi></a> if possible, create a test VPS on the service provider and check what they set up the default DNS to. alternately, ask their support . The quick fix while you are figuring this is simply use <code>nameserver 1.1.1.1</code> in your /etc/resolv.conf</p>
]]></description><link>https://forum.cloudron.io/post/92703</link><guid isPermaLink="true">https://forum.cloudron.io/post/92703</guid><dc:creator><![CDATA[joseph]]></dc:creator><pubDate>Tue, 13 Aug 2024 17:24:10 GMT</pubDate></item><item><title><![CDATA[Reply to DNS failure on Tue, 13 Aug 2024 17:18:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/vansens" aria-label="Profile: vansens">@<bdi>vansens</bdi></a> does your provider use netplan? If not, you can simply setup /etc/resolv.conf to your preferred DNS (ideally, this should be your VPS's DNS provider if it has one).</p>
]]></description><link>https://forum.cloudron.io/post/92702</link><guid isPermaLink="true">https://forum.cloudron.io/post/92702</guid><dc:creator><![CDATA[joseph]]></dc:creator><pubDate>Tue, 13 Aug 2024 17:18:12 GMT</pubDate></item></channel></rss>