[GTER] dns reverso embratel - 2 pacotes de 64
Juarez Jr
junior.c at gmail.com
Thu Jul 22 15:25:17 -03 2004
A parada é muito louca... quando parece que tá funcionando, pode
desconfiar pq nao está.
Veja.
[root at seda named]# nslookup 200.24.24.3 -sil
Server: 200.24.24.2
Address: 200.24.24.2#53
Non-authoritative answer:
3.24.24.200.in-addr.arpa canonical name = 3.0-63.24.24.200.in-addr.arpa.
3.0-63.24.24.200.in-addr.arpa name = veludo.rotaxxx.com.br.
Authoritative answers can be found from:
0-63.24.24.200.in-addr.arpa nameserver =
ns.embratel.net.br.0-63.24.24.200.in-addr.arpa.
0-63.24.24.200.in-addr.arpa nameserver = brim.rotaxxx.com.br.
0-63.24.24.200.in-addr.arpa nameserver = seda.rotaxxx.com.br.
brim.rotaxxx.com.br internet address = 200.24.24.6
seda.rotaxxx.com.br internet address = 200.24.24.2
[root at seda named]# nslookup 200.24.24.3 -sil
Server: 200.24.24.2
Address: 200.24.24.2#53
** server can't find 3.24.24.200.in-addr.arpa.: NXDOMAIN
[root at seda named]#
Eu repito o comando, e ele me dah NXDOMAIN.
Como isso?
Se eu dou no .2 ele resolveu, se eu repito ele nao resolve.
ISSO DENTRO DA MINHA REDE.
Precisava resolver isso antes das 17:00hs de hoje, pois é a hora do
refresh da embratel.
veja como tá o named.conf
options {
directory "/var/named";
query-source address * port 53;
};
zone "." {
type hint;
file "named.ca";
};
zone "0.0.127.in-addr.arpa" {
type master;
file "0.0.127.in-addr.arpa.zone";
};
zone "localhost" {
type master;
file "localhost.zone";
};
zone "0-63.24.24.200.in-addr.arpa"{
type master;
allow-transfer {
any;
};
file "rotaxxx.com.br.rev";
};
e os meus arquivos de zone e rev
$TTL 86400
@ IN SOA seda.rotaxxx.com.br root.rotaxxx.com.br (
2004072210 ; serial
3600 ; refresh
900 ; retry
604800 ; expire
86400 ; ttl
)
@ IN NS brim.rotaxxx.com.br.
@ IN NS seda.rotaxxx.com.br.
@ IN NS ns.embratel.net.br.
IN MX 10 seda.rotaxxx.com.br.
IN MX 5 brim.rotaxxx.com.br.
seda IN A 200.24.24.2
brim IN A 200.24.24.6
algodao IN A 200.24.24.4
veludo IN A 200.24.24.3
--->> REV
[root at seda named]# more rotaxxx.com.br.rev
$TTL 86400
;
@ IN SOA seda.rotaxxx.com.br. root.rotaxxx.com.br. (
2004072210 ; serial
14400 ; refresh
3600 ; retry
864000 ; expire
86400 ; default_ttl
)
@ IN NS seda.rotaxxx.com.br.
@ IN NS brim.rotaxxx.com.br.
@ IN NS ns.embratel.net.br
2 IN PTR seda.rotaxxx.com.br.
6 IN PTR brim.rotaxxx.com.br.
4 IN PTR algodao.rotaxxx.com.br.
3 IN PTR veludo.rotaxxx.com.br.
Pra mim isso tá mais do que correto, mas se tem erro, onde está?
no messages nao tem nenhuma saida de log.
Grato,
Juarez Junior
On Thu, 22 Jul 2004 13:40:35 -0300, Alexandre Hautequest
<hquest at onda.com.br> wrote:
> Juarez Jr wrote:
> > o meu 0-63.24.24.200.in-addr.arpa.zone tá assim:
> >
> > TTL 86400
> > @ IN SOA seda.rotaxxx.com.br. root.rotaxxx.com.br. (
> > 2004072202 ; serial
> > 3600 ; refresh
> > 900 ; retry
> > 604800 ; expire
> > 86400 ; default_ttl
> > )
> >
> > @ IN NS seda.rotaxxx.com.br.
> > @ IN NS brim.rotaxxx.com.br.
> > @ IN NS ns.embratel.net.br.
> >
> >
> > 2.0-63.24.24.200.in-addr.arpa. PTR seda.rotaxxx.com.br.
> > 6.0-63.24.24.200.in-addr.arpa. PTR brim.rotaxxx.com.br.
>
> não deveria 'não ter' o 0-63? digo, algo como
>
> 2.24.24.200.in-addr.arpa. PTR seda.rotaxxx.com.br.
> 6.24.24.200.in-addr.arpa. PTR brim.rotaxxx.com.br.
>
> ?
> --
> Alexandre
> --
> GTER list https://eng.registro.br/mailman/listinfo/gter
>
More information about the gter
mailing list