Share an IP for multiple domain names?

  • Thread starter Amanda Rodriguez
  • Start date
A

Amanda Rodriguez

I am currently leasing a dedicated server (W2k Server) and have been
assigned 12 IP addresses, each one pointing to a single domain. My web
server provider is running very low on IPs and because of this, I am being
denied new IPs for now.

Is there any way possible to share a single IP with multiple domains? For
example: MyDomain1.com
MyDomain2.com, etc.

Thank You
 
E

Enkidu

I am currently leasing a dedicated server (W2k Server) and have been
assigned 12 IP addresses, each one pointing to a single domain. My web
server provider is running very low on IPs and because of this, I am being
denied new IPs for now.

Is there any way possible to share a single IP with multiple domains? For
example: MyDomain1.com
MyDomain2.com, etc.
If these are all web servers you can use "Host Headers". Each web
sites can be distinguished from all other web sites by three things.
Firstly web sites can be distinguished by IP address. Two sites with
different IP addresses are obviously different. Two sites with the
same IP address that use different ports are different. eg
www.mycompany.com (default port 80) is different to
www.mycompany.com:8080. Two sites that have the same IP address, use
the same port but have different "host headers" are different.

eg if www.mycompany.com www.yourcompany.com both resolve to the ip
address 11.22.33.44 and they both use the default port 80, the two
sites are different if they are defined with "host headers" which are
the same as their Domain Names. You define the Host Headers in the
Advanced section of the web site definition page or when you run the
New Site Wizard..

That way you can have 10 or more sites which use the same IP address.

Cheers,

Cliff
 
A

Amanda Rodriguez

Thanks very much for providing me with this information. I will certainly
be looking into this.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top