{"id":1513,"date":"2021-12-08T08:52:28","date_gmt":"2021-12-07T19:52:28","guid":{"rendered":"https:\/\/www.ronella.xyz\/?p=1513"},"modified":"2021-12-08T08:52:28","modified_gmt":"2021-12-07T19:52:28","slug":"ubuntu-stops-resolving-address","status":"publish","type":"post","link":"https:\/\/www.ronella.xyz\/?p=1513","title":{"rendered":"Ubuntu Stops Resolving Address"},"content":{"rendered":"<h2>Issue<\/h2>\n<p>Pinging any known working internet address is returning the following message:<\/p>\n<pre><code>Temporary failure in name resolution<\/code><\/pre>\n<p><strong>Example<\/strong><\/p>\n<p>Pinging www.google.com as follows:<\/p>\n<pre><code>ping: www.google.com: Temporary failure in name resolution<\/code><\/pre>\n<h2>Resolution<\/h2>\n<p>Check where you <strong>\/etc\/resolve.conf<\/strong> is pointing using the following command:<\/p>\n<pre><code class=\"language-shell\"> ls -al \/etc | grep resolv.conf<\/code><\/pre>\n<p>If it is not pointing to <strong>\/run\/systemd\/resolve\/resolv.conf<\/strong>. Do the following:<\/p>\n<pre><code class=\"language-shell\">sudo rm \/etc\/resolv.conf\nsudo ln -s \/run\/systemd\/resolve\/resolv.conf  \/etc\/resolv.conf\nsudo systemctl restart systemd-resolved.service<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Issue Pinging any known working internet address is returning the following message: Temporary failure in name resolution Example Pinging www.google.com as follows: ping: www.google.com: Temporary failure in name resolution Resolution Check where you \/etc\/resolve.conf is pointing using the following command: ls -al \/etc | grep resolv.conf If it is not pointing to \/run\/systemd\/resolve\/resolv.conf. Do the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[13,12],"tags":[],"_links":{"self":[{"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=\/wp\/v2\/posts\/1513"}],"collection":[{"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1513"}],"version-history":[{"count":1,"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=\/wp\/v2\/posts\/1513\/revisions"}],"predecessor-version":[{"id":1514,"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=\/wp\/v2\/posts\/1513\/revisions\/1514"}],"wp:attachment":[{"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1513"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1513"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1513"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}