Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Multiple Domains with One IIS

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  installing IIS 6.0 without Windows 2003 OS  
Author Message
no_spam_please

External


Since: Mar 30, 2004
Posts: 2



(Msg. 1) Posted: Tue Mar 30, 2004 7:51 pm
Post subject: Multiple Domains with One IIS
Archived from groups: microsoft>public>inetserver>iis (more info?)

I am not sure if this is the right NG for this questions. But I am sure
some of you folks might have dealt with this situatioin.

I want to use just one physical box to provide www service for a few
domains, each has its own FQDN and public IP address. Here is what I am
doing:

1. In network properties, configure multiple private addresses on the LAN
interface of the server.
2. In IIS management, create different web sites, each with its own private
IP.

There is a router which connected our office with the ISP using a full T1.
We have been given 16 addresses (13 available for use). If I were to run 6
web sites, I am wondering if I would need 6 router/firewall to be set up. I
don't want to expose the web server directly to the Internet. A DMZ has to
be set up.

 >> Stay informed about: Multiple Domains with One IIS 
Back to top
Login to vote
anonymous475

External


Since: Nov 19, 2003
Posts: 16



(Msg. 2) Posted: Tue Mar 30, 2004 7:51 pm
Post subject: Multiple Domains with One IIS [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Are any of these site going to need SSL? If not stick
them all on one IP and use host headers. This way you're
only burning up one IP and one port (80) in your
firewall. It's less to manage. I'm running 3000+ sites
like this.

Peace,
Mark


 >-----Original Message-----
 >I am not sure if this is the right NG for this
questions. But I am sure
 >some of you folks might have dealt with this situatioin.
 >
 >I want to use just one physical box to provide www
service for a few
 >domains, each has its own FQDN and public IP address.
Here is what I am
 >doing:
 >
 >1. In network properties, configure multiple private
addresses on the LAN
 >interface of the server.
 >2. In IIS management, create different web sites, each
with its own private
 >IP.
 >
 >There is a router which connected our office with the ISP
using a full T1.
 >We have been given 16 addresses (13 available for use).
If I were to run 6
 >web sites, I am wondering if I would need 6
router/firewall to be set up. I
 >don't want to expose the web server directly to the
Internet. A DMZ has to
 >be set up.
 >
 >
 >
 >.
 ><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Multiple Domains with One IIS 
Back to top
Login to vote
user675

External


Since: Aug 28, 2003
Posts: 617



(Msg. 3) Posted: Wed Mar 31, 2004 3:03 am
Post subject: Re: Multiple Domains with One IIS [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Tue, 30 Mar 2004 16:51:34 -0500, "JP"
<NO_SPAM_PLEASE_pangjo.TakeThisOut@netzero.com> wrote:

 >I am not sure if this is the right NG for this questions. But I am sure
 >some of you folks might have dealt with this situatioin.
 >
 >I want to use just one physical box to provide www service for a few
 >domains, each has its own FQDN and public IP address. Here is what I am
 >doing:
 >
 >1. In network properties, configure multiple private addresses on the LAN
 >interface of the server.
 >2. In IIS management, create different web sites, each with its own private
 >IP.
 >
 >There is a router which connected our office with the ISP using a full T1.
 >We have been given 16 addresses (13 available for use). If I were to run 6
 >web sites, I am wondering if I would need 6 router/firewall to be set up. I
 >don't want to expose the web server directly to the Internet. A DMZ has to
 >be set up.

JP,

You don't need separate IP addresses on your IIS server unless you are
going to use SSL on each site. You need to use host headers. Read this
KB article :

HOW TO: Use Host Header Names to Host Multiple Sites from One IP
Address in IIS 5.0
<a style='text-decoration: underline;' href="http://support.microsoft.com/?id=190008" target="_blank">http://support.microsoft.com/?id=190008</a>


Regards,

Paul Lynch
MCSE<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Multiple Domains with One IIS 
Back to top
Login to vote
no_spam_please

External


Since: Mar 30, 2004
Posts: 2



(Msg. 4) Posted: Wed Mar 31, 2004 3:03 am
Post subject: Re: Multiple Domains with One IIS [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Paul & Mark,

I have tried your solution as suggested. Work like a chime! Thank you very
much.

Cheers,

Joe



"Paul Lynch" <paul.lynch DeleteThis @nospam.com> wrote in message
news:83vj60h7p5htgvmsua2sdimj51fkn1urui@4ax.com...
 > On Tue, 30 Mar 2004 16:51:34 -0500, "JP"
 > <NO_SPAM_PLEASE_pangjo DeleteThis @netzero.com> wrote:
 >
  > >I am not sure if this is the right NG for this questions. But I am sure
  > >some of you folks might have dealt with this situatioin.
  > >
  > >I want to use just one physical box to provide www service for a few
  > >domains, each has its own FQDN and public IP address. Here is what I am
  > >doing:
  > >
  > >1. In network properties, configure multiple private addresses on the
LAN
  > >interface of the server.
  > >2. In IIS management, create different web sites, each with its own
private
  > >IP.
  > >
  > >There is a router which connected our office with the ISP using a full
T1.
  > >We have been given 16 addresses (13 available for use). If I were to run
6
  > >web sites, I am wondering if I would need 6 router/firewall to be set up.
I
  > >don't want to expose the web server directly to the Internet. A DMZ has
to
  > >be set up.
 >
 > JP,
 >
 > You don't need separate IP addresses on your IIS server unless you are
 > going to use SSL on each site. You need to use host headers. Read this
 > KB article :
 >
 > HOW TO: Use Host Header Names to Host Multiple Sites from One IP
 > Address in IIS 5.0
<font color=purple> > <a style='text-decoration: underline;' href="http://support.microsoft.com/?id=190008</font" target="_blank">http://support.microsoft.com/?id=190008</font</a>>
 >
 >
 > Regards,
 >
 > Paul Lynch
 > MCSE<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Multiple Domains with One IIS 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]