Hi!

I have a cable modem with one static ip and a router and local network
running.

Now my questions:

I have two local lan IP addresses on the windows 2003 server bind to one
netcard.
My two websites show everyone to one local IP.

Now I want that my two website are accesible with two different ip's or
domains. How could I make that? Steps?
On my router I can forward http access to a computer in my local lan - what
must I there also configure?

Thanks!

Re: II6 - 2 websites by Carroll

Carroll
Wed Apr 14 09:32:49 CDT 2004

You can have multiple domain names pointed to one IP, using Hostheaders you
can direct the domains to the folder of your choice for each domain. You can
have more then one domain name pointed to the same folder, but you can not
have one domain name pointed to multiple IPs doing so would probably confuse
DNS servers and could even create one major problem.

--


Regards,

Carroll


"Hubert Mayr" <huma1@gmx.net> wrote in message
news:O7Vm5siIEHA.2144@TK2MSFTNGP12.phx.gbl...
> Hi!
>
> I have a cable modem with one static ip and a router and local network
> running.
>
> Now my questions:
>
> I have two local lan IP addresses on the windows 2003 server bind to one
> netcard.
> My two websites show everyone to one local IP.
>
> Now I want that my two website are accesible with two different ip's or
> domains. How could I make that? Steps?
> On my router I can forward http access to a computer in my local lan -
what
> must I there also configure?
>
> Thanks!
>
>



Re: II6 - 2 websites by Kristofer

Kristofer
Wed Apr 14 09:51:14 CDT 2004

Hello,

The cheapest way to go is to use one IP, and host headers (buying IPs
usually costs some).

In the DNS server, set both websites to the public IP (your router). Then
forward all traffic on port 80 to the internal machine, and set up Host
Headers in IIS.

This page might be helpful:

http://www.visualwin.com/host-header/

--
Regards,
Kristofer Gafvert - IIS MVP
Reply to newsgroup only. Remove NEWS if you must reply by email, but please
do not.
http://www.ilopia.com/


"Hubert Mayr" <huma1@gmx.net> wrote in message
news:O7Vm5siIEHA.2144@TK2MSFTNGP12.phx.gbl...
> Hi!
>
> I have a cable modem with one static ip and a router and local network
> running.
>
> Now my questions:
>
> I have two local lan IP addresses on the windows 2003 server bind to one
> netcard.
> My two websites show everyone to one local IP.
>
> Now I want that my two website are accesible with two different ip's or
> domains. How could I make that? Steps?
> On my router I can forward http access to a computer in my local lan -
what
> must I there also configure?
>
> Thanks!
>
>



Re: II6 - 2 websites by Paul

Paul
Wed Apr 14 10:16:03 CDT 2004

On Wed, 14 Apr 2004 14:32:49 GMT, "Carroll" <unknown@noplace.com>
wrote:

>You can have multiple domain names pointed to one IP, using Hostheaders you
>can direct the domains to the folder of your choice for each domain. You can
>have more then one domain name pointed to the same folder, but you can not
>have one domain name pointed to multiple IPs doing so would probably confuse
>DNS servers and could even create one major problem.

That is incorrect.

Actually, you can (and many larger web sites *do*) have multiple IP
addresses associated with a single domain name.

This is known as round-robin DNS and when used in conjunction with
load-balancing clusters can provide almost 100% availability.


Regards,

Paul Lynch
MCSE

Re: II6 - 2 websites by Carroll

Carroll
Wed Apr 14 10:22:11 CDT 2004

Would this be done internally or externally to point to the multiple IP's?

--


Regards,

Carroll


"Paul Lynch" <paul.lynch@nospam.com> wrote in message
news:j6lq705fvsum7qtc1nml36o4nqr0bce7gp@4ax.com...
> On Wed, 14 Apr 2004 14:32:49 GMT, "Carroll" <unknown@noplace.com>
> wrote:
>
> >You can have multiple domain names pointed to one IP, using Hostheaders
you
> >can direct the domains to the folder of your choice for each domain. You
can
> >have more then one domain name pointed to the same folder, but you can
not
> >have one domain name pointed to multiple IPs doing so would probably
confuse
> >DNS servers and could even create one major problem.
>
> That is incorrect.
>
> Actually, you can (and many larger web sites *do*) have multiple IP
> addresses associated with a single domain name.
>
> This is known as round-robin DNS and when used in conjunction with
> load-balancing clusters can provide almost 100% availability.
>
>
> Regards,
>
> Paul Lynch
> MCSE



