Link to home
Start Free TrialLog in
Avatar of Elisas
Elisas

asked on

Proxy/load balancing/hot standby.

I am currently configuring av test setup.
We will have one machine in DMZ (called A) and two internal machines (B and C). All machines will run Windows 2008 R2, the two internal machines will run IIS7.5.

One of the internal macines (B) will run a windows service that must be able to connect to the internet - so I need to configure a forward proxy for this use on (A).
For incoming requests I want to configure a reverse proxy on (A) that will connect to IIS services on (B) and (C), as of now this will be static routes but later on we
would like to do load balancing and hot standby.

Any suggestions to what proxy software I should use?

Since we are your using IIS on B and C - I have looked for a Microsoft product that can be used for forward/reverse proxy and load balancing/hot standby but with no success.
Any suggestions would be appreciated - MS products or not...
The software does not need to be open-source/free.

I have been reading a little about Apache mod_proxy and mod_balancer, it seems promising - it supports both forward and reverse proxy - but I am not sure if I will be able to configure both on the same HW - anyone know?
ASKER CERTIFIED SOLUTION
Avatar of StEndellion
StEndellion
Flag of Afghanistan image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Elisas
Elisas

ASKER

To run two apache servers (reverse proxy and forwarding proxy) the source will have to be downloaded and recompiled.

I have implemented Apache as a reverse proxy and nginx as a forwaring proxy on a windows 2008 R2 machine - and this seems to work fine.
Avatar of Elisas

ASKER

Apperentaly the best solution would be to run a linux box - I will attempt this later on.