{"id":1745,"date":"2015-01-30T00:58:50","date_gmt":"2015-01-30T00:58:50","guid":{"rendered":"https:\/\/qbytes.cloud\/?p=1745"},"modified":"2015-01-30T00:58:50","modified_gmt":"2015-01-30T00:58:50","slug":"disabling-recursive-dns-plesk-panel-no-panels","status":"publish","type":"post","link":"https:\/\/www.qbytes.cloud\/index.php\/2015\/01\/30\/disabling-recursive-dns-plesk-panel-no-panels\/","title":{"rendered":"Disabling Recursive DNS in the Plesk Panel and No Panels"},"content":{"rendered":"<p>To Disable Recursive DNS in the Parallels Plesk Panel<\/p>\n<ol>\n<li>Log in to the Parallels Plesk Panel as administrator.<\/li>\n<li>Click Tools &amp; Settings.<\/li>\n<li>From the General Settings area, click DNS Template Settings.<\/li>\n<li>Click DNS Recursion.Select Localnets, and then click Ok.<\/li>\n<\/ol>\n<p>For Windows Servers:<\/p>\n<ol>\n<li>Log in to your \u00a0Server \u00a0through a Remote Desktop Connection.<\/li>\n<li>From the <strong>Start<\/strong> menu, click <strong>Control Panel<\/strong>, <strong>Administrative Tools<\/strong>, then <strong>DNS<\/strong>.<\/li>\n<li>In the console tree, right-click the appropriate DNS server, and then click <strong>Properties<\/strong>.<\/li>\n<li>Click the <strong>Advanced<\/strong> tab.<\/li>\n<li>Under <strong>Server options<\/strong>, check <strong>Disable recursion<\/strong>, and then click <strong>OK<\/strong>.<\/li>\n<li>In the console tree, right-click the appropriate DNS server, and then click <strong>Clear Cache<\/strong>.<\/li>\n<\/ol>\n<p>CentOS<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n\n# cd \/etc\n# nano named.conf\n\n<\/pre>\n<p>Change this line<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n# recursion yes;\n<\/pre>\n<p>to<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n# recursion no;\n<\/pre>\n<p>Restart<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n# service named restart\n<\/pre>\n<p>Ubuntu<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n\n# nano \/etc\/bind\/named.conf.options\n\n<\/pre>\n<p>Set up like this<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n\/\/ global options apply to external clients\noptions {\n    recursion no;\n    additional-from-auth no;\n    additional-from-cache no;\n};\n\nview &quot;local&quot; in {\n    \/\/ view options enable recursion only for local clients\n    match-clients { 172.16.45.80\/23; 192.168.12.0\/24; 127.0.0.1\/8; ::1; };\n    recursion yes;\n    additional-from-auth yes;\n    additional-from-cache yes;\n\n    zone &quot;.&quot; in {\n            type hint;\n            file &quot;\/etc\/bind\/db.root&quot;;\n    };\n\n    \/\/ put definitions for zones like &quot;localhost&quot; and &quot;127.in-addr.arpa&quot; here\n}\n\n\/\/ put definitions for real authoritative zones here.\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>To Disable Recursive DNS in the Parallels Plesk Panel Log in to the Parallels Plesk Panel as administrator. Click Tools &amp; Settings. From the General Settings area, click DNS Template Settings. Click DNS Recursion.Select Localnets, and then click Ok. For Windows Servers: Log in to your \u00a0Server \u00a0through a Remote Desktop Connection. From the Start &#8230; <a title=\"Disabling Recursive DNS in the Plesk Panel and No Panels\" class=\"read-more\" href=\"https:\/\/www.qbytes.cloud\/index.php\/2015\/01\/30\/disabling-recursive-dns-plesk-panel-no-panels\/\" aria-label=\"Read more about Disabling Recursive DNS in the Plesk Panel and No Panels\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2,11,12,27,86,127],"tags":[],"class_list":["post-1745","post","type-post","status-publish","format-standard","hentry","category-administration","category-centos6","category-centos-7","category-dns","category-plesk","category-winserv"],"_links":{"self":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/1745","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/comments?post=1745"}],"version-history":[{"count":0,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/1745\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/media?parent=1745"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/categories?post=1745"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/tags?post=1745"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}