BIND9, Domain Hosting, DNS PLEASE HELP

Closed
DV6500 Posts 20 Registration date Monday August 11, 2008 Status Member Last seen September 4, 2008 - Aug 12, 2008 at 01:11 AM
GiantLeap Posts 85 Registration date Saturday November 29, 2008 Status Member Last seen December 8, 2008 - Dec 3, 2008 at 03:06 PM
Hello,
I am trying to host my own domain name for my server. i installed bind and set it up. i think i have done this correctly. when i type in my desired domain name, since this was my first time i made a random name (dv6500321123.com), i get a page cannot be found error.

here are all my files:

bin - the folder that comes standard with BIND9

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


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

key "rndc-key" {
	algorithm hmac-md5;
	secret "fHPeMX9WObW3T9ViBfVD+g==";
};

controls {
	inet 127.0.0.1 port 953
		allow { 127.0.0.1; } keys { "rndc-key"; };
};


etc/rndc.conf:
# Start of rndc.conf
key "rndc-key" {
	algorithm hmac-md5;
	secret "fHPeMX9WObW3T9ViBfVD+g==";
};

options {
	default-key "rndc-key";
	default-server 127.0.0.1;
	default-port 953;
};
# End of rndc.conf

# Use with the following in named.conf, adjusting the allow list as needed:
# key "rndc-key" {
# 	algorithm hmac-md5;
# 	secret "fHPeMX9WObW3T9ViBfVD+g==";
# };
# 
# controls {
# 	inet 127.0.0.1 port 953
# 		allow { 127.0.0.1; } keys { "rndc-key"; };
# };
# End of named.conf


zones/db.dv6500321123.com.txt:
$TTL	86400 ; 24 hours could have been written as 24h or 1d
$ORIGIN dv6500321123.com.
@  1D  IN	 SOA ns1.dv6500321123.com.	hostmaster.dv6500321123.com. (
			      2008081201 ; serial
			      3H ; refresh
			      15 ; retry
			      1w ; expire
			      3h ; minimum
			     )
       IN  NS     ns1.dv6500321123.com. ; in the domain
       IN  NS     ns2.dv6500321123.com. ; external to domain
       IN  MX  10 mail.dv6500321123.com. ; external mail provider
; server host definitions
ns1    IN  A      24.58.147.96  ;name server definition     
www    IN  A      24.58.147.96  ;web server definition
ftp    IN  CNAME  www.dv6500321123.com.  ;ftp server definition
; non server domain hosts
bill   IN  A      24.58.147.96
fred   IN  A      24.58.147.96


please help me. all i want to do is be able to type dv6500321123.com into my internet browser and it brings me to my website on my server.

ps :: since im new to this im assuming because i went about this using BIND9 i dont have to buy a domain name?
Related:

5 responses

That address (www.networkingtips.org) is parked with GoDaddy. Don't waste your time going there.
0
1. Have bind doesnt make you no need to buy domain name.
2. that domain name only can browse from your LAN
3. from point 2. because your LAN using Your server's dns. If your LAN not use your DNS or they use ISP's DNS they will be not able to browse that domain, why ???
because the domain doesnt exist.

you still need to buy domain
0
GiantLeap Posts 85 Registration date Saturday November 29, 2008 Status Member Last seen December 8, 2008 45
Dec 3, 2008 at 03:06 PM
change any CName to your d09819821 stuff and use bind graphical advisor
0
mike178 Posts 10 Registration date Thursday April 24, 2008 Status Member Last seen April 5, 2009 1
Aug 12, 2008 at 08:50 AM
hi there,

here is a link where you will get all the information you need concerning networking

www.networkingtips.org

hope this will help you
-1

Didn't find the answer you are looking for?

Ask a question
DV6500 Posts 20 Registration date Monday August 11, 2008 Status Member Last seen September 4, 2008 11
Aug 31, 2008 at 09:46 PM
i kno i've been told to go there like three times, please tell me a better place :/
-1