On Thu, 17 Aug 2000, Fernando Rowies wrote:

> I'm running bind in a linux box isolated from Internet
> and have configured dns to test purposes.
> 
> This is my db.mydom.com.ar configuration:
> 
> @    IN  SOA   host1.mydom.com.ar.  root.host1.mydom.com.ar. (
>                   2000082001      ; serial
>                   10800           ; refresh after 3 hours
>                   3600            ; retry after 1 hour
>                   604800          ; expire after 1 week
>                   86400 )         ; minimum TTL of 1 day
> ;
> ; Name Servers
> ;
>      IN  NS    host1.mydom.com.ar.
> ;
> ; Addresses for the canonical names
> ;
> localhost      IN  A     127.0.0.1
> host1          IN  A     192.168.1.1
> ;
> ; Aliases
> ;
> ftp            IN  CNAME host1
> 
> 
> I can nslookup or ping to ftp.mydom.com.ar without error.
> 
> But if I insert an alias line like:
> 
> www.clie1.com. IN  CNAME host1
> 
> no ping and no nslookup.
> 
> What's wrong? I need another SOA record in this file?
> 
> TIA
> 
> Fernando Rowies
> 
> 

I'm no DNS guru myself, but it seems to me that you're trying to enter a
canonical record for a domain within the database file for a completely
domain name.  I mean, this file that you pasted here corresponds to the
mydom.com.ar domain, but the record you're trying to add belongs to the
clie1.com domain.  

Just an idea.  I mean, shouldn't you create a canonical record along the
lines of:

www          IN  A     192.168.1.1


------------------------------
Nitebirdz
http://www.linuxnovice.org
Tips, articles, news, links...



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to