DNS SERVER NOT WORKING!!

Closed
DV6500 Posts 20 Registration date Monday August 11, 2008 Status Member Last seen September 4, 2008 - Aug 17, 2008 at 09:31 PM
DV6500 Posts 20 Registration date Monday August 11, 2008 Status Member Last seen September 4, 2008 - Aug 18, 2008 at 01:59 PM
Hello, I am new to DNS servers. I have been working on this for about two weeks now so if i seem frustrated please understand. =) All I wish to accomplish is being able to type in http://www.dv6500321123.com into an internet browser and have it pull up my webserver. I downloaded BIND9 and installed it. I have my C:\DNS\bin folder with all the BIND9 files and my C:\DNS\etc folder with db.dv6500321123.com.txt and named.conf. Here is the text of the two files:

<b>db.dv6500321123.com.txt</b>
$TTL 6h
@ IN SOA ns1.dv6500321123.com. host.dv6500321123.com. (
2008081701
10800
3600
604800
86400 )

@ NS ns1.dv6500321123.com.


ns1 IN A 24.58.146.242
www A 24.58.146.242

<b>named.conf</b>
options {
directory "c:\DNS\etc";
allow-transfer { none; };
recursion no;
};


zone "dv6500321123.com" IN {
type master;
file "db.dv6500321123.com.txt";
allow-transfer { none; };
};

I am behind a router but I have the DMZ set to my web server and name server, which are the same server. If someone could please tell me what i am doing wrong and how to corret it. Also if you could provide me with a folder of working DNS zones and configuration files i would be greatful =)

Thank You,
DV6500
Related:

2 responses

DV6500 Posts 20 Registration date Monday August 11, 2008 Status Member Last seen September 4, 2008 11
Aug 18, 2008 at 01:59 PM
lol sry to yell but i've been told to go there three times... THAT LINK DOESNT WORK!
7
qwerty.5665 Posts 14 Registration date Sunday August 17, 2008 Status Member Last seen March 20, 2009 5
Aug 18, 2008 at 09:14 AM
hi buddy just go to the following link you will get propably what you wanted :

www.networktips.org
-3