Finally, it’s done! Up, working, and propagated, AT LAST, no more modifications, time to implement it to grow!

Okay, so after I’ve been fighting for a while with this zone to work, I noticed what the error was, and it was stupid.

For each ns1 zone I had at my name server, I had an equivalent IN NS ns1 (change the number for the number of DNS servers), making it recursive as crap.

It took me a while… but I finally nailed it!, my neurons made synapsis, and ITS WORKING. Such a silly error…

Removed those extra ns1/2/3/4…            IN             NS             ns1/2/3/4 and its just working.

As through I navigated through the pages, I didn’t find a straight out answer, here it’s my solution, and FINALLY working.

Enjoy, and post any questions you may have, I’m making my zone public.

$ORIGIN .
$TTL 30 ; 30 seconds
takelan.com     IN SOA  ns1.takelan.com. admin.takelan.com. (
                2013093010 ; serial
                1200       ; refresh (20 minutes)
                120        ; retry (2 minutes)
                604800     ; expire (1 week)
                300        ; minimum (5 minutes)
                )
            NS  ns1.takelan.com.
            NS  ns2.takelan.com.
            NS  ns3.takelan.com.
            NS  ns4.takelan.com.
            NS  ns5.takelan.com.
            A   206.72.202.59
            MX  5 mail.takelan.com.
            TXT "v=spf1 +a +mx +ip4:206.72.202.59?all"
$ORIGIN takelan.com.
cdn         NS  ns1.cdn
$ORIGIN cdn.takelan.com.
ns1         NS  ns1
            A   206.72.202.59
ns2         NS  ns2.
            A   199.231.186.220
$ORIGIN takelan.com.
ftp         A   206.72.202.59
lax01           NS  ns1.lax01
            NS  ns2.lax01
            A   173.214.160.220
$ORIGIN lax01.takelan.com.
ns1         NS  ns1
            A   173.214.160.220
ns2         NS  ns2
            A   173.214.160.248
$ORIGIN takelan.com.
localhost       A   206.72.202.59
m           A   206.72.202.59
mail            A   206.72.202.59
mvd01           NS  ns1.mvd01
            NS  ns2.mvd01
            NS  ns3.mvd01
$ORIGIN mvd01.takelan.com.
ns1         NS  ns1
            A   206.72.202.59
ns2         NS  ns2
            A   199.231.186.220
ns3         NS  ns3
            A   173.214.160.248
$ORIGIN takelan.com.
natipns1        TXT "199.231.186.220"
ns1         A   206.72.202.59
ns2         A   173.214.160.220
ns3         A   174.37.196.55
ns4         A   199.231.186.220
ns5         A   173.214.160.248
sec01           NS  ns1.sec01
            NS  ns2.sec01
$ORIGIN sec01.takelan.com.
ns1         NS  ns1
            A   206.72.202.59
ns2         NS  ns2
            A   199.231.186.220
$ORIGIN takelan.com.
sec02           NS  ns1.sec02
            NS  ns2.sec02
$ORIGIN sec02.takelan.com.
ns1         NS  ns1.
            A   173.214.165.115
ns2         NS  ns2.
            A   173.214.165.116
$ORIGIN takelan.com.
webmail         A   206.72.202.59
www         A   206.72.202.59
ddemuro
administrator

Sr. Software Engineer with over 10 years of experience. Hobbist photographer and mechanic. Tinkering soul in an endeavor to better understand this world. Love traveling, drinking coffee, and investments.

You may also like

Libvirt Debian sample

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.