Hi All,
I have ARR installed within the Windows 2008 Hyper-V as follow:
Server 1:
Hyper-V 1 : ARR, DNS and RRAS ( Assuming public IP 10.10.10.1 and private IP 192.168.0.4 )
Hyper-V 2 : IIS ( application server ) ( private Ip 192.168.0.5 )
Server 2:
Hyper-V 1 : ARR, DNS and RRAS ( Assuming public IP 10.10.11.1 and private IP 192.168.0.6 )
Hyper-V 2 : IIS ( application server ) ( private Ip 192.168.0.7 )
Both the Server 1 / 2 Hyper-V is connected via Virtual Local Connection. I have setup the Hyper-V 1 on both servers with RRAS to route the incoming HTTP request to application servers. I have created 1 server farm on each server which consist 2 of the application server.
If the RRAS is set to route the HTTP request to 192.168.0.5 or 192.168.0.7, direct traffic to the application server, the site loads within seconds but this does not goes through the ARR. If the RRAS is set to route the HTTP traffic to 192.168.0.4 or 192.168.0.6 ( the ARR server ), and I tried to load the website, I can see the browser keeps on spinning but the request are recorded to the Monitoring and Management at the server farm.
Any suggestions?