I have two domains, two identities different ssl and two different private IP
address in one server.

www.website1.org 192.168.1.10
www.website2.org 192.168.1.11

but I only have an address public IP 212.xxx.xxx.xxx

My alone NAT allows me that an IP only publishes note to a private IP.

What can I do? Is there any utility for NAT trought domain?

Thank you

Re: Multiple private Ip adresses and NAT trought domain by Frankster

Frankster
Thu Jul 14 08:05:21 CDT 2005

I'm not sure of your questions. But I think the problem you may be having is
that you need a separate public IP for each SSL website if you want the
sites to have public access.

-Frank

"Fasis" <Fasis@discussions.microsoft.com> wrote in message
news:10AF3E73-6E36-4440-B967-7E6838D9F707@microsoft.com...
>I have two domains, two identities different ssl and two different private
>IP
> address in one server.
>
> www.website1.org 192.168.1.10
> www.website2.org 192.168.1.11
>
> but I only have an address public IP 212.xxx.xxx.xxx
>
> My alone NAT allows me that an IP only publishes note to a private IP.
>
> What can I do? Is there any utility for NAT trought domain?
>
> Thank you



Re: Multiple private Ip adresses and NAT trought domain by jeff

jeff
Sat Jul 16 09:35:54 CDT 2005

On Thu, 14 Jul 2005 04:14:02 -0700, "Fasis"
<Fasis@discussions.microsoft.com> wrote:

>I have two domains, two identities different ssl and two different private IP
>address in one server.
>
>www.website1.org 192.168.1.10
>www.website2.org 192.168.1.11
>
>but I only have an address public IP 212.xxx.xxx.xxx

Bummer. You need separate public IP's or separate ports to run two
SSL sites.

Jeff

Re: Multiple private Ip adresses and NAT trought domain by Andrey

Andrey
Mon Jul 18 16:29:42 CDT 2005

Fasis wrote:
> I have two domains, two identities different ssl and two different private IP
> address in one server.
>
> www.website1.org 192.168.1.10
> www.website2.org 192.168.1.11
>
> but I only have an address public IP 212.xxx.xxx.xxx
>
> My alone NAT allows me that an IP only publishes note to a private IP.
>
> What can I do? Is there any utility for NAT trought domain?
>
> Thank you


You can setup a main web site which then redirects to appropriate web
sites running on a different ports. E.g.:

- point all domains to the same IP address
- create 2 extra web sites running on (let's say) ports 8080 and 8081
with the contents of domain1 and domain2
- create a web site with a redirection script running on port 80 which
redirects all the requests to an appropriate web site created on a
previous step.

-Andrey