Linux Tutorials on the topic “bind”
-
Bind-Chroot-Howto (Debian)
Author: Falko Timme • Tags: dns, debian, bind • Comments: 17
Bind-Chroot-Howto (Debian) This document describes how to install the DNS server Bind on Debian so that it runs out of a chroot jail for security reasons.
-
Two-in-one DNS server with BIND9
Author: pupeno • Tags: dns, bind • Comments: 20This tutorial shows you how to configure BIND9 DNS server to serve an internal network and an external network at the same time with different set of information. To accomplish that goal, a new feature of BIND9 called view is used. As a tutorial it'll walk you through the whole set up, but initial knowledge of BIND and DNS is required, there are plenty of documents that cover that information on the Internet.
-
Traditional DNS Howto
Author: taft • Tags: dns, bind • Comments: 26Traditional DNS Howto 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. 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.
-
-
How To Run Your Own Name Servers With ISPConfig And GoDaddy
Author: Falko Timme • Tags: dns, bind • Comments: 9How To Run Your Own Name Servers With ISPConfig And GoDaddy 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. To do this, you need two servers with two different public IP addresses and with ISPConfig installed, and of course a GoDaddy account.
-
[Debian Sarge] Installing A Bind9 Master/Slave DNS System
Author: harm • Tags: dns, bind • Comments: 7[Debian Sarge] Installing A Bind9 Master/Slave DNS System 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. 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.
-
How To Configure Dynamic DNS (Fedora Core 4 Setup)
Author: sohaileo • Tags: dns, fedora, bind • Comments: 2How To Configure Dynamic DNS (Fedora Core 4 Setup) 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.
-
Resolving Domains Internally And Externally With Bind9 And Caching Nameserver
Author: nayyares • Tags: bind, dns • Comments: 4Resolving Domains Internally And Externally With Bind9 And Caching Nameserver Some times, we are required to resolve our internal domains on a local nameserver and external (internet) domains on our ISP'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.
-
Create Your Own Web Server With BIND And Apache On CentOS 5 (Simplified)
Author: c0mrade • Tags: apache, dns, centos, bind • Comments: 6Create Your Own Web Server With BIND And Apache On CentOS 5 (Simplified) This tutorial explains how you can run your own web server on CentOS 5 with the help of Apache and the BIND name server.
-
Installing A FreeBSD 7.0 DNS Server With BIND
Author: msghaleb • Tags: dns, freebsd, bind • Comments: 3
Installing A FreeBSD 7.0 DNS Server With BIND This tutorial shows how to set up a FreeBSD based server that offers DNS services. This tutorial is written for the 64-bit version of FreeBSD, but should apply to the 32-bit version.
-
BIND 9 Vulnerability And Solution - Patch BIND To Avoid Cache Poisoning (Fedora/CentOS)
Author: mainanoah • Tags: dns, security, fedora, centos, bind • Comments: 2BIND 9 Vulnerability And Solution - Patch BIND To Avoid Cache Poisoning (Fedora/CentOS) I am pretty sure most of you guys have hard about the Vulnerability in BIND. Dan Kaminsky earlier this month announced a massive, multi-vendor issue with DNS that could allow attackers to compromise any name server - clients, too. I thought I would share with you all one of the quickest solutions systems administrators running BIND 9 can use to help solve this vulnerability in case their systems are vulnerable.