Search : in
By :

DNS SERVER NOT WORKING!!

Last answer on Aug 18, 2008 6:59:47 pm BST DV6500, on Aug 18, 2008 2:31:45 am BST 
 Report this message to moderators

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

Configuration: Windows Vista
Internet Explorer 7.0

Best answers for « DNS SERVER NOT WORKING!! » in :
Primary DNS and Secondary DNS ShowPrimary DNS and Secondary DNS The DNS service enables you to type names like en.kioskea.net instead of writing the IP address of your machine whenever you connect to the computer. To achieve this configuration, special servers are...
Installing an easy HTTP proxy-cache (polipo) ShowInstalling an easy HTTP proxy-cache (polipo) Intro Quick Installation Allowing hosts on the LAN to connect Changing the port Use a proxy server parent Using an alternative DNS server Disabling IPv6 More info Intro Installing an...
World of Warcraft private servers ShowWorld of Warcraft private servers Official Text Print: http://www.wow-europe.com/en/legal/eula.html 5. End user agreements B. You agree that under no circumstances, host, provide or develop matchmaking services for the Game or...
Download TFTP server ShowIt is the only free DHCP server under Windows and is useful to configure automatically the IP address of your local area network. Moreover, it is a TFTP client, TFTP, SNTP and SYSLOG client. Its size is only 192 Kb.
Free - Internet service providers ShowIncoming mail server POP Server: pop.free.fr IMAP Server: imap.free.fr Outgoing mail server SMTP Server: smtp.free.fr Domain name servers Free Primary DNS: 212.27.32.5 Secondary DNS: 212.27.32.6 Free High Speed Primary DNS:...
Alice - Internet service providers ShowIncoming mail server POP Server: pop.aliceadsl.fr IMAP Server: imap.aliceadsl.fr Outgoing mail server SMTP Server: smtp.aliceadsl.fr Domain name servers Primary DNS: 212.216.212.112 Secondary DNS: 212.216.172.62
Intranet - Installing a DNS ShowPackages needed for installation A DNS (domain name server) is a server that links names to the IP addresses of computers on a network. In order to set up such a server, it is necessary to install bind and named. They can be downloaded as RPM files...

1

qwerty.5665, on Aug 18, 2008 2:14:55 pm BST

Hi buddy just go to the following link you will get propably what you wanted :

www.networktips.org

Reply to qwerty.5665

2

 DV6500, on Aug 18, 2008 6:59:47 pm BST
  • +6

Lol sry to yell but i've been told to go there three times... THAT LINK DOESNT WORK!

Reply to DV6500