How to setup multiple TLDs to one base-domain?

Matthew Pounsett matt at conundrum.com
Tue Feb 26 20:29:22 UTC 2008


On 26-Feb-2008, at 14:15 , Joshua Smith wrote:

> Michelle,
> Depending on exactly what you are trying to achieve you may be able to
> use a DNAME record.

Also, depending on how you structure the contents of your zone file,  
you may be able to do something like this:

zone "michelles-domain.net" in {
   type master;
   file "michelles-domain";
};
zone "michelles-domain.fr" in {
   type master;
   file "michelles-domain";
};

If you're careful about making references to an FQDN on the right hand  
side of any record in the file 'michelles-domain' then that will work  
fine.

Matt



>
>
> Thank you,
> Joshua Smith
>
>
> On Tue, Feb 26, 2008 at 3:50 AM, Michelle Konzack
> <linux4michelle at freenet.de> wrote:
>> Hello,
>> if I have a registered domain like
>>
>>        michelles-domain.net
>>
>> and setup a whole network with 14 subdomains and over 600 hosts
>> (I have several Class C nets), how can I add other TLD's like:
>>
>>    .com    .org    .de     .fr     .ma     .ir     .tr
>>
>> Must I create whole zones for each TLD?  (e.g. copy the files to
>> a new name ad use 'sed' to change the .net to the other TLDs?)
>>
>> They will be only aliases to the .net Domain since the SLD stay
>> the same international.
>>
>> Thanks, Greetings and nice Day
>>    Michelle Konzack
>>    Systemadministrator
>>    Tamay Dogan Network
>>    Debian GNU/Linux Consultant
>>
>>
>> --
>> Linux-User #280138 with the Linux Counter, http://counter.li.org/
>> ##################### Debian GNU/Linux Consultant  
>> #####################
>> Michelle Konzack   Apt. 917                  ICQ #328449886
>> +49/177/9351947    50, rue de Soultz         MSN LinuxMichi
>> +33/6/61925193     67100 Strasbourg/France   IRC #Debian  
>> (irc.icq.com)
>>
>>
>>





More information about the bind-users mailing list