Enviado em 22/03/2018 - 12:03h
Bom dia! Gente estou a algumas semanas tentando criar uma zona, e configurar um domínio mas sem sucesso.// prime the server with knowledge of the root servers
zone "." {
type hint;
file "/etc/bind/db.root";
};
// be authoritative for the localhost forward and reverse zones, and for
// broadcast zones as per RFC 1912
zone "localhost" {
type master;
file "/etc/bind/db.local";
};
zone "127.in-addr.arpa" {
type master;
file "/etc/bind/db.127";
};
zone "0.in-addr.arpa" {
type master;
file "/etc/bind/db.0";
};
zone "255.in-addr.arpa" {
type master;
file "/etc/bind/db.255";
};
zone "exemplo.net.br" {
type master;
file "/etc/bind/zones/exemplo.com.br.db";
};
$TTL 1440
@ IN SOA ns1.exemplo.net.br. root.exemplo.net.br. (
2018032201 ; Serial
3600 ; Refresh
1800 ; Retry
604800 ; Expire
43200 ) ; Negative Cache TTL
@ IN NS ns1.exemplo.net.br.
ns1 IN A 187.19.x.x
@ IN NS ns2.exemplo.net.br.
ns2 IN A 186.255.x.x
Conciliando o uso da ZRAM e SWAP em disco na sua máquina
Servidor de Backup com Ubuntu Server 24.04 LTS, RAID e Duplicati (Dell PowerEdge T420)
Visualizar câmeras IP ONVIF no Linux sem necessidade de instalar aplicativos
Converter os repositórios Debian para o novo formato com as chaves
Instalando Spotify no Debian 13
Realizar overclock no Miyoo Mini (plus ou normal)
Direcionar uma URL para Outra No Mikrotik (0)
linux mint reconhece microfone de lapela como fone de ouvido sem micro... (1)