|
Related Topics:
| how do i...websites - Hello, I was wondering how to create a new web site under the Web Sites folder. Under the same level as the Default Web Site as shown in the picture at the link below: Thanks in advance, ari
SSL + 2 websites - I have a few sites running off of one IIS 5.0 server, 1 IP address. Example: NOW, when I type in: or or ..
Two websites? - I am just getting into the finer point of website hosting. Can IIS host multiple websites? I will be using to ZoneEdit to point the DNS and a LinkSys ADSL router to bring the port 80 traffic to the Please advise. Allan Alberta, Canada
IIS - I can't add new Websites. - Gidday all, I just reboted my PC and all my hosted sites have from Console. I can't even add a new site. Is there anyway to fix this. Normally I can right click on IIS and have the option to "Add Web or FTP" but its gone. Cheers
iis websites, please help - Hi, I am a bit confused on a simple task really, We have an intranet here a small business server 2003, on IIS there is a Default Web Site with lots of virtual sites, for exchange, oma, remote admin etc, is working fine and is
|
|
|
Next: Response Code 500 in IIS Logs doesnot contain det..
|
| Author |
Message |
External

Since: Apr 14, 2004 Posts: 4
|
(Msg. 1) Posted: Wed Apr 14, 2004 7:17 pm
Post subject: II6 - 2 websites Archived from groups: microsoft>public>inetserver>iis (more info?)
|
|
|
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! >> Stay informed about: II6 - 2 websites |
|
| Back to top |
|
 |  |
External

Since: Apr 11, 2004 Posts: 87
|
(Msg. 2) Posted: Wed Apr 14, 2004 7:17 pm
Post subject: Re: II6 - 2 websites [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
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.DeleteThis@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!
>
><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: II6 - 2 websites |
|
| Back to top |
|
 |  |
External

Since: Aug 28, 2003 Posts: 617
|
(Msg. 3) Posted: Wed Apr 14, 2004 7:17 pm
Post subject: Re: II6 - 2 websites [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Wed, 14 Apr 2004 14:32:49 GMT, "Carroll" <unknown.RemoveThis@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<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: II6 - 2 websites |
|
| Back to top |
|
 |  |
External

Since: Apr 11, 2004 Posts: 87
|
(Msg. 4) Posted: Wed Apr 14, 2004 7:17 pm
Post subject: Re: II6 - 2 websites [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Would this be done internally or externally to point to the multiple IP's?
--
Regards,
Carroll
"Paul Lynch" <paul.lynch.RemoveThis@nospam.com> wrote in message
news:j6lq705fvsum7qtc1nml36o4nqr0bce7gp@4ax.com...
> On Wed, 14 Apr 2004 14:32:49 GMT, "Carroll" <unknown.RemoveThis@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<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: II6 - 2 websites |
|
| Back to top |
|
 |  |
External

Since: Aug 23, 2003 Posts: 3146
|
(Msg. 5) Posted: Wed Apr 14, 2004 7:51 pm
Post subject: Re: II6 - 2 websites [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
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:
<a style='text-decoration: underline;' href="http://www.visualwin.com/host-header/" target="_blank">http://www.visualwin.com/host-header/</a>
--
Regards,
Kristofer Gafvert - IIS MVP
Reply to newsgroup only. Remove NEWS if you must reply by email, but please
do not.
<a style='text-decoration: underline;' href="http://www.ilopia.com/" target="_blank">http://www.ilopia.com/</a>
"Hubert Mayr" <huma1.RemoveThis@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!
>
><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: II6 - 2 websites |
|
| Back to top |
|
 |  |
External

Since: Aug 28, 2003 Posts: 617
|
(Msg. 6) Posted: Wed Apr 14, 2004 8:17 pm
Post subject: Re: II6 - 2 websites [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Wed, 14 Apr 2004 15:22:11 GMT, "Carroll" <unknown DeleteThis @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<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: II6 - 2 websites |
|
| Back to top |
|
 |  |
External

Since: Aug 26, 2003 Posts: 1525
|
(Msg. 7) Posted: Wed Apr 14, 2004 8:33 pm
Post subject: Re: II6 - 2 websites [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Wed, 14 Apr 2004 16:17:47 +0200, "Hubert Mayr" <huma1 DeleteThis @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:
<a style='text-decoration: underline;' href="http://www.iisanswers.com/Top10FAQ/t10-hostheaders.htm" target="_blank">http://www.iisanswers.com/Top10FAQ/t10-hostheaders.htm</a>
DNS Basics for IIS Administrators:
<a style='text-decoration: underline;' href="http://www.iisanswers.com/articles/dns_for_iis.htm" target="_blank">http://www.iisanswers.com/articles/dns_for_iis.htm</a>
Jeff<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: II6 - 2 websites |
|
| Back to top |
|
 |  |
External

Since: Aug 26, 2003 Posts: 1525
|
(Msg. 8) Posted: Wed Apr 14, 2004 8:34 pm
Post subject: Re: II6 - 2 websites [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Wed, 14 Apr 2004 16:16:03 +0100, Paul Lynch <paul.lynch DeleteThis @nospam.com>
wrote:
>On Wed, 14 Apr 2004 14:32:49 GMT, "Carroll" <unknown DeleteThis @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<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: II6 - 2 websites |
|
| Back to top |
|
 |  |
External

Since: Aug 28, 2003 Posts: 617
|
(Msg. 9) Posted: Thu Apr 15, 2004 7:57 pm
Post subject: Re: II6 - 2 websites [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Wed, 14 Apr 2004 17:34:31 GMT, jcochran.nospam.DeleteThis@naplesgov.com (Jeff
Cochran) wrote:
>On Wed, 14 Apr 2004 16:16:03 +0100, Paul Lynch <paul.lynch.DeleteThis@nospam.com>
>wrote:
>
>>On Wed, 14 Apr 2004 14:32:49 GMT, "Carroll" <unknown.DeleteThis@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<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: II6 - 2 websites |
|
| Back to top |
|
 |  |
|