05/03/2008, 11:22
|
| | Fecha de Ingreso: septiembre-2004
Mensajes: 407
Antigüedad: 20 años, 2 meses Puntos: 1 | |
Resolucion Inversa DNS hola tengo el problema de que mis ips publicas no tienen resolucion inversa , he configurado bien mi dns .
zone "10.15.10.200.in-addr.arpa" {
type master;
file "mx01.rev.zone";
allow-transfer {200.10.15.10 ; localhost;};}
y el file es:
$TTL 86400
@ IN SOA dns1.nas.com.ar. webmaster.nas.com.ar. (
2005061001 ; serial (d. adams)
3H ; refresh
15M ; retry
1W ; expiry
1D ) ; minimum
IN NS dns1.nas.com.ar.
IN NS dns2.nas.com.ar.
A 200.10.15.10
IN PTR mx01.nas.com.ar.
y cuando hago host 200.10.15.10 me devule ve bien el nombre , pero cuando lo hago fuera mi empresa me dice
Host 10.15.10.200.in-addr.arpa not found: 3(NXDOMAIN)
__________________ Mas vale morir de pie que vivir de rodillas :ojotes: |