{"id":127,"date":"2022-04-07T08:37:53","date_gmt":"2022-04-07T06:37:53","guid":{"rendered":"https:\/\/linowebserver.org\/?page_id=127"},"modified":"2022-09-15T22:51:00","modified_gmt":"2022-09-15T20:51:00","slug":"how-to-fix-kali-2022-1-wifi-problems","status":"publish","type":"page","link":"https:\/\/linowebserver.org\/index.php\/how-to\/how-to-fix-kali-2022-1-wifi-problems\/","title":{"rendered":"How to: Fix Kali 2022.1 Wifi problems."},"content":{"rendered":"\n<p><br><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Wifi connected: no route to url<\/h2>\n\n\n\n<ol class=\"wp-block-list\"><li>check ur resolve.conf file <ol><li>if the file linked to \/run\/systemd\/resolve\/resolv.conf | check permission and if ur file exists == &gt; fix permissions  xor create file resolve.conf<\/li><\/ol><\/li><\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>ls \/etc\ncd \/run\/systemd\/resolve\/\necho \"#\" &gt; resolv.conf\necho \"nameserver 1.1.1.1\" &gt;&gt; resolv.conf\necho \"nameserver 8.8.8.8\" &gt;&gt; resolv.conf\nreboot\n<\/code><\/pre>\n\n\n\n<ol class=\"wp-block-list\" start=\"2\"><li>if ur resolv.conf file resets each reboot <ol><li>remove the linked resolv.conf file<\/li><li>create a static resolv.conf file<\/li><\/ol><\/li><\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>cd \/etc\nrm resolv.conf\necho \"#\" &gt; resolv.conf\necho \"nameserver 1.1.1.1\" &gt;&gt; resolv.conf\necho \"nameserver 8.8.8.8\" &gt;&gt; resolv.conf\nreboot<\/code><\/pre>\n\n\n\n<p>done<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Wifi connected: no route to url check ur resolve.conf file if the file linked to \/run\/systemd\/resolve\/resolv.conf | check permission and if ur file exists == &gt; fix permissions xor create file resolve.conf if ur resolv.conf file resets each reboot remove the linked resolv.conf file create a static resolv.conf file done<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":58,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-127","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/linowebserver.org\/index.php\/wp-json\/wp\/v2\/pages\/127","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/linowebserver.org\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/linowebserver.org\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/linowebserver.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/linowebserver.org\/index.php\/wp-json\/wp\/v2\/comments?post=127"}],"version-history":[{"count":3,"href":"https:\/\/linowebserver.org\/index.php\/wp-json\/wp\/v2\/pages\/127\/revisions"}],"predecessor-version":[{"id":323,"href":"https:\/\/linowebserver.org\/index.php\/wp-json\/wp\/v2\/pages\/127\/revisions\/323"}],"up":[{"embeddable":true,"href":"https:\/\/linowebserver.org\/index.php\/wp-json\/wp\/v2\/pages\/58"}],"wp:attachment":[{"href":"https:\/\/linowebserver.org\/index.php\/wp-json\/wp\/v2\/media?parent=127"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}