<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.howtoforge.org" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
 <title>HowtoForge - Linux Howtos and Tutorials - DNS</title>
 <link>http://www.howtoforge.org/taxonomy/term/8/all</link>
 <description>
</description>
 <language>en</language>
 <atom:link href="http://www.howtoforge.org/rss/dns.rss" rel="self" type="application/rss+xml" />
 <image>
  <title>HowtoForge - Linux Howtos and Tutorials - DNS</title>
  <url>http://www.howtoforge.com/themes/htf_glass/images/howtoforge_logo_glass_blue.gif</url>
  <link>http://www.howtoforge.org/taxonomy/term/8/all</link>
 </image>

<item>
 <title>Running A MyDNS Name Server On OpenBSD (MySQL/PHP + MyDNS + MyDNSConfig)</title>
 <link>http://www.howtoforge.org/mydns-mysql-php-mydnsconfig-on-openbsd</link>
 <description>&lt;p&gt;&lt;b&gt;Running A MyDNS Name Server On OpenBSD (MySQL/PHP + MyDNS + MyDNSConfig)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial shows how to run a MyDNS name server on an OpenBSD
server. It covers the installation of MySQL, PHP, MyDNS, and
MyDNSConfig, the web frontend for the MyDNS name server.&lt;/p&gt;
&lt;a href=&quot;http://www.howtoforge.org/mydns-mysql-php-mydnsconfig-on-openbsd&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://www.howtoforge.org/sitemap/dns">DNS</category>
 <category domain="http://www.howtoforge.org/sitemap/other">Other</category>
 <pubDate>Mon, 31 Mar 2008 18:28:33 +0200</pubDate>
 <guid>http://www.howtoforge.org/mydns-mysql-php-mydnsconfig-on-openbsd</guid>
 <comments>http://www.howtoforge.org/mydns-mysql-php-mydnsconfig-on-openbsd#comment</comments>
</item>
<item>
 <title>Virtual Hosting Howto With Virtualmin On CentOS 5.1</title>
 <link>http://www.howtoforge.org/virtual-hosting-with-virtualmin-on-centos5.1</link>
 <description>&lt;p&gt;&lt;b&gt;Virtual Hosting Howto With Virtualmin On CentOS 5.1&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;
This tutorial shows how to set up a CentOS 5.x server to offer all
services needed by virtual web hosters. These include web hosting, smtp
server with (SMTP-AUTH and TLS, SPF, DKIM, Domainkeys), DNS, FTP,
MySQL, POP3/IMAP, Firewall, Webalizer for stats.
&lt;/p&gt;
&lt;a href=&quot;http://www.howtoforge.org/virtual-hosting-with-virtualmin-on-centos5.1&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://www.howtoforge.org/sitemap/email/antispam-antivirus">Anti-Spam/Virus</category>
 <category domain="http://www.howtoforge.org/sitemap/linux/centos">CentOS</category>
 <category domain="http://www.howtoforge.org/sitemap/control-panels">Control Panels</category>
 <category domain="http://www.howtoforge.org/sitemap/dns">DNS</category>
 <category domain="http://www.howtoforge.org/sitemap/email">Email</category>
 <category domain="http://www.howtoforge.org/sitemap/ftp">FTP</category>
 <category domain="http://www.howtoforge.org/sitemap/mysql">MySQL</category>
 <category domain="http://www.howtoforge.org/sitemap/email/postfix">Postfix</category>
 <pubDate>Sun, 02 Mar 2008 18:34:44 +0100</pubDate>
 <guid>http://www.howtoforge.org/virtual-hosting-with-virtualmin-on-centos5.1</guid>
 <comments>http://www.howtoforge.org/virtual-hosting-with-virtualmin-on-centos5.1#comment</comments>
</item>
<item>
 <title>How To Install And Use The djbdns Name Server On Debian Etch</title>
 <link>http://www.howtoforge.org/install-djbdns-nameserver-on-debian-etch</link>
 <description>&lt;p&gt;&lt;b&gt;How To Install And Use The djbdns Name Server On Debian Etch&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;djbdns is a very secure suite of DNS tools that consists out of multiple parts: dnscache, a DNS cache that can be used in &lt;span class=&quot;system&quot;&gt;/etc/resolv.conf&lt;/span&gt;
