Host multiple web site domains

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

Is thier a way to host multiple domain web sites from IIS
with only one public IP address. I host my own DNS and I
think you can do it through DNS, but I don't know how to.
Thanks for your help
Dave
 
Sure there are two ways (only one of them is fully practical)
Ports
Host-header names

Use the latter. Create the new site and instead of assigning it
a different IP, choose "advanced" (or whatever that button
next to the address says) and fix it to the DNS name of the
second site, third, etc.

On the DNS server you register that name to the SAME IP.

You can have many names for the same IP address (just
like you can be called Dave, David, Davie, daddy, son,
bubba, etc.
 
As Herb stated, host headers is the way to go. Simply open the properties of the web site, click the Advanced button on the Web Site tab. Add a unique host
header for this site. The host header will be the DNS name that you want requests to go to for this site. You may also want to define a default site for queries
that do not include a host header.

Thank you,
Mike Johnston
Microsoft Network Support

--

This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

Note: For the benefit of the community-at-large, all responses to this message are best directed to the newsgroup/thread from which they originated.
 
In
posted their thoughts said:
Is thier a way to host multiple domain web sites from IIS
with only one public IP address. I host my own DNS and I
think you can do it through DNS, but I don't know how to.
Thanks for your help
Dave

Dave, check these sites out for more detailed info on what you're trying to
do. Hope they help.

IIS Answers - How to create multiple websites with one IP address:
http://www.iisanswers.com/Top10FAQ/t10-hostheaders.htm

Using Host Headers to Allow for One I.P Address to Host Multiple Domains:
http://www.4guysfromrolla.com/ASPscripts/PrintPage.asp?REF=/webtech/080200-1.shtml

IIS Answers - DNS for IIS Administrators:
http://www.iisanswers.com/articles/dns_for_iis.htm

--
Regards,
Ace

Please direct all replies to the newsgroup so all can benefit.

Ace Fekay, MCSE 2000, MCSE+I, MCSA, MCT, MVP
Microsoft Windows MVP - Active Directory
 
Back
Top