Servicio DNS
Servicio DNS
Servicio DNS
dir /etc/bind
nano /etc/network/interfaces
address 192.168.222.2
netmask 255.255.255.0
gateway 192.168.222.1
dns-nameservers 192.168.222.2
dns-search faze.es
reiniciar el servicio
ip ad flush enp0s3
ifdown enp0s3
ifup enp0s3
cat /etc/resolv.conf
resolvconf -u
nano /etc/nsswitch.conf
nano /etc/bind/named.conf.local
cp /etc/bind/db.local /etc/bind/db.enruta.ec
cp db.local db.enruta.ec
nano /etc/bind/db.faze.es
cp /etc/bind/db.faze.es /etc/bind/db.222.168.192
cp db.127 db.192.168.8
nano /etc/bind/db.222.168.192
entrar a
nano named.conf.options
options {
directory "/var/cache/bind";
// forwarders {
// 10.102.12.2;
10.102.12.10;
};
//========================================================================
// If BIND logs error messages about the root key being expired,
// you will need to update your keys. See https://www.isc.org/bind-keys
//========================================================================
dnssec-validation auto;
entrar a
nano /etc/resolv.conf
mv db.192.168.8 db.192.168.10
nameserver 192.168.8.144
domain enruta.ec
options edns0
search enruta.ec