Enviado em 15/05/2018 - 15:17h
A Embratel informa que não consegue ler nada dos meu DNS, com isso não consigo colocar para funcionar o DNS reverso.
options {
directory "/usr/local/etc/namedb/working";
allow-recursion {any;};
pid-file "/var/run/named/pid";
statistics-file "/var/stats/named.stats";
max-cache-size 256M;
listen-on { 199.200.137.3; 199.200.137.4; 127.0.0.1; };
forwarders { 208.67.222.222; 208.67.220.220; };
version none;
};
logging {
channel default_log {
file "/var/log/named.log" versions 3 size 20m;
print-time yes;
print-category yes;
print-severity yes;
severity info;
};
category notify { default_log;};
category xfer-in {default_log;};
category xfer-out {default_log;};
};
zone "vinicius.com.br" {
type master;
file "/usr/local/etc/namedb/vinicius.com.br.DB";
allow-query { any; };
allow-transfer { any; };
allow-update { none; };
};
zone "137.200.199.in-addr.arpa" {
type master;
file "/usr/local/etc/namedb/137.200.199.DB";
allow-query { any; };
allow-transfer { any; };
allow-update { none; };
};
zone "." {
type hint;
file "/usr/local/etc/namedb/named.root";
};
$TTL 604800
@ IN SOA ns1.vinicius.com.br. postmaster.vinicius.com.br. (
2018051530 ; serial
12h ; refresh
2h ; retry
4w ; expire
1h ; default_ttl
)
;
; Zone Records
;
@ IN NS ns1.vinicius.com.br.
@ IN A 199.200.137.3
@ IN NS ns2.vinicius.com.br.
ns1 IN A 199.200.137.3
ns2 IN A 199.200.137.4
@ IN MX 10 mail.vinicius.com.br.
smtp IN CNAME mail01.vinicius.com.br.
webmail IN CNAME mail01.vinicius.com.br.
www IN A 199.200.137.17
mail01 IN A 199.200.137.20
mail IN A 199.200.137.20
pop IN A 199.200.137.20
ojs IN A 199.200.137.8
wtt IN A 199.200.137.8
@ IN TXT "v=spf1 mx a ip4:199.200.137.3 -all"
_dmarc IN TXT "v=DMARC1; p=none"
$TTL 604800
@ IN SOA ns1.vinicius.com.br. root.vinicius.com.br. (
2018051531 ; serial
12h ; refresh
2h ; retry
4w ; expire
1h ; default_ttl
)
@ IN NS ns1.vinicius.com.br.
@ IN NS ns2.vinicius.com.br.
3 IN PTR ns1.vinicius.com.br.
4 IN PTR ns2.vinicius.com.br.
20 IN PTR mail.vinicius.com.br.
17 IN PTR www.vinicius.com.br.
17 IN PTR vinicius.com.br.
60 IN PTR navegar.vinicius.com.br
Enviar mensagem ao usuário trabalhando com as opções do php.ini
Meu Fork do Plugin de Integração do CVS para o KDevelop
Compartilhando a tela do Computador no Celular via Deskreen
Como Configurar um Túnel SSH Reverso para Acessar Sua Máquina Local a Partir de uma Máquina Remota
Configuração para desligamento automatizado de Computadores em um Ambiente Comercial
Compartilhamento de Rede com samba em modo Público/Anônimo de forma simples, rápido e fácil
Cups: Mapear/listar todas as impressoras de outro Servidor CUPS de forma rápida e fácil
Criando uma VPC na AWS via CLI
Tem como instalar o gerenciador AMD Adrenalin no Ubuntu 24.04? (6)