.
.
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 …
System Administrator
.
.
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 …