Installing A FreeBSD 7.0 DNS Server With BIND - Page 6
Creating the Master forward lookup zone fileRemember to replace tm.local with your domain name, it must match what you have used before. So we will create the file tm.local: cd /var/named/etc/namedb/master Then we add the following:
Feel free to modify based on what you want to do, you can add more aliases, A or MX records, and make sure to change your domain name above from tm.local to your domain name and make sure to add a "." after words, also change your hostname from dnsfreebsd to the hostname you are using. root.tm.local is the e-mail address of the person responsible for the zone, here we use a "." instead of an "@" sign.
Creating the Master reverse lookup zone fileNow we will create a reverse lookup zone file for the forward one we created above using the following commands: cd /var/named/etc/namedb/master Then we we will add the below data to it, again feel free to modify based on your configuration:
Testing your DNS ServerNow we are finished with configuration, we just need to start the service and test it. First of all let's make sure that your server has it's own IP as the primary DNS server in the resolv.conf file. Open the resolv.conf: ee /etc/resolv.conf and make sure you are using your DNS servers IP as the primary IP, my server's IP is 192.168.0.100 thus my resolv.conf looks like that with my IP at the first place:
Save and Exit. Configure named to start automatically at the boot time. Open the rc.conf file in /etc: ee /etc/rc.conf We will then add the following line to it:
Save and Exit. Start the named service: /etc/rc.d/named start You can try to dig for google.com to make sure all good with your DNS server: dig google.com If you saw at the end (probably the 3rd line from down) something like this: ;; SERVER: 192.168.0.100#53(192.168.0.100) So this means your DNS server (e.g. 192.168.0.100) was the one who answered the query. You can try then to ping your A records if all give the expected reply then your DNS is working fine.
10 Sources and References
|
Join the discussion.
www.seamlessenterprise.com
IP Convergence
Integrate your wireless and wireline networks.
Learn how from the experts at Sprint.
www.seamlessenterprise.com
Wireless & Wireline Integration
Thoughts, strategies and solutions: join the discussion
www.seamlessenterprise.com
Unified Communications 2009
Join the Discussion. Now.
www.seamlessenterprise.com





print: 
Recent comments
21 hours 16 min ago
22 hours 44 min ago
1 day 2 hours ago
1 day 5 hours ago
1 day 8 hours ago
1 day 8 hours ago
1 day 9 hours ago
1 day 10 hours ago
1 day 11 hours ago
1 day 11 hours ago