instead of your ISP&#039;s name servers and that tries to sort out wrong
(malicious) DNS answers; axfrdns, a service that runs on the master DNS
server and to which the slaves connect for zone transfers; and tinydns,
the actual DNS server, a very secure replacement for BIND.&lt;/p&gt;
&lt;a href=&quot;http://www.howtoforge.org/install-djbdns-nameserver-on-debian-etch&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://www.howtoforge.org/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.org/sitemap/dns">DNS</category>
 <pubDate>Tue, 22 Jan 2008 17:54:57 +0100</pubDate>
 <guid>http://www.howtoforge.org/install-djbdns-nameserver-on-debian-etch</guid>
 <comments>http://www.howtoforge.org/install-djbdns-nameserver-on-debian-etch#comment</comments>
</item>
<item>
 <title>Installing MyDNS And The MyDNSConfig Control Panel On CentOS 5.1</title>
 <link>http://www.howtoforge.org/installing-mydns-mydnsconfig-centos-5.1</link>
 <description>&lt;p&gt;&lt;b&gt;Installing MyDNS And The MyDNSConfig Control Panel On CentOS 5.1&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;In this tutorial I will describe how to install and configure MyDNS
and MyDNSConfig on CentOS 5.1. MyDNS is a DNS server that uses a MySQL
database as backend instead of configuration files like, for example,
Bind or djbdns. The advantage is that MyDNS simply reads the records
from the database, and it does not have to be restarted/reloaded when
DNS records change or zones are created/edited/deleted. A secondary
nameserver can be easily set up by installing a second instance of
MyDNS that accesses the same database or, to be more redundant, uses
the MySQL master / slave replication features to replicate the data to
the secondary nameserver.&lt;/p&gt;
&lt;a href=&quot;http://www.howtoforge.org/installing-mydns-mydnsconfig-centos-5.1&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://www.howtoforge.org/sitemap/linux/centos">CentOS</category>
 <category domain="http://www.howtoforge.org/sitemap/control-panels">Control Panels</category>
 <category domain="http://www.howtoforge.org/sitemap/dns">DNS</category>
 <pubDate>Mon, 17 Dec 2007 17:42:50 +0100</pubDate>
 <guid>http://www.howtoforge.org/installing-mydns-mydnsconfig-centos-5.1</guid>
 <comments>http://www.howtoforge.org/installing-mydns-mydnsconfig-centos-5.1#comment</comments>
</item>
<item>
 <title>Installing MyDNS And The MyDNSConfig Control Panel On Mandriva 2008.0</title>
 <link>http://www.howtoforge.org/installing-mydns-mydnsconfig-mandriva2008.0</link>
 <description>&lt;p&gt;&lt;b&gt;Installing MyDNS And The MyDNSConfig Control Panel On Mandriva 2008.0&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;In this tutorial I will describe how to install and configure MyDNS
and MyDNSConfig on Mandriva 2008.0. MyDNS is a DNS server that uses a
MySQL database as backend instead of configuration files like, for
example, Bind or djbdns. The advantage is that MyDNS simply reads the
records from the database, and it does not have to be
restarted/reloaded when DNS records change or zones are
created/edited/deleted. A secondary nameserver can be easily set up by
installing a second instance of MyDNS that accesses the same database
or, to be more redundant, uses the MySQL master / slave replication
features to replicate the data to the secondary nameserver.&lt;/p&gt;
&lt;a href=&quot;http://www.howtoforge.org/installing-mydns-mydnsconfig-mandriva2008.0&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://www.howtoforge.org/sitemap/linux/mandriva">Mandriva</category>
 <category domain="http://www.howtoforge.org/sitemap/dns">DNS</category>
 <pubDate>Thu, 13 Dec 2007 17:17:58 +0100</pubDate>
 <guid>http://www.howtoforge.org/installing-mydns-mydnsconfig-mandriva2008.0</guid>
 <comments>http://www.howtoforge.org/installing-mydns-mydnsconfig-mandriva2008.0#comment</comments>
