firstName.myName.com. IN CNAME myName.com.

Michael michaeln at twentyten.org
Sat Oct 21 22:29:17 UTC 2000


My guess is that you're talking about a website.  In the future, you might 
want to consider using real domains so that we can verify what's going on, 
but it looks like the issue is not DNS at all.  The issue here is that your 
httpd.conf is not setup to recognize firstname.myname.com as a virtual host.  
You need to add this as a virtual host to the Apache configuration (or 
whatever web server you're using) for this to resolve correctly.

<VirtualHost myname.com>
ServerAlias firstname.myname.com
..
..
..
</VirtualHost myname.com>

It does not seem that this question belongs on this list.  


Michael


On Saturday 21 October 2000 15:26, hsinan hsu wrote:
> I have a virtual hosting account on "fire.he.net"
> at Hurricane Electric hosting.
>
> For anonymonity, call my site  "myName.com".
>
> My goal is to make an alias for "myName.com", like
> "firstName.myName.com".
>
> At he.net, we can only have limited access to something
> called the ZONEFILE for myAcct.com.
>
> Mine looks like this:
> ----------------------------------------------
> ZONEFILE FOR myName.com
>
>
>                 IN MX   1       <server>
>                 IN A            <ip>
> www             IN CNAME        @
> ftp             IN CNAME        @
> mail            IN CNAME        @
> ----------------------------------------------
>
> I tried to add this line of code:
> --
> firstName.myName.com. IN CNAME myName.com.
> --
>
> But it does not work. Instead, it resolves to
> the "www.HE.net" web-site.
>
> I have the book DNS & Bind, but could not make
> it work.  I tried many things, but none work and
> always resolve to www.he.net instead of myName.com.
>
> With this limited access, is it possible to
> accomplish my goal, "firstName.myName.com" ??
>
>
>
> Hsinan



More information about the bind-users mailing list