LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   How can i entry a cname? (https://www.linuxquestions.org/questions/linux-server-73/how-can-i-entry-a-cname-767010/)

epamuk 11-05-2009 04:06 AM

How can i entry a cname?
 
Hi,

We have a Fedora linux dns server. And we are creating dom files as mirzek_biz.dom file for web sites. I want to entry a cname record for mirzek.biz web site.

How can i entry a cname record?

bathory 11-05-2009 04:58 AM

Hi,

You are not giving much details about what host you want to assign a CNAME.
Anyway in the zone file of the domain in question to add a CNAME let's say for www to be also www1, you can use either on of the following:
Code:

www1 IN CNAME www.mirzek_biz.dom.
www1 IN CNAME www

Regards

epamuk 11-05-2009 09:07 AM

1 Attachment(s)
Hi,

We want to validate a domain. Then We try this steps that it is eclosed documents but We are getting cname error. I think this problem at step 5.

I didnt understand. What we must i for validate to this domain?

bathory 11-05-2009 12:04 PM

If I can understand well the instructions on the attachment, you have to create the following CNAME:
Code:

1955b1ad-cec0-4115-8041-ad91fd2d5a34 IN CNAME admin.messaging.microsoft.com.
Don't forget to increase the serial and restart bind.

epamuk 11-06-2009 02:23 AM

Quote:

Originally Posted by bathory (Post 3745940)
If I can understand well the instructions on the attachment, you have to create the following CNAME:
Code:

1955b1ad-cec0-4115-8041-ad91fd2d5a34 IN CNAME admin.messaging.microsoft.com.
Don't forget to increase the serial and restart bind.

You are a very good expert. Thank you very much.


All times are GMT -5. The time now is 01:43 PM.