
hass
(usa Outra)
Enviado em 31/07/2009 - 08:50h
alterei o nome do dominio nos arquivos do bind9 e a alteraçao nao entra em vigor e continua respondendo como o nome antigo como resolvo isto
meus arquivos q eu alterei sao estes
=========Named.conf.local====================
// Do any local configuration here
//
// Consider adding the 1918 zones here, if they are not used in your
// organization
//include "/etc/bind/zones.rfc1918";
zone "
www.hass.gov.br" IN {
type master;
file "etc/bind/zones/db.hass";
};
zone "10.in-addr.arpa" IN {
type master;
file "etc/bind/db.12";
};
//
============db.12====================
;
$TTL 604800
@ IN SOA ns1.hass.gov.br. root.hass.gov.br.(
2 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@ IN NS ns1.hass.gov.br.
333.27.155 IN PTR
www.hass.gov.br.
====================db.hass=====================
;
$TTL 86400
@ IN SOA ns1.hass.gov.br. root.hass.gov.br. (
2 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
86400 ) ; Negative Cache TTL
;
@ IN NS ns1.hass.gov.br.
Localhost IN A 127.0.0.1
www.hass.gov.br. IN A 11.155.27.333
dns IN A 11.155.27.333
www IN A 11.155.27.333
ftp IN A 11.155.27.333
ns1 IN A 11.155.27.333