<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Dns on Apuntes de root</title>
    <link>https://blog.099c.org/tags/dns/</link>
    <description>Recent content in Dns on Apuntes de root</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    <managingEditor>jorti@pm.me (Juan Orti Alcaine)</managingEditor>
    <webMaster>jorti@pm.me (Juan Orti Alcaine)</webMaster>
    <lastBuildDate>Tue, 28 Jul 2015 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://blog.099c.org/tags/dns/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>OpenDNSSEC</title>
      <link>https://blog.099c.org/posts/opendnssec/</link>
      <pubDate>Tue, 28 Jul 2015 00:00:00 +0000</pubDate><author>jorti@pm.me (Juan Orti Alcaine)</author>
      <guid>https://blog.099c.org/posts/opendnssec/</guid>
      <description>&lt;p&gt;A quick guide about how to migrate a signed zone from dnssec-tools to OpenDNSSEC.&lt;/p&gt;</description>
    </item>
    <item>
      <title>dnssec-tools and bind authoritative name server in Fedora</title>
      <link>https://blog.099c.org/posts/dnssec-tools-and-bind-authoritative-name-server-in-fedora/</link>
      <pubDate>Mon, 30 Sep 2013 00:00:00 +0000</pubDate><author>jorti@pm.me (Juan Orti Alcaine)</author>
      <guid>https://blog.099c.org/posts/dnssec-tools-and-bind-authoritative-name-server-in-fedora/</guid>
      <description>&lt;p&gt;Some time ago, I wrote a &lt;a href=&#34;https://blog.099c.org/posts/bind-authoritative-name-server-with-dnssec-in-centos-6/&#34;&gt;post&lt;/a&gt; about using dnssec-tools for managing an authoritative name server in CentOS, now I&amp;rsquo;m going to extend it to cover their usage in a Fedora system.&lt;/p&gt;&#xA;&lt;p&gt;First of all, I&amp;rsquo;m going to use the latest versions which currently is not in the repositories. Download the source rpm, recompile and install the rpms: &lt;code&gt;$ mock -r fedora-19-x86_64 dnssec-tools-2.0-1.fc18.src.rpm # yum install /var/lib/mock/fedora-19-x86_64/result/*rpm&lt;/code&gt;&lt;/p&gt;&#xA;&lt;p&gt;The configuration of bind as authoritative name server &lt;code&gt;/etc/named.conf&lt;/code&gt;:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Bind authoritative name server with DNSSEC in CentOS 6</title>
      <link>https://blog.099c.org/posts/bind-authoritative-name-server-with-dnssec-in-centos-6/</link>
      <pubDate>Thu, 09 May 2013 00:00:00 +0000</pubDate><author>jorti@pm.me (Juan Orti Alcaine)</author>
      <guid>https://blog.099c.org/posts/bind-authoritative-name-server-with-dnssec-in-centos-6/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m going to explain how to implement DNSSEC in CentOS, using Bind as authoritative name server and the &lt;a href=&#34;http://www.dnssec-tools.org/&#34; title=&#34;dnssec-tools&#34;&gt;dnssec-tools&lt;/a&gt; utilities. To deploy DNSSEC, your parent zone must be signed, you can check it &lt;a href=&#34;http://stats.research.icann.org/dns/tld_report/&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;The main reference for this post is in the dnssec-tools Wiki: &lt;a href=&#34;https://www.dnssec-tools.org/wiki/index.php/Authoritative_Server&#34; title=&#34;DNSSEC tools authoritative name server&#34;&gt;https://www.dnssec-tools.org/wiki/index.php/Authoritative_Server&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>DNS timeout while logging in via SSH</title>
      <link>https://blog.099c.org/posts/dns-timeout-while-logging-in-via-ssh/</link>
      <pubDate>Fri, 08 Feb 2013 00:00:00 +0000</pubDate><author>jorti@pm.me (Juan Orti Alcaine)</author>
      <guid>https://blog.099c.org/posts/dns-timeout-while-logging-in-via-ssh/</guid>
      <description>&lt;p&gt;In a computer which is in a isolated network, I have experienced a long delay while logging in via SSH. This is because a DNS timeout. It&amp;rsquo;s possible to disable the DNS lookups of sshd, modifying this setting in &lt;code&gt;/etc/ssh/sshd_config&lt;/code&gt;:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;UseDNS no&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Transferencia de zona DNS de Windows a bind</title>
      <link>https://blog.099c.org/posts/transferencia-de-zona-dns-de-windows-a-bind/</link>
      <pubDate>Thu, 01 Mar 2012 00:00:00 +0000</pubDate><author>jorti@pm.me (Juan Orti Alcaine)</author>
      <guid>https://blog.099c.org/posts/transferencia-de-zona-dns-de-windows-a-bind/</guid>
      <description>&lt;p&gt;Podemos configurar un servidor DNS bind para recibir zonas de un controlador de dominio, para ello simplemente habría que habilitar la transferencia de zona en el servidor Windows y configurarlas en bind de la siguiente manera:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;zone &amp;#34;dominio.local&amp;#34; in {&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   type slave;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   file &amp;#34;slaves/dominio.local.db&amp;#34;;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   masters { 192.168.1.100; };&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   allow-transfer { any; };&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   allow-query { any;};&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   check-names ignore;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   notify yes;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;};&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;zone &amp;#34;_msdcs.dominio.local&amp;#34; in {&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   type slave;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   file &amp;#34;slaves/_msdcs.dominio.local.db&amp;#34;;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   masters { 192.168.1.100; };&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   allow-transfer { any; };&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   allow-query { any;};&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   check-names ignore;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   notify yes;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;};&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;zone &amp;#34;1.168.192.in-addr.arpa&amp;#34; in {&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   type slave;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   file &amp;#34;slaves/1.168.192.in-addr.arpa.db&amp;#34;;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   masters { 192.168.1.100; };&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   allow-transfer { any; };&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   allow-query { any;};&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   check-names ignore;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   notify yes;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;};&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
    </item>
  </channel>
</rss>
