<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Resolve &#8220;Temporary failure in name resolution&#8221; Issue	</title>
	<atom:link href="https://www.tecmint.com/resolve-temporary-failure-in-name-resolution/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/resolve-temporary-failure-in-name-resolution/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Tue, 19 Dec 2023 17:39:38 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Sub		</title>
		<link>https://www.tecmint.com/resolve-temporary-failure-in-name-resolution/comment-page-1/#comment-2117060</link>

		<dc:creator><![CDATA[Sub]]></dc:creator>
		<pubDate>Tue, 19 Dec 2023 17:39:38 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=40293#comment-2117060</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/resolve-temporary-failure-in-name-resolution/comment-page-1/#comment-1651396&quot;&gt;Dennis Gentry&lt;/a&gt;.

Perfect, that was the solution.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/resolve-temporary-failure-in-name-resolution/comment-page-1/#comment-1651396">Dennis Gentry</a>.</p>
<p>Perfect, that was the solution.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: John Perone		</title>
		<link>https://www.tecmint.com/resolve-temporary-failure-in-name-resolution/comment-page-1/#comment-1974220</link>

		<dc:creator><![CDATA[John Perone]]></dc:creator>
		<pubDate>Tue, 28 Feb 2023 13:22:56 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=40293#comment-1974220</guid>

					<description><![CDATA[Please note that by default DNS uses the UDP protocol, so you need to open port 53/udp first of all.]]></description>
			<content:encoded><![CDATA[<p>Please note that by default DNS uses the UDP protocol, so you need to open port 53/udp first of all.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dennis Gentry		</title>
		<link>https://www.tecmint.com/resolve-temporary-failure-in-name-resolution/comment-page-1/#comment-1651396</link>

		<dc:creator><![CDATA[Dennis Gentry]]></dc:creator>
		<pubDate>Tue, 16 Nov 2021 21:54:31 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=40293#comment-1651396</guid>

					<description><![CDATA[The advice about editing &lt;strong&gt;/etc/resolv.conf&lt;/strong&gt; is fairly wrong for Ubuntu since maybe &lt;strong&gt;16.04&lt;/strong&gt; or earlier.  &lt;strong&gt;systemd-resolved&lt;/strong&gt; takes over and will overwrite your changes.  

You can either edit &lt;strong&gt;/etc/systemd/resolved.conf&lt;/strong&gt; to include a [&lt;strong&gt;Resolve&lt;/strong&gt;] section that contains, for example, &lt;strong&gt;DNS=8.8.8.8&lt;/strong&gt; and &lt;strong&gt;FallbackDNS=4.4.4.4&lt;/strong&gt; entries; or as I do, completely remove &lt;strong&gt;systemd-resolved&lt;/strong&gt;, because I don&#039;t find it to do anything more useful than the C library name resolution system, and it is definitely more complicated and failure-prone.]]></description>
			<content:encoded><![CDATA[<p>The advice about editing <strong>/etc/resolv.conf</strong> is fairly wrong for Ubuntu since maybe <strong>16.04</strong> or earlier.  <strong>systemd-resolved</strong> takes over and will overwrite your changes.  </p>
<p>You can either edit <strong>/etc/systemd/resolved.conf</strong> to include a [<strong>Resolve</strong>] section that contains, for example, <strong>DNS=8.8.8.8</strong> and <strong>FallbackDNS=4.4.4.4</strong> entries; or as I do, completely remove <strong>systemd-resolved</strong>, because I don&#8217;t find it to do anything more useful than the C library name resolution system, and it is definitely more complicated and failure-prone.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Piyush Mittal		</title>
		<link>https://www.tecmint.com/resolve-temporary-failure-in-name-resolution/comment-page-1/#comment-1591404</link>

		<dc:creator><![CDATA[Piyush Mittal]]></dc:creator>
		<pubDate>Mon, 20 Sep 2021 08:24:21 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=40293#comment-1591404</guid>

					<description><![CDATA[I still haven&#039;t got the solution, as it is saying ufw not found.

Like ufw firewall isn&#039;t on my computer.

What to do now someone please help.]]></description>
			<content:encoded><![CDATA[<p>I still haven&#8217;t got the solution, as it is saying ufw not found.</p>
<p>Like ufw firewall isn&#8217;t on my computer.</p>
<p>What to do now someone please help.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Programador		</title>
		<link>https://www.tecmint.com/resolve-temporary-failure-in-name-resolution/comment-page-1/#comment-1585773</link>

		<dc:creator><![CDATA[Programador]]></dc:creator>
		<pubDate>Thu, 09 Sep 2021 23:58:07 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=40293#comment-1585773</guid>

					<description><![CDATA[The best answer is provided here: https://unix.stackexchange.com/questions/588658/override-ubuntu-20-04-dns-using-systemd-resolved]]></description>
			<content:encoded><![CDATA[<p>The best answer is provided here: <a target="_blank" href="https://unix.stackexchange.com/questions/588658/override-ubuntu-20-04-dns-using-systemd-resolved" rel="nofollow ugc">https://unix.stackexchange.com/questions/588658/override-ubuntu-20-04-dns-using-systemd-resolved</a></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
