OVH Community, your new community space.

glue records su dns secondario ovh


DYNAMIC+
08.01.2014, 00.04
Ciao

Credo che l'opzione "fetch-glue" sulle zone sia disattivata.
E' possibile attivarla lato vostro??

DYNAMIC+
05.01.2014, 03.22
ciao

vorrei sapere se è possibile far trasferire i glue record A
sul server secondario di OVH...

sembra che la sezione additional non sia popolata sullo slave.
piu dettagli

il dominio è "dominio.xxx" che usa i nameserver sulla stessa zona,
ovvero "ns1.dominio.xxx" (e non "ns1.altrodominio.yyy")

================================================== ============================================

;;; configurazione
zone "dominio.xxx" IN
{
type master;
file "/path/al/file/dominio.xxx";
allow-transfer { 213.251.188.141; };
};

;;;
dominio.xxx. IN SOA ns1.dominio.xxx. email.dominio.xxx. (
2014010501 ; Serial
43200 ; Refresh
7200 ; Retry
2419200 ; Expire
3600 ) ; Negative Cache TTL

@ IN NS ns1.dominio.xxx.
@ IN NS ns2.dominio.xxx.

ns1.dominio.xxx. IN A 1.2.3.4
ns2.dominio.xxx. IN A 213.251.188.141 ; server secondario OVH


================================================== ============================================


### RISPOSTA DAL MASTER*###
dig NS @1.2.3.4 dominio.xxx

; <<>> DiG 9.8.3-P1 <<>> NS @1.2.3.4 dominio.xxx
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 1234
;; flags: qr aa rd; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 2
;; WARNING: recursion requested but not available

;; QUESTION SECTION:
;dominio.xxx. IN NS

;; ANSWER SECTION:
dominio.xxx. 86400 IN NS ns1.dominio.xxx.
dominio.xxx. 86400 IN NS ns2.dominio.xxx.

;; ADDITIONAL SECTION:
ns1.dominio.xxx. 86400 IN A 1.2.3.4
ns2.dominio.xxx. 86400 IN A 213.251.188.141





### RISPOSTA DALLO SLAVE ###
dig NS @213.251.188.141 dominio.xxx

; <<>> DiG 9.8.3-P1 <<>> NS @213.251.188.141 dominio.xxx
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 1234
;; flags: qr aa rd; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 # <---- manca la sezione additional
;; WARNING: recursion requested but not available

;; QUESTION SECTION:
;dominio.xxx. IN NS

;; ANSWER SECTION:
dominio.xxx. 86400 IN NS ns1.dominio.xxx.
dominio.xxx. 86400 IN NS ns2.dominio.xxx.