DNS
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsSystem AdministrationDNS

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old September 11th, 2004, 06:28 PM
deros deros is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2004
Posts: 5 deros User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Name server & godaddy???

Kind of the same old story here but I still need help. I want to run 3 websites from 1 IP address.

under one of the registered names at GoDaddy.com I made the name server point to my IP address (ns1.whatever.com & ns2.whatever.com). Then I pointed the other two website names to those same name servers (ns1.whatever.com & ns2.whatever.com)

now on my server do I still need to set up bind or simply use name based virtual hosting to get the websites to pull up the right directory? Because I am having one heck of a time getting BIND to work, Now i'm wondering if it wont work cause I already setup ns1 & ns2 at godaddy???

Reply With Quote
  #2  
Old September 11th, 2004, 06:35 PM
SilentRage's Avatar
SilentRage SilentRage is offline
DNS/BIND Guru
Dev Shed Specialist (4000 - 4499 posts)
 
Join Date: Jun 2003
Location: OH, USA
Posts: 4,195 SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 5 Days 15 h 53 m 4 sec
Reputation Power: 77
erm. Well you said you created the hosts "ns1" and "ns2" and you assigned those domains as the name servers for all 3 domains. I can't verify if this is truly the case cause you haven't told me the domains. But the concept is good.

I don't know *how* your BIND dns server isn't working cause I can't query it to test it. It might even be firewall related problems, who knows.

So do me and yourself a favor and tell me what those domains are so that we can figure out what's wrong with them.
__________________
Send me a private message if you would like me to setup your DNS for you for a price of your choosing. This is the preferred method if your DNS needs to be fixed/setup fast and you don't have the time to bounce messages back and forth on a forum. Also, check out these links:

Whois Direct | DNS Crawler | NS Trace | Compare Free DNS Hosts

Reply With Quote
  #3  
Old September 11th, 2004, 06:55 PM
deros deros is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2004
Posts: 5 deros User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
oh yeah

well I guess that would help sorry.

The domains are:

askanarborist.com - currently just forwarded to the ip/directory with a mask on it for the name. (I would do this for all of them but I'm not sure how the search engines will like it)

clearersolutions.com

courtingyard.com

The name servers are setup under clearersolutions.com as
ns1.clearersolutions.com
24.21.246.128
ns2.clearersolutions.com
24.21.246.128

Bind wont even work anymore it keeps insisting on loading the name server as localhost. so I moved the websites over to my windows machine until I figure this out. I'm hoping to not even need Bind. Just apache and name based virtual hosts. but I'm fairly new to this setup and not sure how it will work out. and yes it is behind a firewall. with ports forwarded.

Reply With Quote
  #4  
Old September 11th, 2004, 10:39 PM
SilentRage's Avatar
SilentRage SilentRage is offline
DNS/BIND Guru
Dev Shed Specialist (4000 - 4499 posts)
 
Join Date: Jun 2003
Location: OH, USA
Posts: 4,195 SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 5 Days 15 h 53 m 4 sec
Reputation Power: 77
The only way you won't need BIND is if somebody else hosted the domain information. Godaddy does domain hosting for domains you've registered with them. And there are other free domain hosts as well.

Looks like you got the registration information right though, and it has taken effect.

Queries to IP 24.21.246.128 port 53 via UDP and TCP time out. This is probably a router or firewall related problem, but we'll first confirm that the server is even running.

If your dns server is a windows box execute the following DOS command and paste for me the results:

netstat -an | find ":53"

If your dns server is a linux box execute the following command and paste for me the results:

netstat -an | grep ':53'

Reply With Quote
  #5  
Old September 11th, 2004, 10:52 PM
deros deros is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2004
Posts: 5 deros User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
ok

Well I just scrapped the whole linux box and installed windows xp professional with apache, php, and mysql

I just downloaded Bind 9.2.3 executeables for windows and I'm attempting to configure it.

by the way nothing came up when using the netstat command you told me to use. Probably due to bind not being installed.

Reply With Quote
  #6  
Old September 11th, 2004, 11:14 PM
SilentRage's Avatar
SilentRage SilentRage is offline
DNS/BIND Guru
Dev Shed Specialist (4000 - 4499 posts)
 
Join Date: Jun 2003
Location: OH, USA
Posts: 4,195 SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 5 Days 15 h 53 m 4 sec
Reputation Power: 77
yes, if nothing came up, it means the server isn't running. You might want to follow the tutorial I wrote on how to setup BIND if you aren't using it already.

Reply With Quote
  #7  
Old September 11th, 2004, 11:42 PM
deros deros is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2004
Posts: 5 deros User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
ok

I'm working through it now, I'm just having a hard time figuring some things out. like since I set up ns1.clearersolutions.com at godaddy do I still need to put that in the setup on my server??

Reply With Quote
  #8  
Old September 11th, 2004, 11:48 PM
SilentRage's Avatar
SilentRage SilentRage is offline
DNS/BIND Guru
Dev Shed Specialist (4000 - 4499 posts)
 
Join Date: Jun 2003
Location: OH, USA
Posts: 4,195 SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 5 Days 15 h 53 m 4 sec
Reputation Power: 77
Well they need to be specified as your NS records in the zone file. I went over this in the tutorial.

Reply With Quote
  #9  
Old September 12th, 2004, 01:19 AM
deros deros is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2004
Posts: 5 deros User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
wow

I finally got it. I'm glad I switched over to the windows box, it's something I'm more familiar with. linux is fairly new to me besides the many 1 time installations I have done to see where mandrake and linux were at. anyways everything seems to be communicating to everything just fine now... thank you for all your help and patience. that tutorial really took it over the top. I just followed it step by step and it all worked out

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationDNS > Name server & godaddy???


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway
Stay green...Green IT