BIND and DNS tutorials
DNS/BIND resource record: CNAME, canonical names, host aliases
Contributed by qmchenry on under BIND and DNSA single host may have multiple personalities: web server (www), mail server (mail, mx), dns server (ns), ftp server (ftp). Rather than assign each of these names an address (A) record pointing to the same IP address, all of which would need to be changed if the IP address changed, one name can be associated with an address record and the remaining names can be aliases for that name. The CNAME record simplifies DNS management, and who doesn’t want that?
CommentsDNS/BIND: set TTL for individual resource records
Contributed by qmchenry on under BIND and DNSBIND resource records allow an explict TTL value that will override the zone file’s TTL for that specific resource record. One use for this is to prevent non-authoritative servers from caching these records, perhaps in prelude to changing a server’s IP address.
CommentsDNS/BIND resource record: routing mail with MX records
Contributed by qmchenry on under BIND and DNSProper DNS configuration with MX records is a requirement for routing email for a domain.
CommentsDNS/BIND troubleshooting: request a domain\’s SOA using dig
Contributed by qmchenry on under BIND and DNS CommentsDNS/BIND resource record: PTR reverse lookup record
Contributed by qmchenry on under BIND and DNSThe PTR (pointer) record maps an IP address to a hostname and fully qualified domain name. Many applications use reverse lookups to identify the domain from which a TCP/IP connection is formed. Best practice for DNS is to create a PTR record for every A record.
CommentsDNS/BIND resource record: Address (A) record
Contributed by qmchenry on under BIND and DNSThe address record (A record) maps a hostname and fully qualified domain name with an IP address.
CommentsDNS/BIND: Create a basic zone file
Contributed by qmchenry on under BIND and DNSA zone file holds the DNS resource records for all of the domain names associated with the zone. Zone files store all of the data served by a DNS server. This recipe describes the basic zone file format without any resource records suitable for any type of zone file.
CommentsPOPULAR RECIPES
- DNS/BIND: Create a basic zone file
- DNS/BIND resource record: PTR reverse lookup record
- Search for mail exchanger (MX) records using dig
- DNS/BIND resource record: CNAME, canonical names, host aliases
- DNS/BIND resource record: routing mail with MX records
- DNS/BIND resource record: Address (A) record
- DNS/BIND resource record: using $GENERATE to make many records
- DNS/BIND: set TTL for individual resource records
- View our Top Tens
TECH-RECIPES BLOGS
- Facebook FishVille Cheat: Send Multiple Free Gifts to Your Neighbors
- post release: Windows 7, homegroups and me
- fall 2009 and some geek thoughts, reflections
- Facebook Cafe World Cheat: Close Your Cafe When You are Away for Long Periods of Time (to preserve your Buzz Rating)
- Facebook Cafe World Cheat: Serve Your Customers Instantly
- Facebook Cafe World Cheat: Send Multiple Free Gifts to Your Neighbors
- Windows 7 Quickie: Setting up TV recording and sharing to other Windows 7 computers (turn windows 7 into a dvr / media server)
- Mafia Wars Cheat: Send Multiple Gifts to Your Friends







