Domain Name Yahoo

Easy Help Troubleshoot Your Linux Box



  

Create DNS Server Using Mandriva Linux

Step-By-Step to Install DNS Server using Mandriva Linux.
# urpmi bind
# vi /etc/named.conf
add the following sections

zone “mydomain.org” IN {
type master ;
file “db.mydomain.org”;
};
zone “1.168.192.in-addr.arpa” IN {
type master ;
file “db.192.168.1″;
};

March 4th, 2008 Posted by admin | Domain | no comments