PDA

View Full Version : Urgent Help in NEED with DNS installation and Configuration!


FirFYPJ
6th March 2009, 11:07
Hi Everyone.. This is my first time writing in to any Forum!

I am now doing my school individual project. My project scope is to create a DNS server. A primary and a secondary(backup) server. I am using Debian to do it. The problem is that it seems that i cant install and manage to do it.

I've already tried to do research online and i follow uncountable examples.
apt-get install bind9 etc bla bla bla.... but it seem that i've not yet get the hang of it. i could not even install it properly. i know i seem stupid cause its my first time doing it, so pardon me.

i really need help. as my due date is approaching. So if anyone can help me with DETAILED / STEP by STEP on how to install DNS server and the individual configuration of Primary and a Secondary server plus how to test if my DNS is working properly, i would really appreciate the help!


thank you! ,
FirFYPJ

chipsafts
6th March 2009, 19:33
Hello,
first , you need to tell us:
* which version of Debian are you using
* what messages are you getting from apt-get install bind9

falko
7th March 2009, 15:52
and the individual configuration of Primary and a Secondary server plus how to test if my DNS is working properly, i would really appreciate the help!


Take a look here: http://www.howtoforge.com/traditional_dns_howto
To test your zones, you can use dig (see man dig) or www.intodns.com

FirFYPJ
9th March 2009, 05:51
I am currently working on Debian 3.1 , the thing is i manage to install the apt-get. but now i just need the next step onwards. for both primary and secondary server. i really need it to be in step by step as i am far too slow and very new to this.

Thank YOu!!!

matey
9th March 2009, 16:27
To test your zones, you can use dig (see man dig) or www.intodns.com

Falko;
Where do I get dig from? I installed bind9 thinking it was part of the package although I did not need it but still dig returns a 'bad command or file name' error?!
I am on Ubuntu server.
Thanks.

falko
9th March 2009, 19:29
I think it's in the dnsutils package.

matey
9th March 2009, 19:37
Thanks, cool! I'll try that!