NCSG-DISCUSS Archives

NCSG-Discuss

NCSG-DISCUSS@LISTSERV.SYR.EDU

Options: Use Forum View

Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Marc Perkel <[log in to unmask]>
Reply To:
Marc Perkel <[log in to unmask]>
Date:
Thu, 18 Mar 2010 13:29:05 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (50 lines)
Fouad Bajwa wrote:
> Can we have a page generated on Wikipedia.org to help others about
> this process with the technical commands and certain explanations to
> educate?
>
> Best
>
> Fouad
>   

Actually Wikipedia doesn't like how-to articles. But here's how it's done:

in named.conf:

zone "reality" IN {
        type master;
        file "reality.zone";
};

reality.zone

$TTL    36000
@       IN      SOA     ns.reality-dns.com.     dns.reality-dns.com. (
                2010010600 ; serial
                8H ; refresh
                1H ; retry
                2w ; expire
                1D ; minimum
                )

@       MX      10      mx.junkemailfilter.com.
@       MX      20      mx.junkemailfilter.net.
@       MX      30      mx.junkemailfilter.org.

@       IN      NS      ns.reality-dns.com.
@       IN      NS      ns.reality-dns.net.
@       IN      NS      ns.reality-dns.org.

mail            IN      CNAME   mail.ctyme.com.
mailman         IN      CNAME   mailman.ctyme.com.
ssh             IN      A       65.49.42.101
ftp             IN      A       65.49.42.101
www             IN      A       65.49.42.100
*               IN      CNAME   @

@               IN      A       65.49.42.100

So - if the root servers referred .reality to my servers then it would 
be fully operational.

ATOM RSS1 RSS2