$GENERATE directive to autocreate DNS records

Welcome to Linux Screw! If you're new here, you may want to subscribe our RSS feed.

isc bind$GENERATE directive is available in multi platform DNS server BIND since 8.2 version. It helps you to create hundreds or thousands of resource records with one line in zone file.

Nice example is to use $GENERATE in order to make PTR records for certain DNS zone.

Let’s assume that subnet 192.168.0.0/24 is reserved for use by a DHCP server pool, in this case reverse lookup (PTR) records should like dhcp-#.yourdomain.com. (where # is the number from 1 to 254) can be created with the following lines in the zone file:

1 IN PTR dhcp-1.yourdomain.com.
2 IN PTR dhcp-2.yourdomain.com.
...
253 IN PTR dhcp-253.yourdomain.com.
254 IN PTR dhcp-254.yourdomain.com.

or with with single line:

$GENERATE 1-254 $ PTR dhcp-$.yourdomain.com.

Wide explanation of this directive you can find here.

P.S. From Wikipedia for newbies:

A PTR record or pointer record maps an IPv4 address to the canonical name for that host. Setting up a PTR record for a hostname in the in-addr.arpa. domain that corresponds to an IP address implements reverse DNS lookup for that address. For example (at the time of writing), www.icann.net has the IP address 192.0.34.164, but a PTR record maps 164.34.0.192.in-addr.arpa to its canonical name, referrals.icann.org.

Share This
 
 
» You might also be interested in the following articles:
Generate strong passwords online and offline
Dump ipcad output into sqlite3
Secure shell (ssh) connection without password
Network Traffic Generator: hping
Detailed Plans for Fedora 9



» Want to stay up to date? Subscribe to our E-MAIL or RSS feed!


0 Responses to “$GENERATE directive to autocreate DNS records”


  1. No Comments

Leave a Reply

*
To prove you're a person (not a spam script), type the security word shown in the picture. Click on the picture to hear an audio file of the word.
Click to hear an audio file of the anti-spam word




Friendly Sites:Who is behind Linux Screw?
Aspiring Sysadmin | GeekyBits³ | Bash Cures Cancer | TOTMS
Linux Operating System | Small Linux Deployments | My SysAd Blog
The Danesh Project | ZEPY | LinuxHaxor.net | Planet Sysadmin
The Sys Admin | {buhay sysad} | a non-geek's linux notes
CyberCapital.Org | G-LOADED! | The Linux Alternative Project
My name is Artem Nosulchik (artiomix AT gmail DOT com) and I'm Linux/Unix, Cisco systems engineer. The main idea of Linux Screw is to share relevant knowledge, skills and observations over The Web. Here you can find a lot of information related to different Linux distributions, FreeBSD, IOS as well as a other Open Source around staff. Read more ››