Domain Name Yahoo

Easy Help Troubleshoot Your Linux Box



  

Solve your problem here.

Yes, many Linux administrators are having problems. Browse your problem here, ask what to do and how to solve your problems. We are here for you.. DomainNameYahoo.info


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