SOA-ORIGIN problem with es-nic

Xavier Sanz xavier.sanz at conectanetworks.com
Fri Jan 11 09:09:11 UTC 2002


Hello, I'm a newbie on this.
I'm trying to setup an .es domain: conectanetworks.es; in es-nic
I'm using bind 8.2.3-1
In my servers all seems to work correctly but the es-nic people says
that i must change the origin to the first nameserver:
ns.conectanetworks.com

This is an excerpt from this email,

> **Errores Servidor DNS ns.conectanetworks.com 212.67.212.15
> La configuracion del servidor de DNS ns.conectanetworks.com es
incorrecta
> debido a que en el campo origin se ha indicado conectanetworks.es y de
acuerdo
> con este punto de los requisitos de configuracion de un nombre de
dominio de
> DNS de segundo nivel bajo .es debe indicarse el nombre del servidor de
DNS
> indicado en el Formulariod de Solicitud como maestro, en este caso
ns.conectanetworks.com

> Nombre o IP consultados: conectanetworks.es
> Servidor consultado: ns.conectanetworks.com

> Resultado:

> conectanetworks.es internet address = 212.67.212.15
> conectanetworks.es preference = 5, mail exchanger =
mail.conectanetworks.es
> conectanetworks.es nameserver = ns.conectanetworks.com
> conectanetworks.es nameserver = ns2.conectanetworks.com
> conectanetworks.es
> origin = conectanetworks.es     <----   ##  THIS IS THE ERROR origin
should be ns.conectanetworks.com
> mail addr = hostmaster.conectanetworks.es
> serial = 2002010901
> refresh = 14400 (4H)
> retry = 3600 (1H)
> expire = 1728000 (2w6d)
> minimum ttl = 14400 (4H)
> conectanetworks.es nameserver = ns.conectanetworks.com
> conectanetworks.es nameserver = ns2.conectanetworks.com
> mail.conectanetworks.es internet address = 212.67.212.15
> ns.conectanetworks.com internet address = 212.67.212.15
> ns2.conectanetworks.com internet address = 212.67.201.71


This is my /var/named/named.conectanetworks.es

>;
>@       IN      SOA     conectanetworks.es.
hostmaster.conectanetworks.es. (
>                                        2002011001 ; Serial number
>                                        14400   ; Refresh every 1 days
>                                        3600    ; Retry every hour
>                                        1728000 ; Expire every 20 days
>                                        14400 ) ; Minimum 1 days
>;
>                        IN      NS      ns.conectanetworks.com.
>                        IN      NS      ns2.conectanetworks.com.
>                        IN      MX      5 mail.conectanetworks.es.
>                        IN      A       212.67.212.15
>; points back to me
>localhost               IN      A       127.0.0.1
>www                     IN      A       212.67.212.15
>mail                    IN      A       212.67.212.15


This is my /var/named/named.conectanetworks.com

>;
>@       IN      SOA     conectanetworks.com.
hostmaster.conectanetworks.com. (
>                                        2001112201 ; Serial number
>                                        14400   ; Refresh every 1 days
>                                        3600    ; Retry every hour
>                                        1728000 ; Expire every 20 days
>                                        14400 ) ; Minimum 1 days
>;
>                        IN      NS      ns.conectanetworks.com.
>                        IN      NS      ns2.conectanetworks.com.
>
>                        IN      MX      5 mail.conectanetworks.com.
>                        IN      A       212.67.212.15
>; points back to me
>localhost               IN      A       127.0.0.1
>
>www                     IN      A       212.67.212.15
>mail                    IN      A       212.67.212.15
>ns                      IN      A       212.67.212.15
>ns2                     IN      A       212.67.201.71
>ftp                     IN      A       212.67.212.15
>

This is my /etc/named.conf


> options {
>         directory "/var/named";
> };
>
> zone "." {
>         type hint;
>         file "named.ca";
> };
>
> zone "0.0.127.in-addr.arpa" {
>         type master;
>         file "named.local";
> };
>
> zone "212.67.212.in-addr.arpa" {
>         type master;
>         file "named.212.67.212";
> };
>
> zone "212.67.201.in-addr.arpa" {
>         type master;
>         file "named.212.67.201";
> };
>
> zone "conectanetworks.com" {
>         type master;
>         file "named.conectanetworks.com";
> };
>
> zone "conectanetworks.es" {
>         type master;
>         file "named.conectanetworks.es";
> };


Anyone knows how to fix this?

Thanks in advance
Best Regards


--
Xavier Sanz
Conecta Networks, S.L.
Calle Aragó 210, 7º 4ª
08011 Barcelona
Telf 934524980

"En el mundo de la informática, los problemas no desaparecen, sólo se solapan".
"Nunca podrás eludir un grave problema creando uno más pequeño".
"En el mejor de los casos,el pequeño se unirá al grande para crearte uno aún mayor".






More information about the bind-users mailing list