A problem with a domain name

Pete Ehlke pde at ehlke.net
Wed Nov 6 16:12:43 UTC 2002


On Wed, Nov 06, 2002 at 04:57:48PM +0100, Luis Abenza S?nchez wrote:
> Hi all, I have a working bind dns server, but i have a problem with a domain, that is not working. All the order domains are working well, i think it is because the "-". The domain is audioe-motion.com. Any idea?
> 
> Thanks all
> 
> 
> This is the zone file:
> 
> $ttl 38400
> audioe-motion.com.      IN      SOA     dns.confialia.com. luis.confialia.com. (
>                         1035476509
>                         10800
>                         3600
>                         604800
>                         38400 )
> 
>                         IN      NS      dns.confialia..com.
>                         IN      NS      dns1.confialia.com.
>                         IN      MX      10 mail.audioe-motion.com.
> 
> audioe-motion.com.              IN      A       213.172.59.101
> www.audioe-motion.com.          IN      A       213.172.59.101
> mail.audioe-motion.com.         IN      A       213.172.59.102
> admin.audioe-motion.com.        IN      A       213.172.59.102
> 
Depends on what you mean by 'not working'. If you mean 'people on the
internet at large can't resolve names in this zone', that's because you
need to change your listed name servers with your registrar:

bastet[~]$ dig +short audioe-motion.com ns @f.gtld-servers.net
NS1.DIRECTNIC.com.
NS0.DIRECTNIC.com.
bastet[~]$

Nobody's going to ask your name servers about this zone.

In addition, you've got a double . in your first NS record. That's going
to break things a little...

-Pete


More information about the bind-users mailing list