Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Glue for NS records

3 views
Skip to first unread message

claretta

unread,
May 9, 2010, 1:04:36 PM5/9/10
to
Ciao,

ho sistemato i nameserver di alcuni domini, va tutto bene ma resta sempre
questo avviso:

Glue for NS records INFO: GLUE was not sent when I asked your nameservers
for your NS records.This is ok but you should know that in this case an
extra A record lookup is required in order to get the IPs of your NS
records. The nameservers without glue are:
xxx.xxx.xxx.xxx (IP)
You can fix this for example by adding A records to your nameservers for the
zones listed above.

Non riesco a capire cosa c'� ancora da fare... � grave?

--
Claretta

Message has been deleted

claretta

unread,
May 10, 2010, 3:34:58 AM5/10/10
to

"Davide Bianchi" <davidey...@onlyforfun.net> ha scritto nel messaggio
news:e08jb7-...@gort.onlyforfun.net...

> On 2010-05-09, claretta <claretta@eccetera> wrote:
>> Glue for NS records INFO: GLUE was not sent when I asked your nameservers
>> for your NS records.
>
> Se il DNS ha un'ip nello stesso range del dominio, dovrebbe avere un A
> record suo. Questo e' spiegato nella documentazione e nelle RF:
>
> <quote>
> There is no requirement that any name servers are within
> the domain for which they are authoritative. If the name server does lie
> within the domain it should have a corresponding A record. The A RRs
> which define name server that lie within the domain are frequently
> called glue records.
> </quote>
>

in pratica che devo fare? io ho fatto per ora cos� (IP di fantasia)

ns1.nameserver.com = 123.456.789.001
ns2.nameserver.com = 123.456.789.002

Configurazione su PLESK per nameserver.com:

123.456.789.001 / 24 PTR nameserver.com.
nameserver.com. NS ns1.nameserver.com.
nameserver.com. NS ns2.nameserver.com.
nameserver.com. A 123.456.789.001
ftp.nameserver.com. CNAME nameserver.com.
ns1.nameserver.com. A 123.456.789.001
ns2.nameserver.com. A 123.456.789.002
www.nameserver.com. CNAME nameserver.com.

(Questo va bene, tutti i controlli sono OK)

Configurazione su PLESK per dominio.xx:

dominio.xx. NS ns2.nameserver.com.
dominio.xx. NS ns1.nameserver.com.
dominio.xx. A 123.456.789.001
123.456.789.001 / 24 PTR dominio.xx.
ftp.dominio.xx. CNAME dominio.xx.
www.dominio.xx. CNAME dominio.xx.

Zona Master, creata da PLESK su server 123.456.789.001:

zone "dominio.xx" {
type master;
file "dominio.xx";
allow-transfer {
123.456.789.001;
common-allow-transfer;
};
};


Zona Slave, creata manualmente su server 123.456.789.002:

zone "dominio.xx" {
type slave;
file "slave/dominio.xx";
masters {
123.456.789.001;
};
allow-transfer {
123.456.789.002;
common-allow-transfer;
};
};

dominio.xx tutto ok tranne per l'avviso:


"INFO: GLUE was not sent when I asked your nameservers for your NS
records.This is ok but you should know that in this case an extra A record
lookup is required in order to get the IPs of your NS records. The
nameservers without glue are:

123.456.789.002


You can fix this for example by adding A records to your nameservers for the
zones listed above. "

--
Claretta

0 new messages