</item>
<item>
 <title>Installing MyDNS And The MyDNSConfig Control Panel On Fedora 8</title>
 <link>http://www.howtoforge.org/installing-mydns-mydnsconfig-fedora8</link>
 <description>&lt;p&gt;&lt;b&gt;Installing MyDNS And The MyDNSConfig Control Panel On Fedora 8&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;In this tutorial I will describe how to install and configure MyDNS
and MyDNSConfig on Fedora 8. MyDNS is a DNS server that uses a MySQL
database as backend instead of configuration files like, for example,
Bind or djbdns. The advantage is that MyDNS simply reads the records
from the database, and it does not have to be restarted/reloaded when
DNS records change or zones are created/edited/deleted. A secondary
nameserver can be easily set up by installing a second instance of
MyDNS that accesses the same database or, to be more redundant, uses
the MySQL master / slave replication features to replicate the data to
the secondary nameserver.&lt;/p&gt;
&lt;a href=&quot;http://www.howtoforge.org/installing-mydns-mydnsconfig-fedora8&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://www.howtoforge.org/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.howtoforge.org/sitemap/dns">DNS</category>
 <pubDate>Thu, 06 Dec 2007 19:24:19 +0100</pubDate>
 <guid>http://www.howtoforge.org/installing-mydns-mydnsconfig-fedora8</guid>
 <comments>http://www.howtoforge.org/installing-mydns-mydnsconfig-fedora8#comment</comments>
</item>
<item>
 <title>Lintrack As A LAN Gateway And An OpenVPN Bridge</title>
 <link>http://www.howtoforge.org/lintrack_lan_gateway_openvpn_bridge</link>
 <description>&lt;p&gt;&lt;b&gt;Lintrack As A LAN Gateway And An OpenVPN Bridge&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial will guide you through installation and
  configuration of Lintrack,
  a GNU/Linux distribution specialized in networking tasks. We will
  give two LANs access to the internet along with DHCP and DNS
  cache servers, and then we will connect our networks using
  OpenVPN in bridging mode. You should be running all these in well
  under an hour, thanks to the unified configuration interface of
  Lintrack.&lt;/p&gt;
&lt;a href=&quot;http://www.howtoforge.org/lintrack_lan_gateway_openvpn_bridge&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://www.howtoforge.org/sitemap/linux">Linux</category>
 <category domain="http://www.howtoforge.org/sitemap/control-panels">Control Panels</category>
 <category domain="http://www.howtoforge.org/sitemap/dns">DNS</category>
 <pubDate>Wed, 09 May 2007 19:16:06 +0200</pubDate>
 <guid>http://www.howtoforge.org/lintrack_lan_gateway_openvpn_bridge</guid>
 <comments>http://www.howtoforge.org/lintrack_lan_gateway_openvpn_bridge#comment</comments>
</item>
<item>
 <title>Creating A DNS Cache With djbdns</title>
 <link>http://www.howtoforge.org/dns_cache_with_djbdns</link>
 <description>&lt;p&gt;&lt;b&gt;Creating A DNS Cache With djbdns&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Building a local DNS cache will speed up your internet connection
since the time for the “translation job” (converting domain names into
IP addresses) will become negligible with the assumption that the DNS
cache gets the information from the parent DNS.&lt;/p&gt;&lt;a href=&quot;http://www.howtoforge.org/dns_cache_with_djbdns&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://www.howtoforge.org/sitemap/dns">DNS</category>
 <category domain="http://www.howtoforge.org/sitemap/freebsd">FreeBSD</category>
 <pubDate>Fri, 04 May 2007 16:29:11 +0200</pubDate>
 <guid>http://www.howtoforge.org/dns_cache_with_djbdns</guid>
 <comments>http://www.howtoforge.org/dns_cache_with_djbdns#comment</comments>
</item>
<item>
 <title>How To Run Your Own Name Server With ISPConfig And providerdomain.de (Schlund)</title>
 <link>http://www.howtoforge.org/ispconfig_dns_providerdomain_schlund</link>
 <description>&lt;p&gt;&lt;b&gt;How To Run Your Own Name Server With ISPConfig And providerdomain.de (Schlund)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial shows how you can run your own name server for domains that you register with providerdomain.de