Re: II6 - 2 websites by Paul

Paul
Wed Apr 14 11:17:56 CDT 2004

On Wed, 14 Apr 2004 15:22:11 GMT, "Carroll" <unknown@noplace.com>
wrote:

>Would this be done internally or externally to point to the multiple IP's?

I'm not sure I understand the question. Its normally implemented as a
load balancing solution for Internet-facing web servers which handle
high volumes of traffic and have geographically disperse sites which
all respond to a common FQDN.


Regards,

Paul Lynch
MCSE

Re: II6 - 2 websites by jcochran

jcochran
Wed Apr 14 12:33:30 CDT 2004

On Wed, 14 Apr 2004 16:17:47 +0200, "Hubert Mayr" <huma1@gmx.net>
wrote:

>Hi!
>
>I have a cable modem with one static ip and a router and local network
>running.
>
>Now my questions:
>
>I have two local lan IP addresses on the windows 2003 server bind to one
>netcard.
>My two websites show everyone to one local IP.
>
>Now I want that my two website are accesible with two different ip's or
>domains. How could I make that? Steps?
>On my router I can forward http access to a computer in my local lan - what
>must I there also configure?

See:

How to Create Multiple Websites with one IP address:
http://www.iisanswers.com/Top10FAQ/t10-hostheaders.htm
DNS Basics for IIS Administrators:
http://www.iisanswers.com/articles/dns_for_iis.htm

Jeff

Re: II6 - 2 websites by jcochran

jcochran
Wed Apr 14 12:34:31 CDT 2004

On Wed, 14 Apr 2004 16:16:03 +0100, Paul Lynch <paul.lynch@nospam.com>
wrote:

>On Wed, 14 Apr 2004 14:32:49 GMT, "Carroll" <unknown@noplace.com>
>wrote:
>
>>You can have multiple domain names pointed to one IP, using Hostheaders you
>>can direct the domains to the folder of your choice for each domain. You can
>>have more then one domain name pointed to the same folder, but you can not
>>have one domain name pointed to multiple IPs doing so would probably confuse
>>DNS servers and could even create one major problem.
>
>That is incorrect.
>
>Actually, you can (and many larger web sites *do*) have multiple IP
>addresses associated with a single domain name.
>
>This is known as round-robin DNS and when used in conjunction with
>load-balancing clusters can provide almost 100% availability.

Of course, those multiple IP's aren't all on the same physical
server... :)

Jeff

Re: II6 - 2 websites by Paul

Paul
Thu Apr 15 10:57:16 CDT 2004

On Wed, 14 Apr 2004 17:34:31 GMT, jcochran.nospam@naplesgov.com (Jeff
Cochran) wrote:

>On Wed, 14 Apr 2004 16:16:03 +0100, Paul Lynch <paul.lynch@nospam.com>
>wrote:
>
>>On Wed, 14 Apr 2004 14:32:49 GMT, "Carroll" <unknown@noplace.com>
>>wrote:
>>
>>>You can have multiple domain names pointed to one IP, using Hostheaders you
>>>can direct the domains to the folder of your choice for each domain. You can
>>>have more then one domain name pointed to the same folder, but you can not
>>>have one domain name pointed to multiple IPs doing so would probably confuse
>>>DNS servers and could even create one major problem.
>>
>>That is incorrect.
>>
>>Actually, you can (and many larger web sites *do*) have multiple IP
>>addresses associated with a single domain name.
>>
>>This is known as round-robin DNS and when used in conjunction with
>>load-balancing clusters can provide almost 100% availability.
>
>Of course, those multiple IP's aren't all on the same physical
>server... :)
>
>Jeff

No, that's right. Most probably quite a few separate physical
machines, or in the case of Hotmail no fewer than 3,000 'front-door'
boxes just for the web content and application alone !!


Regards,

Paul Lynch
MCSE