Re: question about CNAME

2009-03-13 Thread Scott Haneda
Ok, now please show us your dig command, and the output you are using to test. On Mar 12, 2009, at 8:19 PM, tzq tang wrote: 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 SERVE

RE: question about CNAME

2009-03-12 Thread Ben Bridges
? From: bind-users-boun...@lists.isc.org on behalf of tzq tang Sent: Thu 3/12/2009 10:19 PM To: Scott Haneda Cc: bind-users@lists.isc.org Subject: Re: question about CNAME thanks for your response.I do this test between two intranet machine and each of them has a

Re: question about CNAME

2009-03-12 Thread tzq tang
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: ZONE 1: $ORIGIN . $TTL 86400 ; 1 day test.comIN SOA test.com. www.test.co

Re: question about CNAME

2009-03-12 Thread Sten Carlsen
Stephane Bortzmeyer wrote: > On Thu, Mar 12, 2009 at 12:32:35PM +0800, > tzq tang wrote > a message of 132 lines which said: > > >>> I think I should explain the question more clearly, >>> > > You need first to learn about email. The "superior to" sign > is here > to *quote* what yo

Re: question about CNAME

2009-03-12 Thread Stephane Bortzmeyer
On Thu, Mar 12, 2009 at 12:32:35PM +0800, tzq tang wrote a message of 132 lines which said: > > I think I should explain the question more clearly, You need first to learn about email. The "superior to" sign > is here to *quote* what you respond to. Do not use it for your own text or it will

Re: question about CNAME

2009-03-11 Thread tzq tang
On Thu, Mar 12, 2009 at 10:28 AM, tzq tang wrote: > 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 > to add an A record as follows (zone.com): > email.xx A 12.2.23.4 > and in another D

Re: question about CNAME

2009-03-11 Thread Scott Haneda
How about you show us your current zone, and explain what you are tying to accomplish. Currently, what you are asking is not making a lot of sense. On Mar 11, 2009, at 12:46 AM, tzqian wrote: Hi , How can I config a zone to respose a CNAME record? Such as Email cname email.xx.xxx.com The

Re: question about CNAME

2009-03-11 Thread Stephane Bortzmeyer
On Wed, Mar 11, 2009 at 03:46:14PM +0800, tzqian wrote a message of 148 lines which said: > How can I config a zone to respose a CNAME record? > > Such as > > Email cname email.xx.xxx.com Your message is very difficult to understand but you are close. Just do not forget the dot at the end

Re: question about CNAME

2009-03-11 Thread Serge Fonville
> > How can I config a zone to respose a CNAME record? > > Email cname email.xx.xxx.com > assuming you mean adding a CNAME record to a zone. add a line that contains to the end of the zone file email CNAME email.xx.xxx.com Hope this helps Regards, Serge Fonville _

question about CNAME

2009-03-11 Thread tzqian
Hi , How can I config a zone to respose a CNAME record? Such as Email cname email.xx.xxx.com The zone of cname email.xx.xxx.com should be config for it,but how to do it ,I add an A record to email.xx.xxx.com ,but it dosen't work. Thank you.