Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

2 Domains to the same IP address

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  Can't see IIS6 Application Pools  
Author Message
Samuel

External


Since: Sep 22, 2007
Posts: 5



(Msg. 1) Posted: Thu Oct 25, 2007 12:58 pm
Post subject: 2 Domains to the same IP address
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hi

I wonder if there is any problem in assigning 2 domain names to the same
Static IP address?

Thank you,
Samuel

 >> Stay informed about: 2 Domains to the same IP address 
Back to top
Login to vote
Anthony Jones

External


Since: Jan 28, 2006
Posts: 113



(Msg. 2) Posted: Thu Oct 25, 2007 12:58 pm
Post subject: Re: 2 Domains to the same IP address [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Samuel" <samuel.shulman.DeleteThis@ntlworld.com> wrote in message
news:uhWEHnxFIHA.2372@TK2MSFTNGP04.phx.gbl...
> Hi
>
> I wonder if there is any problem in assigning 2 domain names to the same
> Static IP address?
>

None. Its quite a common practice to do this for a web server and use host
header configuration to allow multiple web sites to be served from a single
server.


--
Anthony Jones - MVP ASP/ASP.NET

 >> Stay informed about: 2 Domains to the same IP address 
Back to top
Login to vote
Rick Barber

External


Since: Nov 02, 2007
Posts: 24



(Msg. 3) Posted: Thu Oct 25, 2007 1:06 pm
Post subject: Re: 2 Domains to the same IP address [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I don't want to open up a can of worms, but just thought I'd mention that
the only thing to be aware of up front is that if both of those sites needs
their own SSL certificate down the road then you are better off giving them
individual IP addresses.

--
Rick Barber

http://www.orcsweb.com
Managed Complex Hosting
#1 in Service and Support

"Anthony Jones" <Ant.TakeThisOut@yadayadayada.com> wrote in message
news:uHZff8xFIHA.1188@TK2MSFTNGP04.phx.gbl...
> "Samuel" <samuel.shulman.TakeThisOut@ntlworld.com> wrote in message
> news:uhWEHnxFIHA.2372@TK2MSFTNGP04.phx.gbl...
>> Hi
>>
>> I wonder if there is any problem in assigning 2 domain names to the same
>> Static IP address?
>>
>
> None. Its quite a common practice to do this for a web server and use
> host
> header configuration to allow multiple web sites to be served from a
> single
> server.
>
>
> --
> Anthony Jones - MVP ASP/ASP.NET
>
>
 >> Stay informed about: 2 Domains to the same IP address 
Back to top
Login to vote
Samuel

External


Since: Sep 22, 2007
Posts: 5



(Msg. 4) Posted: Thu Oct 25, 2007 1:58 pm
Post subject: Re: 2 Domains to the same IP address [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

How do I set up the headers, never done anything like that


"Anthony Jones" <Ant RemoveThis @yadayadayada.com> wrote in message
news:uHZff8xFIHA.1188@TK2MSFTNGP04.phx.gbl...
> "Samuel" <samuel.shulman RemoveThis @ntlworld.com> wrote in message
> news:uhWEHnxFIHA.2372@TK2MSFTNGP04.phx.gbl...
>> Hi
>>
>> I wonder if there is any problem in assigning 2 domain names to the same
>> Static IP address?
>>
>
> None. Its quite a common practice to do this for a web server and use
> host
> header configuration to allow multiple web sites to be served from a
> single
> server.
>
>
> --
> Anthony Jones - MVP ASP/ASP.NET
>
>
 >> Stay informed about: 2 Domains to the same IP address 
Back to top
Login to vote
Rick Barber

External


Since: Nov 02, 2007
Posts: 24



(Msg. 5) Posted: Thu Oct 25, 2007 1:58 pm
Post subject: Re: 2 Domains to the same IP address [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Samuel,

When you are first setting up a site, it gives you an option for a host
header when you are choosing the IP address. If you already have the site
setup and want to add or edit host headers here is how:

Go to the properties of the website
On the 'Web Site' tab under 'Web site identification', click the 'Advanced'
button
You will see that you can have the IP address, port number, and Host header
value.

If you want the site to be able to be accessed from both domain.com and
www.domain.com, make sure to add a host header for both. (both entries
would have the same IP, and TCP port, just different host header values,
domain.com and www.domain.com

--
Rick Barber

http://www.orcsweb.com
Managed Complex Hosting
#1 in Service and Support

"Samuel" <samuel.shulman.TakeThisOut@ntlworld.com> wrote in message
news:ulU1boyFIHA.5752@TK2MSFTNGP02.phx.gbl...
> How do I set up the headers, never done anything like that
>
>
> "Anthony Jones" <Ant.TakeThisOut@yadayadayada.com> wrote in message
> news:uHZff8xFIHA.1188@TK2MSFTNGP04.phx.gbl...
>> "Samuel" <samuel.shulman.TakeThisOut@ntlworld.com> wrote in message
>> news:uhWEHnxFIHA.2372@TK2MSFTNGP04.phx.gbl...
>>> Hi
>>>
>>> I wonder if there is any problem in assigning 2 domain names to the same
>>> Static IP address?
>>>
>>
>> None. Its quite a common practice to do this for a web server and use
>> host
>> header configuration to allow multiple web sites to be served from a
>> single
>> server.
>>
>>
>> --
>> Anthony Jones - MVP ASP/ASP.NET
>>
>>
>
>
 >> Stay informed about: 2 Domains to the same IP address 
Back to top
Login to vote
kgafvert

External


Since: Aug 23, 2003
Posts: 2972



(Msg. 6) Posted: Thu Oct 25, 2007 1:58 pm
Post subject: Re: 2 Domains to the same IP address [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi,

This article may help you:

"Using Host Headers to host multiple websites on IIS 6.0"
http://www.gafvert.info/iis/article/iis_multiple_websites.htm

--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info


Samuel wrote:

>How do I set up the headers, never done anything like that
>
>
>"Anthony Jones" <Ant.RemoveThis@yadayadayada.com> wrote in message
>news:uHZff8xFIHA.1188@TK2MSFTNGP04.phx.gbl...
>>"Samuel" <samuel.shulman.RemoveThis@ntlworld.com> wrote in message
>>news:uhWEHnxFIHA.2372@TK2MSFTNGP04.phx.gbl...
>>>Hi
>>>
>>>I wonder if there is any problem in assigning 2 domain names to the same
>>>Static IP address?
>>>
>>
>>None. Its quite a common practice to do this for a web server and use
>>host
>>header configuration to allow multiple web sites to be served from a
>>single
>>server.
>>
>>
>>-- Anthony Jones - MVP ASP/ASP.NET
>>
>>
 >> Stay informed about: 2 Domains to the same IP address 
Back to top
Login to vote
Samuel

External


Since: Sep 22, 2007
Posts: 5



(Msg. 7) Posted: Sun Oct 28, 2007 3:25 pm
Post subject: Re: 2 Domains to the same IP address [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I forgot to mention that I run the website on XP Pro



"Kristofer Gafvert" <kgafvert.TakeThisOut@NEWSilopia.com> wrote in message
news:xn0fcvlyellbhqz00s@news.microsoft.com...
> Hi,
>
> This article may help you:
>
> "Using Host Headers to host multiple websites on IIS 6.0"
> http://www.gafvert.info/iis/article/iis_multiple_websites.htm
>
> --
> Regards,
> Kristofer Gafvert
> http://www.gafvert.info/iis/ - IIS Related Info
>
>
> Samuel wrote:
>
>>How do I set up the headers, never done anything like that
>>
>>
>>"Anthony Jones" <Ant.TakeThisOut@yadayadayada.com> wrote in message
>>news:uHZff8xFIHA.1188@TK2MSFTNGP04.phx.gbl...
>>>"Samuel" <samuel.shulman.TakeThisOut@ntlworld.com> wrote in message
>>>news:uhWEHnxFIHA.2372@TK2MSFTNGP04.phx.gbl...
>>>>Hi
>>>>
>>>>I wonder if there is any problem in assigning 2 domain names to the same
>>>>Static IP address?
>>>>
>>>
>>>None. Its quite a common practice to do this for a web server and use
>>>host
>>>header configuration to allow multiple web sites to be served from a
>>>single
>>>server.
>>>
>>>
>>>-- Anthony Jones - MVP ASP/ASP.NET
>>>
>>>
 >> Stay informed about: 2 Domains to the same IP address 
Back to top
Login to vote
kgafvert

External


Since: Aug 23, 2003
Posts: 2972



(Msg. 8) Posted: Sun Oct 28, 2007 3:25 pm
Post subject: Re: 2 Domains to the same IP address [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Windows XP does not support multiple websites running simultaneous. Will
you be using 1 website, with two domain names?



--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info


Samuel wrote:

>I forgot to mention that I run the website on XP Pro
>
>
>
>"Kristofer Gafvert" <kgafvert.TakeThisOut@NEWSilopia.com> wrote in message
>news:xn0fcvlyellbhqz00s@news.microsoft.com...
>>Hi,
>>
>>This article may help you:
>>
>>"Using Host Headers to host multiple websites on IIS 6.0"
>>http://www.gafvert.info/iis/article/iis_multiple_websites.htm
>>
>>-- Regards,
>>Kristofer Gafvert
>>http://www.gafvert.info/iis/ - IIS Related Info
>>
>>
>>Samuel wrote:
>>
>>>How do I set up the headers, never done anything like that
>>>
>>>
>>>"Anthony Jones" <Ant.TakeThisOut@yadayadayada.com> wrote in message
>>>news:uHZff8xFIHA.1188@TK2MSFTNGP04.phx.gbl...
>>>>"Samuel" <samuel.shulman.TakeThisOut@ntlworld.com> wrote in message
>>>>news:uhWEHnxFIHA.2372@TK2MSFTNGP04.phx.gbl...
>>>>>Hi
>>>>>
>>>>>I wonder if there is any problem in assigning 2 domain names to the
>>>>>same
>>>>>Static IP address?
>>>>>
>>>>
>>>>None. Its quite a common practice to do this for a web server and use
>>>>host
>>>>header configuration to allow multiple web sites to be served from a
>>>>single
>>>>server.
>>>>
>>>>
>>>>-- Anthony Jones - MVP ASP/ASP.NET
>>>>
>>>>
 >> Stay informed about: 2 Domains to the same IP address 
Back to top
Login to vote
Samuel

External


Since: Sep 22, 2007
Posts: 5



(Msg. 9) Posted: Sun Oct 28, 2007 8:02 pm
Post subject: Re: 2 Domains to the same IP address [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Yes,

and the only way I can think of is to use a dynamic home page so I can load
the right page but ideally I wanted to have html pages as well

Thank you,
Samuel


"Kristofer Gafvert" <kgafvert DeleteThis @NEWSilopia.com> wrote in message
news:xn0fczrjvfqhyk000@news.microsoft.com...
> Windows XP does not support multiple websites running simultaneous. Will
> you be using 1 website, with two domain names?
>
>
>
> --
> Regards,
> Kristofer Gafvert
> http://www.gafvert.info/iis/ - IIS Related Info
>
>
> Samuel wrote:
>
>>I forgot to mention that I run the website on XP Pro
>>
>>
>>
>>"Kristofer Gafvert" <kgafvert DeleteThis @NEWSilopia.com> wrote in message
>>news:xn0fcvlyellbhqz00s@news.microsoft.com...
>>>Hi,
>>>
>>>This article may help you:
>>>
>>>"Using Host Headers to host multiple websites on IIS 6.0"
>>>http://www.gafvert.info/iis/article/iis_multiple_websites.htm
>>>
>>>-- Regards,
>>>Kristofer Gafvert
>>>http://www.gafvert.info/iis/ - IIS Related Info
>>>
>>>
>>>Samuel wrote:
>>>
>>>>How do I set up the headers, never done anything like that
>>>>
>>>>
>>>>"Anthony Jones" <Ant DeleteThis @yadayadayada.com> wrote in message
>>>>news:uHZff8xFIHA.1188@TK2MSFTNGP04.phx.gbl...
>>>>>"Samuel" <samuel.shulman DeleteThis @ntlworld.com> wrote in message
>>>>>news:uhWEHnxFIHA.2372@TK2MSFTNGP04.phx.gbl...
>>>>>>Hi
>>>>>>
>>>>>>I wonder if there is any problem in assigning 2 domain names to the
>>>>>>same
>>>>>>Static IP address?
>>>>>>
>>>>>
>>>>>None. Its quite a common practice to do this for a web server and use
>>>>>host
>>>>>header configuration to allow multiple web sites to be served from a
>>>>>single
>>>>>server.
>>>>>
>>>>>
>>>>>-- Anthony Jones - MVP ASP/ASP.NET
>>>>>
>>>>>
 >> Stay informed about: 2 Domains to the same IP address 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
2 Domains - 1 IP Address - Can you? - I'm trying to direct two urls with the same IP to different web sites on one IIS server (windows 2000). www.abc.com resolves to 111.111.111.111 and it hits my webserver displaying WEBPAGE_A www.123.com resolves to 111.111.111.111 and it hits my...

IIS 6.0 and Sub Domains on different IP address' - SBS 2003 IIS 6.0 Good day ... This is more then likely an easy question .. but it is stumping me ... I need to setup a few sub-domains .... sub1.domain.com and sub2.domain.com but I need both of them to point to other IP address ..... Both othe...

Webserver - multiple domains using same IP address? - I'd like to host muliple domains (URLs) on a Windows 2000 Server running IIS. Can someone provide me with a link that may help? Kind Regards, Fernando L. Arredondo

Multiple wildcard domains on one IP address - Is it possible to run: *.domain1.com *.domain2.com *.domain3.com from one IP address? ( IIS 5.0 )

two domains, one IP with IIS 5.1 on Win XP Pro PC? - Can i have two seperate domains (like www.innoware.ch and www.smc-zhnord.ch) whereby the content is not at all similar. I managed that I get the result out for www.innoware.ch but I could not add the second domain. Either it points as well to..
   Web Hosting and Web Master Forums (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 ]