(Schlund Technologies). Of course, this works with every other
registrar as well, although the procedure might differ a little bit. We
will use the ISPConfig server as the primary name server and one of
Schlund&#039;s name servers as the secondary name server.&lt;/p&gt;
&lt;a href=&quot;http://www.howtoforge.org/ispconfig_dns_providerdomain_schlund&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://www.howtoforge.org/sitemap/control-panels">Control Panels</category>
 <category domain="http://www.howtoforge.org/sitemap/dns">DNS</category>
 <pubDate>Mon, 02 Apr 2007 16:44:40 +0200</pubDate>
 <guid>http://www.howtoforge.org/ispconfig_dns_providerdomain_schlund</guid>
 <comments>http://www.howtoforge.org/ispconfig_dns_providerdomain_schlund#comment</comments>
</item>
<item>
 <title>MyDNS with MyDNSConfig Control Panel and DNSMasq on Ubuntu 6.10</title>
 <link>http://www.howtoforge.org/mydns_mydnsconfig_dnsmasp_on_ubuntu_edgy</link>
 <description>&lt;p&gt;&lt;b&gt;MyDNS with MyDNSConfig Control Panel and DNSMasq on Ubuntu 6.10&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;In this tutorial I will describe how to install and configure MyDNS
and MyDNSConfig. MyDNS is a DNS server that uses a MySQL database as
backend instead of configuration files like, for example, Bind or
djbdns. The advantage is that MyDNS simply reads the records from the
database, and it does not have to be restarted/reloaded when DNS
records change or zones are created/edited/deleted. A secondary
nameserver can be easily set up by installing a second instance of
MyDNS that accesses the same database or, to be more redundant, uses
the MySQL master / slave replication features to replicate the data to
the secondary nameserver.&lt;/p&gt;
&lt;a href=&quot;http://www.howtoforge.org/mydns_mydnsconfig_dnsmasp_on_ubuntu_edgy&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://www.howtoforge.org/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://www.howtoforge.org/sitemap/control-panels">Control Panels</category>
 <category domain="http://www.howtoforge.org/sitemap/dns">DNS</category>
 <pubDate>Thu, 08 Mar 2007 17:20:34 +0100</pubDate>
 <guid>http://www.howtoforge.org/mydns_mydnsconfig_dnsmasp_on_ubuntu_edgy</guid>
 <comments>http://www.howtoforge.org/mydns_mydnsconfig_dnsmasp_on_ubuntu_edgy#comment</comments>
</item>
<item>
 <title>Resolving Domains Internally And Externally With Bind9 And Caching Nameserver</title>
 <link>http://www.howtoforge.org/linux_bind9_and_caching_nameserver</link>
 <description>&lt;p&gt;&lt;b&gt;Resolving Domains Internally And Externally With Bind9 And Caching Nameserver&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Some times, we are required to resolve our internal domains on a local
nameserver and external (internet) domains on our ISP&#039;s nameserver.
There are different solutions to this problem, but in this howto, we
are going to solve it through configuring a combination of
caching-nameserver and BIND 9.&lt;/p&gt;
&lt;a href=&quot;http://www.howtoforge.org/linux_bind9_and_caching_nameserver&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://www.howtoforge.org/sitemap/dns">DNS</category>
 <pubDate>Fri, 02 Feb 2007 15:13:08 +0100</pubDate>
 <guid>http://www.howtoforge.org/linux_bind9_and_caching_nameserver</guid>
 <comments>http://www.howtoforge.org/linux_bind9_and_caching_nameserver#comment</comments>
</item>
<item>
 <title>How To Configure Dynamic DNS (Fedora Core 4 Setup)</title>
 <link>http://www.howtoforge.org/fedora_dynamic_dns</link>
 <description>&lt;p&gt;&lt;b&gt;How To Configure Dynamic DNS (Fedora Core 4 Setup)&lt;/b&gt;&lt;/p&gt;
&lt;p&gt; In this howto we will learn how to build a Dynamic DNS Server.
Normally when we configure DNS, we use static entries to resolve any
FQDN. If we are using DHCP in our network which gives dynamic IPs to
every computer that turns on or requests one, then it is not possible
to configure DNS statically. For that we should configure our DNS with
DHCP in a manner that whenever a computer gets a new IP, its FQDN will
be automatically updated with the new IP in DNS.&lt;/p&gt;
&lt;a href=&quot;http://www.howtoforge.org/fedora_dynamic_dns&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://www.howtoforge.org/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.howtoforge.org/sitemap/dns">DNS</category>
 <pubDate>Wed, 10 Jan 2007 17:49:36 +0100</pubDate>
 <guid>http://www.howtoforge.org/fedora_dynamic_dns</guid>
 <comments>http://www.howtoforge.org/fedora_dynamic_dns#comment</comments>
