CNAME or A record in DNS Zone?

Posted by olddocks, 01-14-2008, 08:14 AM
i have just created a dns ZONE for my domain, but i dont know what to use for ftp service. i looked up in cpanel dns zone records for the domain i created and it looks like this... i am confused what to use CNAME or A record for an FTP entry what is the difference? what if i change to confused Also, how many A records i can place in zone file? Thanks

Posted by ub3r, 01-14-2008, 08:22 AM
cname is an alias, if you set ftp in cname domain.com. then it'll require 2 dns queries, one to get ftp.domain.com's record, and another to get domain.com's record. If you just make it an A record, only one query to get the record for ftp.domain.com will be required. you can put as many A records as you cant in a zone file.

Posted by foobic, 01-14-2008, 09:13 AM
Only if the CNAME points to a different domain, not served by the same nameservers. If the same nameservers are authoritative for both, as is probably the case here, they'll most likely return both results for a single query - the CNAME and the A it points to. (In short, it doesn't matter which you use). Or even more!

Posted by david510, 01-14-2008, 10:26 PM
Cname and A record do the same purpose. It helps to point to a IP address. If you need to point one.domain1.com to domain2.com and dont know the IP address of domain2.com, just add CNAME for "one" to domain2.com inside the zone of domain1.com.

هل استفدت من هذا الجواب؟

 أطبع هذا المقال

اقرأ أيضا

Script help with CSF - how to temporarily unblock IPs

Posted by sharmaine1111, 04-22-2009, 11:12 PMHello I'm trying to create a script or WHM plugin...

3-line PHP chat

Posted by Looie, 01-15-2008, 03:28 PMJust an idea I had http://www.ehwtf.com/stuffz/chat...

How to post vars to an external gateway?

Posted by cnapsys, 09-21-2008, 10:05 PMHi guys, I need to send some variables to an external...

Question on array sorting in php

Posted by computerwiz3491, 01-17-2008, 05:10 PMI have the following array that I printed using...

Need to Delete a Cronjob via SSH

Posted by epic1231, 03-23-2007, 11:12 AMI have a cronjob that is still entered in my server, but...