Hi,

2009/5/6 Rajesh Kumar <ras.kuma...@gmail.com>:
> Dear ilugc
>
>     I have been using the ubuntu server.I had installed bind server. I do
> not know how do set the ALIAS to my domain name. which one zone file I set
> the ALIAS name.
>



From,
http://www.tech-recipes.com/rx/311/dnsbind-resource-record-cname-canonical-names-host-aliases/


Given the following address record:

chef.tech-recipes.com. IN A 192.168.5.100

To add host aliases ftp and www pointing to chef, use the following
resource records:

ftp.tech-recipes.com. IN CNAME chef.tech-recipes.com.
www.tech-recipes.com. IN CNAME chef.tech-recipes.com.

Within the same domain name which is the same domain associated with
the zone file, these can be shortened to:

chef IN A 192.168.5.100
ftp IN CNAME chef
www IN CNAME chef


-- 
Regards,
T.Shrinivasan


My experiences with Linux are here
http://goinggnu.wordpress.com

For Free and Open Source Jobs
http://fossjobs.wordpress.com
_______________________________________________
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with
"unsubscribe <password> <address>"
in the subject or body of the message.
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to