JSP - Johnson's Server Project
FIREWALL - DNS Server

GOAL
d) If using the Bind Name Server (DNS), check /etc/resolv.conf.
It might look something like:
domain your_domain.com
nameserver 127.0.0.1
nameserver 128.101.101.101
nameserver 134.84.84.84
search nts.umn.edu. umn.edu.


named.conf ???

. (Of course, you need to change "named_flags" in /etc/rc.conf and add the named.boot file in the appropriate place. Same holds true if this is the name server for you domain. Also make sure "named" is running. [Otherwise there are long waits while timeouts happen.])


Install bind if you need a DNS server for your network.

If you want bind to act as a caching name server, you will also need to install the caching-nameserver package.
Edit the file /etc/rc.conf.local and add the following lines to Section 1
named_flags="" # note use two double-quotes
named_user=named # note to leave this as per standard setting
named_chroot=/var/named #note to leave this as per standard setting
The above changes will override the default settings in /etc/rc.conf