* Help Translate

 How to setup my own DNS-Server?


Patrick, 2010-02-08 13:21:18
How to run my own DNS name server?
Hi all, I'm a webmaster and wan't to run an own name server. What do I need to do?
mj, 2010-02-08 22:06:55
Setting up a DNS Server
If your Server runs Linux or Unix you can use the free DNS-Server Bind. You may install it from the repository. for Debian:
apt-get install bind9


You then need to edit the name servers configuration file. An easy way to let your name server resolve the New-Nations domains is to set it as a slave-server for the domains:
                          
zone "ti" {
	type slave;
	file "cache.db.ti";
	masters { 178.254.31.11; 77.67.33.81; };
};

zone "te" {
        type slave;
        file "cache.db.te";
	masters { 178.254.31.11; 77.67.33.81; };
};

zone "uu" {
        type slave;
        file "cache.db.uu";
	masters { 178.254.31.11; 77.67.33.81; };
};

zone "ku" {
        type slave;
        file "cache.db.ku";
	masters { 178.254.31.11; 77.67.33.81; };
};
allhen, 2012-05-26 20:51:38
Will work emails sent from hotmail?
And how configure in virtualmin?
dubious, 2013-08-07 04:05:47
how to configure in unbound dns server?
how can i copy paste this to unbound.config?
New Message
        Cancel
Security Code Captcha Image