09-11-2008 07:44 AM
Hi,
I am trying to setup an ACE 4710 in bridge mode. It has an SSL module to terminate https connections then passes of the real servers as http.
The connection comes in, hits the vip but then i get no response.
Can someone check out my config and give me any pointers?
Solved! Go to Solution.
09-12-2008 12:35 AM
James,
you did not specify the port 80 for server2.
So ACE will send the decoded traffic to port 443.
serverfarm host Groupwise_Farm
rserver Server1 80
rserver Server2
configure Server2 like Server1.
Gilles.
09-11-2008 10:41 PM
What is the status of your real servers.
Are they UP?
Since you are using HTTP probes
you need to define expect status under probes.
If you do not configure an expected status code (expect status 200 200 ),
any response from the server is marked as failed.
Syed
09-12-2008 12:03 AM
Hi Syed,
Thanks for your response.
We are testing only on Server2 at the moment and the status is success and showing operational in the server farm, we had problems with the http probe so at the moment we are using only icmp for a test.
I shall add the expect status to the http probe and see if that
James
09-12-2008 12:35 AM
James,
you did not specify the port 80 for server2.
So ACE will send the decoded traffic to port 443.
serverfarm host Groupwise_Farm
rserver Server1 80
rserver Server2
configure Server2 like Server1.
Gilles.
09-12-2008 12:47 AM
Thanks Gilles, i will give it a try.
I have also resolved the http probe by adding expect status as Syar suggested, thanks!
One thing also confusing me, should i be able to ping the VIP address from the Server side in my case VLAN 101? I can png it from the client side and I cannot ping the BVI either..
James
09-12-2008 01:43 AM
James,
you can only ping it from the interface where you have defined the service policy.
service-policy input L4_SSL-VIP_Policy
To ping an interface ip address, you need to configure a management policy that allows icmp.
Gilles.
09-12-2008 01:59 AM
Giles,
Thanks again, you have been a great help.
It is now working!!
Just need to setup stickies now...
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide