<?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[name resolution issues on fresh install]]></title><description><![CDATA[<p dir="auto">Im trying to install on a fresh ubuntu 22.04 instance hosted in EC2. Nothing special about the EC2 instance, name resolution works fine - can update the box, reach out to the internet for the cloudron-setup file etc. However, when attempting to run cloudron-setup - installation borks about midway through:</p>
<pre><code>echo "==&gt; Install collectd"
==&gt; Install collectd
# without this, libnotify4 will install gnome-shell
apt-get install -y libnotify4 libcurl3-gnutls --no-install-recommends
Reading package lists...
Building dependency tree...
Reading state information...
libcurl3-gnutls is already the newest version (7.81.0-1ubuntu1.6).
libcurl3-gnutls set to manually installed.
The following additional packages will be installed:
  libgdk-pixbuf-2.0-0 libgdk-pixbuf2.0-common
Suggested packages:
  gnome-shell | notification-daemon
Recommended packages:
  libgdk-pixbuf2.0-bin
The following NEW packages will be installed:
  libgdk-pixbuf-2.0-0 libgdk-pixbuf2.0-common libnotify4
0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded.
Need to get 174 kB of archives.
After this operation, 653 kB of additional disk space will be used.
Ign:1 http://us-east-1.ec2.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgdk-pixbuf2.0-common all 2.42.8+dfsg-1ubuntu0.2
Ign:2 http://us-east-1.ec2.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgdk-pixbuf-2.0-0 amd64 2.42.8+dfsg-1ubuntu0.2
</code></pre>
<p dir="auto">looks like thats running from <code>/tmp/box-src-XiBMgT/scripts/init-ubuntu.sh</code>, and the issue crops up right from the installation of unbound but doesnt present until the install of libnotify4, etc.</p>
<p dir="auto"><code>/etc/resolv.conf</code> before install:</p>
<pre><code>nameserver 127.0.0.53
options edns0 trust-ad
search ec2.internal
</code></pre>
<p dir="auto">and after:</p>
<pre><code>nameserver 127.0.0.1
search ec2.internal
options edns0 trust-ad
</code></pre>
<p dir="auto">any idea how to ensure unbound doesnt bork name resolution during the install?</p>
]]></description><link>https://forum.cloudron.io/topic/8155/name-resolution-issues-on-fresh-install</link><generator>RSS for Node</generator><lastBuildDate>Wed, 11 Mar 2026 01:27:00 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/8155.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 06 Dec 2022 20:06:18 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to name resolution issues on fresh install on Tue, 06 Dec 2022 21:45:47 GMT]]></title><description><![CDATA[<p dir="auto">This is what I did to get around things on fresh ubuntu 22.04 - not sure yet if best method or not.</p>
<pre><code>apt install unbound -y

cat /etc/unbound/unbound.conf.d/ec2.conf

server:
  val-permissive-mode: yes
  forward-zone:
    name: "."
    forward-addr: 169.254.169.253
</code></pre>
<p dir="auto">Then proceed with the installation as normal.  Any thoughts would be greatly appreciated.</p>
]]></description><link>https://forum.cloudron.io/post/57758</link><guid isPermaLink="true">https://forum.cloudron.io/post/57758</guid><dc:creator><![CDATA[prusaman]]></dc:creator><pubDate>Tue, 06 Dec 2022 21:45:47 GMT</pubDate></item><item><title><![CDATA[Reply to name resolution issues on fresh install on Wed, 07 Dec 2022 21:05:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/prusaman" aria-label="Profile: prusaman">@<bdi>prusaman</bdi></a> If the instance has no IPv4, how do you ssh in ? Via a jump host?</p>
]]></description><link>https://forum.cloudron.io/post/57836</link><guid isPermaLink="true">https://forum.cloudron.io/post/57836</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Wed, 07 Dec 2022 21:05:26 GMT</pubDate></item><item><title><![CDATA[Reply to name resolution issues on fresh install on Wed, 07 Dec 2022 21:03:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/prusaman" aria-label="Profile: prusaman">@<bdi>prusaman</bdi></a> ah ok, so the instance has no public IPv4. Let me see if I can reproduce this.</p>
]]></description><link>https://forum.cloudron.io/post/57835</link><guid isPermaLink="true">https://forum.cloudron.io/post/57835</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Wed, 07 Dec 2022 21:03:49 GMT</pubDate></item><item><title><![CDATA[Reply to name resolution issues on fresh install on Wed, 07 Dec 2022 20:52:18 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></p>
<ul>
<li>Auto assign IPv4: yes, 1918 address as it resides in an isolated VPC</li>
<li>Auto assign IPv6: No IPv6</li>
<li>Only inside VPC: My use case was for it to reside in an isolated VPC so havent tested outside of this</li>
<li>Elastic IP: Not attached to the instances in question. VPC traffic being routed through an internet gateway with an elastic IP associated with it</li>
<li>Does the security group prevent outbound port 53: No restrictions on outbound traffic</li>
</ul>
<p dir="auto">The workaround I posted above worked for me in case anyone else runs into similar issues.</p>
]]></description><link>https://forum.cloudron.io/post/57834</link><guid isPermaLink="true">https://forum.cloudron.io/post/57834</guid><dc:creator><![CDATA[prusaman]]></dc:creator><pubDate>Wed, 07 Dec 2022 20:52:18 GMT</pubDate></item><item><title><![CDATA[Reply to name resolution issues on fresh install on Wed, 07 Dec 2022 20:48:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/prusaman" aria-label="Profile: prusaman">@<bdi>prusaman</bdi></a> Thanks. OK, so I tried installing on a fresh EC2 instance Ubuntu 22.04 and it installed fine. Can you give me some more information about the networking side of things?</p>
<ul>
<li>Auto assign IPv4 ?</li>
<li>Auto assign IPv6 ?</li>
<li>Only inside VPC?</li>
<li>Elastic IP ?</li>
<li>Does the security group prevent outbound port 53 ?</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/57833</link><guid isPermaLink="true">https://forum.cloudron.io/post/57833</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Wed, 07 Dec 2022 20:48:17 GMT</pubDate></item><item><title><![CDATA[Reply to name resolution issues on fresh install on Wed, 07 Dec 2022 18:14:27 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> said in <a href="/post/57783">name resolution issues on fresh install</a>:</p>
<blockquote>
<p dir="auto">169.254.169.253</p>
</blockquote>
<p dir="auto">Yes. <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-dns.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.aws.amazon.com/vpc/latest/userguide/vpc-dns.html</a></p>
]]></description><link>https://forum.cloudron.io/post/57820</link><guid isPermaLink="true">https://forum.cloudron.io/post/57820</guid><dc:creator><![CDATA[prusaman]]></dc:creator><pubDate>Wed, 07 Dec 2022 18:14:27 GMT</pubDate></item><item><title><![CDATA[Reply to name resolution issues on fresh install on Wed, 07 Dec 2022 12:08:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/prusaman" aria-label="Profile: prusaman">@<bdi>prusaman</bdi></a> said in <a href="/post/57758">name resolution issues on fresh install</a>:</p>
<blockquote>
<pre><code>forward-addr: 169.254.169.253
</code></pre>
</blockquote>
<p dir="auto">What is the above IP address? Is that amazon's internal DNS ?</p>
]]></description><link>https://forum.cloudron.io/post/57783</link><guid isPermaLink="true">https://forum.cloudron.io/post/57783</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Wed, 07 Dec 2022 12:08:46 GMT</pubDate></item><item><title><![CDATA[Reply to name resolution issues on fresh install on Tue, 06 Dec 2022 21:45:47 GMT]]></title><description><![CDATA[<p dir="auto">This is what I did to get around things on fresh ubuntu 22.04 - not sure yet if best method or not.</p>
<pre><code>apt install unbound -y

cat /etc/unbound/unbound.conf.d/ec2.conf

server:
  val-permissive-mode: yes
  forward-zone:
    name: "."
    forward-addr: 169.254.169.253
</code></pre>
<p dir="auto">Then proceed with the installation as normal.  Any thoughts would be greatly appreciated.</p>
]]></description><link>https://forum.cloudron.io/post/57758</link><guid isPermaLink="true">https://forum.cloudron.io/post/57758</guid><dc:creator><![CDATA[prusaman]]></dc:creator><pubDate>Tue, 06 Dec 2022 21:45:47 GMT</pubDate></item></channel></rss>