[Ilugc] Alias
Shrinivasan T
tshrinivasan at gmail.com
Wed May 6 11:37:51 IST 2009
Hi,
2009/5/6 Rajesh Kumar <ras.kumar01 at 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
More information about the ilugc
mailing list