<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML dir=ltr><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=unicode">
<META content="MSHTML 6.00.2900.3429" name=GENERATOR></HEAD>
<BODY>
<DIV id=idOWAReplyText16433 dir=ltr>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2>What is not working?  
Are you not getting the CNAME record for email.test.com?  Are you not 
getting the A record for email.tzqian.com?  Are both zones on the same 
dns server, or is each zone on a separate server?  Which server are you 
querying, and from what device are you issuing the query?</FONT></DIV>
<DIV dir=ltr><BR> </DIV>
<DIV dir=ltr>
<HR tabIndex=-1>
</DIV>
<DIV dir=ltr><FONT face=Tahoma size=2><B>From:</B> 
bind-users-bounces@lists.isc.org on behalf of tzq tang<BR><B>Sent:</B> Thu 
3/12/2009 10:19 PM<BR><B>To:</B> Scott Haneda<BR><B>Cc:</B> 
bind-users@lists.isc.org<BR><B>Subject:</B> Re: question about 
CNAME<BR></FONT><BR></DIV></DIV>
<DIV>thanks for your response.I do this test between two intranet machine and 
each of them has a local IP.10.0.0.13,additionally the both domain are in the 
same DNS SERVER 10.0.0.13 ,the zone file as follows:<BR>ZONE 1:<BR>$ORIGIN 
.<BR>$TTL 86400      ; 1 day<BR><A 
href="http://test.com">test.com</A>                
IN SOA  <A href="http://test.com">test.com</A>. <A 
href="http://www.test.com">www.test.com</A>. 
(<BR>                                
19970229 ; 
serial<BR>                                
10         ; refresh (10 
seconds)<BR>                                
10         ; retry (10 
seconds)<BR>                                
30         ; expire (30 
seconds)<BR>                                
30         ; minimum (30 
seconds)<BR>                                
)<BR>                        
NS      
localhost.<BR>                        
A       10.0.0.13<BR>$ORIGIN <A 
href="http://test.com">test.com</A>.<BR>1                       
PTR     
localhost.<BR>email           
CNAME  <A href="http://email.tzqian.com">email.tzqian.com</A>.<BR><BR>ZONE 
2:<BR><BR>$ORIGIN .<BR>$TTL 86400      ; 1 day<BR><A 
href="http://tzqian.com">tzqian.com</A>              
IN SOA  <A href="http://tzqian.com">tzqian.com</A>. <A 
href="http://support.tzqian.com">support.tzqian.com</A>. 
(<BR>                                
1997022706 ; 
serial<BR>                                
10         ; refresh (10 
seconds)<BR>                                
10         ; retry (10 
seconds)<BR>                                
30         ; expire (30 
seconds)<BR>                                
30         ; minimum (30 
seconds)<BR>                                
)<BR>                        
NS      
localhost.<BR>                        
A       10.0.0.13<BR>$ORIGIN <A 
href="http://tzqian.com">tzqian.com</A>.<BR>1                       
PTR     
localhost.<BR>email                   
A       10.0.0.1<BR><BR><BR>
<DIV class=gmail_quote>On Thu, Mar 12, 2009 at 7:55 PM, Scott Haneda <SPAN 
dir=ltr><<A 
href="mailto:talklists@newgeo.com">talklists@newgeo.com</A>></SPAN> 
wrote:<BR>
<BLOCKQUOTE class=gmail_quote 
style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">Can 
  you just post your zone file, copy and paste, and do not change any data in 
  it, use real IP's.  Or at least obfuscate them in a way that makes sense 
  to the rest of us.  There really is not a lot of sense in obfuscating a 
  public data store anyway.<BR><BR>Here is an example:<BR><BR>Server 
  #1<BR>email.server    IN      A     
   192.168.1.100<BR><BR>Server #2<BR>email         
    IN      CNAME  <A 
  href="http://email.server.yourzone.com" 
  target=_blank>email.server.yourzone.com</A>.<BR><BR>I am still not sure I 
  understand your issues, you need to show us both zones, and tell us each zones 
  host name. 
  <DIV class=im><BR><BR>On Mar 11, 2009, at 7:28 PM, tzq tang wrote:<BR><BR>
  <BLOCKQUOTE class=gmail_quote 
  style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">I 
    think I should explain the question more clearly,I am wondering how cname 
    reflect the address,so I do a test in my server<BR>to add an A record as 
    follows (<A href="http://zone.com" target=_blank>zone.com</A>):<BR>email.xx 
     A       12.2.23.4<BR>and in another DNS server I add an 
    CNAME record as follows:<BR>email          CNAME 
         <A href="http://email.xx.zone.com" 
    target=_blank>email.xx.zone.com</A>.<BR>but it dosen't work.who can tell me 
    why ?<BR></BLOCKQUOTE><BR></DIV>
  <DIV>
  <DIV></DIV>
  <DIV class=h5>--<BR>Scott * If you contact me off list replace talklists@ with 
  scott@ *<BR><BR></DIV></DIV></BLOCKQUOTE></DIV><BR></DIV></BODY></HTML>