Domain aliases with bind 8

Barry Margolin barmar at genuity.net
Wed Jan 23 19:18:13 UTC 2002


In article <a2mnna$nsr at pub3.rc.vix.com>,
 <g.casanoNOSPAM at logosengineering.com> wrote:
>Hi all,
>
>I am a unexperienced dns administrator; the software I usually manage 
>is bind 9.x.
>Do anybody know how can I set up bind configuration files in order to redirect
> connections for two different domain (i.e. xxx.yy and xxx.zz)
> to another (xxx.ww)?
>
>Thanks in advance,

There's a DNAME record that can be used to alias an entire domain, but I
don't think it's widely supported yet.

You can alias individual names within the domains to names in the other
domain, e.g.

www.xxx.yy. IN CNAME www.xxx.ww.

If you want to alias the domain name itself, you'll have to use an A
record:

xxx.yy. IN A <address of xxx.ww>

-- 
Barry Margolin, barmar at genuity.net
Genuity, Woburn, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.


More information about the bind-users mailing list