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:
1200+ fellow developers rate and compare features of the top IDEs, like Visual Studio, Eclipse, RAD, Delphi and others, across 13 categories. Enjoy this FREE Download of the IDE User Satisfaction Study by Evans Data Corporation. Download Now!
  #1  
Old November 15th, 2003, 11:01 PM
jtnokia jtnokia is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2003
Posts: 2 jtnokia User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via AIM to jtnokia
Question DNS Config.

I am new to all this DNS stuff so here is what is going on. I am running windows 2003 enterprise edition. I have created Zone names for the various web sites I would like to host. I have made the name servers and everything that should be going on with the domain name. But the only thing I am having trouble with is the DNS settings on the Network contection.

Do I put the DNS settings my ISP gave me or the the referning IP address that my name servers are. When I place the dns setting that my ISP gave me the internet works but I can't access my web site. When I place the the address of my nameservers I can't access the internet at all.

So what am I doing wrong here. My ISP told me to read a book on networking and maybe I should refresh my Networking but am I missing anything?

Reply With Quote
  #2  
Old February 18th, 2004, 07:08 PM
shy749 shy749 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Posts: 15 shy749 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Maybe u can help me

I know u asking for help. But can u help me setup my DNS so i can host my website. I can setup up the DNS and stuff but so the hella i can get a nameserver named as NS1.Example.com or NS2.Example.com. Is that thru alias or sumthing else.

I might also help with ur problem. If u are running DNS server on ur PC then u must use the IP address that ur ISP gave you.

Thanks a lot

Reply With Quote
  #3  
Old March 1st, 2004, 07:43 AM
dan__wright dan__wright is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Posts: 16 dan__wright User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
DNS Server Setup

Im in the same situation,

i can do the stuff within windows but i just want to check something first.

i register a domain i want to use for MY nameservers, the with zoneedit make them point to my servers, so ns1.mydomain points to me.

then any domain i intend to host i put ns1 & ns2.mydomain as the name servers any everything should work?

Cheers
Dan

Reply With Quote
  #4  
Old March 1st, 2004, 08:25 AM
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,193 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 14 h 27 m 56 sec
Reputation Power: 77
I don't understand your question. If you're using your own servers then you don't need to be using zoneedit.
__________________
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
  #5  
Old March 1st, 2004, 01:35 PM
dan__wright dan__wright is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Posts: 16 dan__wright User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
ok,

i want to use my own servers, but so people to be able to see my servers to use them dont i have to setup dns to point to that server?

eg if i wanted danwright.com to be my domain, ns1.danwright.com would be my primary nameserver, for people to see this i would have to have dns pointed to it.

then for other domains that i run dns for they would just have ns1.danwright.com,

correct?

Cheers
Dan

Reply With Quote
  #6  
Old March 1st, 2004, 03:11 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,193 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 14 h 27 m 56 sec
Reputation Power: 77
no. You register the name server based on your domain with the registrar who registered your domain. This is how things work.

You register mydomain.com with MyRegistrar Co.
You register ns1.mydomain.com with MyRegistrar Co. to point to the IP address 127.0.0.1
You register ns2.mydomain.com with MyRegistrar Co. to point to the IP address 127.0.0.2
You add ns1.mydomain.com and ns2.mydomain.com as hosts for mydomain.com at MyRegistrar Co.

When people resolve mydomain.com, the registry tells the resolver that the hosts are ns1.mydomain.com (127.0.0.1) and ns2.mydomain.com (127.0.0.2). Then the resolver asks those hosts for IP information.

Reply With Quote
  #7  
Old March 1st, 2004, 04:16 PM
dan__wright dan__wright is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Posts: 16 dan__wright User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Thanks for that,

Thats what i meant, just didnt put it too clearly.

do you know of a provider i could use to set up those records to point to my servers?

Thanks Again
Dan

Reply With Quote
  #8  
Old March 1st, 2004, 05:45 PM
freemans-web freemans-web is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2003
Posts: 258 freemans-web User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 m 50 sec
Reputation Power: 5
That's set up with your domain registrar. Do you have a domain name registered? If so, with who?
__________________
UD Network Solutions

Reply With Quote
  #9  
Old March 2nd, 2004, 03:53 AM
dan__wright dan__wright is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Posts: 16 dan__wright User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
no i dont have a domain registered yet, are there any registrars you would reconmend?

Thanks
Dan

Reply With Quote
  #10  
Old March 2nd, 2004, 11:10 AM
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,193 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 14 h 27 m 56 sec
Reputation Power: 77
You could register the domain with DollarDNS mentioned in my signature. At least that way you have somebody looking over your shoulder making sure all it as it should be. The personal help I give my clients is probably the main thing that recommends me. Common domains (com, org, net etc) go for $12/year. But there's cheaper out there. Big name registrars charge more.

Reply With Quote
  #11  
Old March 2nd, 2004, 05:34 PM
freemans-web freemans-web is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2003
Posts: 258 freemans-web User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 m 50 sec
Reputation Power: 5
$12 a year is a pretty fair price for domain registration with good support and possibly other services such as DNS.

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationDNS > DNS Config.


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 4 hosted by Hostway