Mudanças entre as edições de "DNS Autoritativo"
Ir para navegação
Ir para pesquisar
Linha 6: | Linha 6: | ||
<big>'''Firewall'''</big><br> | <big>'''Firewall'''</big><br> | ||
+ | TCP 22 - Confiáveis | ||
+ | |||
+ | <big>'''Pacotes Essenciais'''</big><br> | ||
+ | apt-get install net-tools -y | ||
+ | apt-get install vim -y | ||
+ | |||
+ | <big>'''Instalação bind9'''</big><br> | ||
+ | apt-get install bind9 dnsutils -y | ||
+ | |||
+ | <big>'''Configurar consultas localmente'''</big><br> | ||
+ | echo "nameserver 127.0.0.1" > /etc/resolv.conf | ||
+ | echo "nameserver ::1" >> /etc/resolv.conf |
Edição das 15h01min de 1 de março de 2023
Requisitos
SO: Ubuntu Server 22.04.2 LTS
Memória: 4Gb
Disco: 40Gb
CPU: 2vCPU
Firewall
TCP 22 - Confiáveis
Pacotes Essenciais
apt-get install net-tools -y apt-get install vim -y
Instalação bind9
apt-get install bind9 dnsutils -y
Configurar consultas localmente
echo "nameserver 127.0.0.1" > /etc/resolv.conf echo "nameserver ::1" >> /etc/resolv.conf