Linux Tutorials on the topic “bind”
-
Setting Up A Spam-Proof Home Email Server (The Somewhat Alternate Way) (Debian Squeeze)
Author: guestwriter • Tags: antivirus, bind, debian, email, postfix • Comments: 6Setting Up A Spam-Proof Home Email Server (The Somewhat Alternate Way) (Debian Squeeze) Email spam is a huge problem. I have found for myself quite a simple solution, however it'll take some time to "migrate" completely over to it. The solution is to create a unique email address everytime I have to give an email address to someone else or to some website to sign up. If I want an account at twitter, I'd use "[email protected]". For webbased services, I use the full domain name incl. subdomain (www) on the left of the @ (some poorly designed websites do not recognizes the www. as valid email address, for those I just leave it away).
-
How To Run Your Own Name Server With ISPConfig And providerdomain.de (Schlund)
Author: Falko Timme • Tags: bind, control panels, dns, ispconfig • Comments: 3How To Run Your Own Name Server With ISPConfig And providerdomain.de (Schlund) 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's name servers as the secondary name server.
-
Bind-Chroot-Howto (Debian)
Author: Falko Timme • Tags: dns, debian, bind • Comments: 17Bind-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.
-
-
Building A Debian DNS System
Author: joe • Tags: bind, dns • Comments: 3Building A Debian DNS System Version 1.0 Author: Joe Topjian <joe [at] adminspotting [dot] net> Last edited 11/01/2005 OK, this is the last DNS article... for a while, at least. This article will show you how to build a complete DNS System with Debian. This includes a Master server, a Slave server, DDNS, and a bunch of DNSSEC. I'll be using BIND 9 for the server.
-
Replacing ms dns with bind9
Author: mariuz • Tags: bind, dns • Comments: 7Isc Bind 9 for windows Replacing ms dns with bind9 is an better idea here is why:1.It's really faster (noticed when i run first query on that machine and had lower latency)2.Better security (windows2k is not supported with patches in future) 3.You can migrate easily to linux after that ;) Download from isc.org unzip it and run the installer (bindinstaller.exe) from inside directory
-
Two-in-one DNS server with BIND9
Author: pupeno • Tags: dns, bind • Comments: 21This 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.