</item>
<item>
 <title>[Debian Sarge] Installing A Bind9 Master/Slave DNS System</title>
 <link>http://www.howtoforge.org/debian_bind9_master_slave_system</link>
 <description>&lt;p&gt;&lt;b&gt;[Debian Sarge] Installing A Bind9 Master/Slave DNS System&lt;/b&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In this howto we will install 2 bind dns servers, one as the master and the other as a slave server. For security reasons we will chroot bind9 in its own jail.&lt;br /&gt;
Using two servers for a domain is a commonly used setup and in order to host your own domain you are required to have at least 2 domain servers. If one breaks, the other can continue to serve your domain.&lt;br /&gt;&lt;/p&gt;&lt;a href=&quot;http://www.howtoforge.org/debian_bind9_master_slave_system&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://www.howtoforge.org/sitemap/dns">DNS</category>
 <pubDate>Wed, 23 Aug 2006 12:28:06 +0200</pubDate>
 <guid>http://www.howtoforge.org/debian_bind9_master_slave_system</guid>
 <comments>http://www.howtoforge.org/debian_bind9_master_slave_system#comment</comments>
</item>
<item>
 <title>How To Run Your Own Name Servers With ISPConfig And GoDaddy</title>
 <link>http://www.howtoforge.org/ispconfig_dns_godaddy</link>
 <description>&lt;p&gt;&lt;b&gt;How To Run Your Own Name Servers With ISPConfig And GoDaddy&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial shows how you can run your own name servers for domains that you register with GoDaddy. Of course, this works with every other registrar as well, although the procedure might differ a little bit.&lt;/p&gt;
&lt;p&gt;To do this, you need two servers with two different public IP addresses and with ISPConfig installed, and of course a GoDaddy account. &lt;/p&gt;&lt;a href=&quot;http://www.howtoforge.org/ispconfig_dns_godaddy&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://www.howtoforge.org/sitemap/dns">DNS</category>
 <pubDate>Tue, 13 Jun 2006 23:37:49 +0200</pubDate>
 <guid>http://www.howtoforge.org/ispconfig_dns_godaddy</guid>
 <comments>http://www.howtoforge.org/ispconfig_dns_godaddy#comment</comments>
</item>
<item>
 <title>Traditional DNS Howto</title>
 <link>http://www.howtoforge.org/traditional_dns_howto</link>
 <description>&lt;p&gt;&lt;b&gt;&lt;font face=&quot;Verdana, Arial, Helvetica, sans-serif&quot; size=&quot;3&quot;&gt;Traditional DNS Howto&lt;/font&gt;&lt;/b&gt;&lt;/p&gt; 

&lt;font face=&quot;Verdana, Arial, Helvetica, sans-serif&quot; size=&quot;2&quot;&gt;Linux system administrators should learn traditional DNS. Front-ends and quick templates to setup domain records have a place in managing sites. When confronted with DNS configurations already in existence, nothing can substitute for knowing and using the fundamentals.

&lt;/font&gt;&lt;p&gt;&lt;font face=&quot;Verdana, Arial, Helvetica, sans-serif&quot; size=&quot;2&quot;&gt;The vast majority of users on the Internet have no clue about DNS. They may have seen the term when they set up their ISP connection, but they do not realize its connection to their lives. Simply put, DNS servers allow you to use friendly names in your browser, email or other Internet applications to perform tasks which require IP addresses.&lt;/font&gt;&lt;/p&gt;&lt;a href=&quot;http://www.howtoforge.org/traditional_dns_howto&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://www.howtoforge.org/sitemap/dns">DNS</category>
 <pubDate>Sun, 12 Mar 2006 10:43:11 +0100</pubDate>
 <guid>http://www.howtoforge.org/traditional_dns_howto</guid>
 <comments>http://www.howtoforge.org/traditional_dns_howto#comment</comments>
</item>
</channel>
</rss>
