From: WildPacket on
Got 2 Virtual Sites "Internal" and "External" running on IIS7. With 2
internal IPs assigned. The sites work fine internally.

How can I redirect the users from internet to go the External Site and users
from inside go to internal site?

In the firewall I have one internet IP poited to Internal Site and the other
internet IP pointed to External site. All DNS addresses are in place.

Advise Please.

Thank you
From: Sam on
When you say "redirect" do you mean that they will initially be going to the
"wrong" site and then need to be getting to the correct one? If this is the
case then probably your best bet is to use a dynamic language, such as
ASP.NET, to determine whether the client is coming from an internal or
external IP address and direct them to the appropriate DNS entry.

Alternatively, if you mean that you want them to be directed to the correct
site in the first place the best way to do this is using DNS entries. The
external DNS should point to the firewall which will NAT it to the internal
address for the external site. The internal DNS should just point the
appropriate A record to the internal IP address of the internal site.

Let me know if I haven't quite got the right idea but this is how I have
configured mine.

Sam

"WildPacket" wrote:

> Got 2 Virtual Sites "Internal" and "External" running on IIS7. With 2
> internal IPs assigned. The sites work fine internally.
>
> How can I redirect the users from internet to go the External Site and users
> from inside go to internal site?
>
> In the firewall I have one internet IP poited to Internal Site and the other
> internet IP pointed to External site. All DNS addresses are in place.
>
> Advise Please.
>
> Thank you