Archive for the ‘DNS’ Category
Lunes, Junio 9th, 2008
En ocasiones nos volvemos locos con el dichoso bind, una buena forma de recolectar información es añadir algo así, dentro del apartado logging:
category "default" { "debug"; };
category "general" { "debug"; };
category "database" { "debug"; };
category "security" { "debug"; };
category "config" { "debug"; };
category "resolver" { "debug"; };
category "xfer-in" { "debug"; ...
Posted in DNS | No Comments »
Lunes, Junio 2nd, 2008
En ocasiones nos surge la duda sobre si tenemos la verisón buena del root cache, la mejor maneraasegurarnos el tiro es preguntarle a un root-server por la lista completa:
-bash-3.00# dig @a.root-servers.net. . ns
; < > DiG 9.2.4 < > @a.root-servers.net. . ns
; (2 servers found)
;; global options: printcmd
;; Got ...
Posted in DNS, linux | No Comments »
Miércoles, Mayo 28th, 2008
Los valores recomendados serian estos:
example.com. 3600 SOA dns.example.com. hostmaster.example.com. (
1999022301 ; serial YYYYMMDDnn
86400 ; refresh ( 24 hours)
7200 ; retry ( 2 hours)
3600000 ; expire (1000 hours)
172800 ) ; minimum TTL ( 2 days)
Esto son los valores recomendables de forma genérica, excepcionalmente en aquellos casos ...
Posted in DNS | No Comments »