VMware Images:
|
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
|




print: 
Recent comments
6 hours 57 min ago
7 hours 8 min ago
7 hours 51 min ago
8 hours 55 min ago
13 hours 4 sec ago
15 hours 16 min ago
16 hours 32 min ago
16 hours 32 min ago
16 hours 47 min ago
22 hours 37 min ago