Debian (Jessy Dns Server Configuration)
Debian (Jessy Dns Server Configuration)
BSIT-3R2
vi /etc/resolv.conf
Append the IP address(es) and domain name for your own DNS Server then save.
/etc/init.d/networking restart
Copy forward lookup zone file configuration example and change the contents
with our own data.
After editing, the file looks like this take for example: lina.com as domain and
192.168.0.25 as IP address and then save:
Copy reverse lookup zone file configuration example and change the contents with
our own data.
After editing, the file looks like this with same examples used above:
Step 6: Configure Bind as the primary DNS master for the zone.
Open and edit the file.
After editing, the file looks like this with same examples
used:
dig www.lina.com
nslookup www.lina.com
host 192.168.0.25
~~~END~~~