Please, if you can help..

Mark R. Nathan bind at nathan.net
Fri Nov 17 09:19:42 UTC 2000


(I Apologize for sending this twice but I am guessing the lack of 
response is based on my error to explain the problem correctly.  If 
you could correct this error and help me understand what I have done 
incorrectly I would be very greatful)

----
Thanks for reading.

I am having trouble redirecting virtual domains that do not start 
with www to another host location.

miraboo.com DNS is on my BSD server locally (dns1.miramat.com) but I 
have it redirecting to CNAME www.miraboomusic.com.  This 
configuration works fine but when I type in http://miraboo.com it 
redirects to http://www.miramat.com which is a website that is hosted 
on the DNS host. I have tested several changes and nothing is working.

Would someone please look at my zone data below and kick my brain in a little?

MASTER ZONE:

$TTL 86400
miramat.com.            IN SOA   dns1.miramat.com.  root.nathan.net.  (
                         20001108        ; Serial
                         10800           ; Refresh
                         3600            ; Retry
                         604800          ; Expire
                         86400  )        ; Minimum

miramat.com.            IN  NS          dns1.miramat.com.
@                       IN  NS          NS2.CENTRALINFO.NET.
dns1.miramat.com.       IN  A           209.204.28.46
                         IN  MX  10      mailhost.miramat.com.
localhost               IN  A           127.0.0.1
miramat.com.            IN  A           209.204.28.46
mailhost.miramat.com.   IN  A           209.204.28.46
ftp.miramat.com.        IN  A           209.204.28.46
www.miramat.com.        IN  A           209.204.28.46
shell                   IN  A           209.204.28.46


Zone miraboo.com:

$TTL 86400
miraboo.com.            IN  SOA miraboo.com.  root.nathan.net. (
                         20000511        ; Serial
                         10800           ; Refresh
                         3600            ; Retry
                         604800          ; Expire
                         86400  )        ; Minimum

miraboo.com.            IN  NS          dns1.miramat.com.
@                       IN  NS          NS2.CENTRALINFO.NET.
                         IN  A           209.204.28.46
miraboo.com.            IN  MX  10      mailhost.miramat.com.
localhost               IN  A           127.0.0.1
miraboo.com.            IN  CNAME       www.miraboomusic.com.
www.miraboo.com.        IN  CNAME       www.miraboomusic.com.
-- 



=======================================================================
-----------------------------------------------------------------------
    Mark R. Nathan                        http://www.miraboomusic.com
    Miraboo Group                   mailto:president at miraboomusic.com
    President                                  mailto:mark at nathan.net



More information about the bind-users mailing list