forwarding errors ..

Mark R. Nathan bind at nathan.net
Sat Jul 1 01:01:18 UTC 2000


I have added the Zone MIRABOO.COM.  I am trying to forward 
miraboo.com to miraboomusic.com whenever a www request is made.  Here 
is how files look like before I add a CNAME or A to the db.miraboo:

-- snippet -- [named.conf]

zone "nathan.net" {
         type master;
         file "db.dns1";
};

-- snippet -- [cutout reverse lookup and local db info for 
description of problem]

# Additional Domains below

zone "miraboo.com" {
         type master;
         file "db.miraboo";
};

-- snippet -- [db.miraboo]

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

                         IN  NS          dns1.nathan.net.
                         IN  A           209.204.28.46
                         IN  MX  10      mailhost.nathan.net.
localhost               IN  A           127.0.0.1
miraboo.com.            IN  A           209.204.28.46

------------------------

Setting up this way always gives me BIND errors:

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

                         IN  NS          dns1.nathan.net.
                         IN  A           209.204.28.46
                         IN  MX  10      mailhost.nathan.net.
localhost               IN  A           127.0.0.1
miraboo.com.            IN  A           209.204.28.46
www			IN  A		www.miraboomusic.com.

or

www.miraboo.com		CNAME  A	www.miraboomusic.com.


What am I missing and doing incorrectly?

Thank you!

Mark Nathan



-- 



=======================================================================
-----------------------------------------------------------------------
    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