SunQuest
           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:
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here!
  #1  
Old July 15th, 2003, 08:02 PM
lnong lnong is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2003
Posts: 78 lnong User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 m 42 sec
Reputation Power: 6
DNS, ADS, WINS, ect? do I need it?

I want to host my own website using W2K3 Server. I already bought a domain name (www.mydomain.com) and it's currently being used for my website that is being hosted by a web hosting service that I pay monthly. Eventually, I want this domain name to be "translated" to my IP address so that people can access my website by using that name and not my IP.

I have IIS 6 up and running already. But I have no clue what else I need to do concerning the DNS, ADS, WINS and other features. Which do I need to set up in order to get things working?

Reply With Quote
  #2  
Old July 16th, 2003, 04:58 PM
alexgreg's Avatar
alexgreg alexgreg is offline
Full Access
Dev Shed Regular (2000 - 2499 posts)
 
Join Date: Jun 2000
Location: London, UK
Posts: 2,019 alexgreg User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 sec
Reputation Power: 11
Quote:
it's currently being used for my website that is being hosted by a web hosting service that I pay monthly.

You'll need to either set up your own DNS servers, or pay a third party like easydns to do it for you.

easydns is a good service - it will save you having to mess around with the Microsoft DNS server, and it makes managing DNS a lot easier for those who don't know much about it.

Once you've signed up with them, just change the name servers for that domain to easydns's name servers, create an A record for mydomain.com pointing to your IP address through their web based control panel, and you're done!
__________________
Alex
(http://www.alex-greg.com)

Reply With Quote
  #3  
Old July 16th, 2003, 05:17 PM
Kippy Kippy is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Posts: 2 Kippy User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Non-Static

Is it possible to do this with out static. I have read that there are program availaible to mintor your non_static
?

Reply With Quote
  #4  
Old July 16th, 2003, 05:29 PM
damonbrinkley damonbrinkley is offline
Modz
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2002
Location: NC, USA
Posts: 364 damonbrinkley User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 14 m 18 sec
Reputation Power: 6
Send a message via AIM to damonbrinkley
All you really need is a webserver running. You don't need to worry about DNS, WINS, or ADS if you just want to host a site. Like alexgreg said, you just need to let the upper-level DNS servers know what IP address your site is hosted at.

Reply With Quote
  #5  
Old July 16th, 2003, 05:33 PM
Kippy Kippy is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Posts: 2 Kippy User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
ok..how do I let the upper level DNS servers know my IP? I will pay for the static if I need to

Reply With Quote
  #6  
Old July 16th, 2003, 05:38 PM
alexgreg's Avatar
alexgreg alexgreg is offline
Full Access
Dev Shed Regular (2000 - 2499 posts)
 
Join Date: Jun 2000
Location: London, UK
Posts: 2,019 alexgreg User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 sec
Reputation Power: 11
Quote:
how do I let the upper level DNS servers know my IP?

The "upper level DNS servers" don't care about your IP. You need to publish this information yourself (via your own DNS servers) or via a third party (like easydns). Caches around the internet will then ask either your DNS servers or your third party's DNS servers for information about your domain, and store it for a period of time (known as the ttl, or time-to-live) to save asking your server all the time.

Reply With Quote
  #7  
Old July 16th, 2003, 06:08 PM
lnong lnong is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2003
Posts: 78 lnong User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 m 42 sec
Reputation Power: 6
Ok, I have done more reading about all this stuff. Here are more concerns I have:

Damonbrinkley, you mentioned that I dont need to set up a DNS server. If so, then what "DNS" IP do I give my domain name registrar (since this is what their web-based control panel forms ask for). I can't just fill in the IP address of my computer (actually, my router) as a DNS IP even though it's not configured as a DNS server, can I?

Another concern has to do with hosting multiple websites on a single server. According to http://www.iisanswers.com/Top10FAQ/t10-hostheaders.htm, there are 3 options for doing this.

1) Use a different IP for each site.
2) Use same IP with different port number for each site
3) Use same IP and same port number via host headers

I'm not interested in option # 2.
Option #1 sounds great, but I'm not sure how I can do this. Is it possible for my computer to have more than one IP address? ( I did read somewhere that this is possible, but again, im not sure).
I will probably end up choosing option #3, since I assume that's what most ppl are doing. But then the downside of it is not being able to use SSL. I'm sure a lot of you do use SSL as well as have multiple websites. How are you getting around this limitation?

Reply With Quote
  #8  
Old July 16th, 2003, 06:19 PM
alexgreg's Avatar
alexgreg alexgreg is offline
Full Access
Dev Shed Regular (2000 - 2499 posts)
 
Join Date: Jun 2000
Location: London, UK
Posts: 2,019 alexgreg User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 sec
Reputation Power: 11
Quote:
If so, then what "DNS" IP do I give my domain name registrar (since this is what their web-based control panel forms ask for).

For that name server, give them the IP address of your router. Then configure your router to forward port 53 UDP and TCP traffic to your DNS server.
Quote:
I can't just fill in the IP address of my computer (actually, my router) as a DNS IP even though it's not configured as a DNS server, can I?

You can, but DNS queries to it will fail until you set up a DNS server on that IP address.

Quote:
Option #1 sounds great,

It's not - it's a waste of IP addresses. Name based virtual hosting (option 3) is a much better solution.

Reply With Quote
  #9  
Old July 16th, 2003, 07:55 PM
damonbrinkley damonbrinkley is offline
Modz
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2002
Location: NC, USA
Posts: 364 damonbrinkley User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 14 m 18 sec
Reputation Power: 6
Send a message via AIM to damonbrinkley
Quote:
Originally posted by alexgreg
The "upper level DNS servers" don't care about your IP. You need to publish this information yourself (via your own DNS servers) or via a third party (like easydns). Caches around the internet will then ask either your DNS servers or your third party's DNS servers for information about your domain, and store it for a period of time (known as the ttl, or time-to-live) to save asking your server all the time.


Well, they care what DNS server is the master of your domain and if you run your DNS server then you have to let the top-level DNS server's know the IP of your DNS server (this is usually done through whoever you registered your domain with). If you go with a third-party then just put their DNS server in there. Then all you have to do is use the third-party's web based interface to create your entries for your web server.

Last edited by damonbrinkley : July 16th, 2003 at 07:58 PM.

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationDNS > DNS, ADS, WINS, ect? do I need it?


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 | 
  
 

IBM developerWorks




© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway