. . How to Setup a DNS server with BIND9. # apt-get install bind9 Configure a master domain: # vim /etc/bind/named.conf zone “provaes.com” { type master; file “/etc/bind/db.provaes.com”; }; Create the master zone file: # vim /etc/bind/db.provaes.com ; register SOA […]