11-21-2013 04:53 AM
Hi,
I need to balance port https in port 8091, I already make this configuration in port 443 and works, but with port 8091 the sessions are broken and the users have to constantly make login
probe tcp KPalive_server_8091
port 8091
interval 10
faildetect 2
passdetect interval 10
passdetect count 2
open 1
rserver host server01
ip address 192.168.32.128
inservice
rserver host server02
ip address 192.168.32.129
serverfarm host SRVfarm_server
probe KPalive_server_8091
rserver server01
inservice
rserver server02
inservice
sticky layer4-payload server_HTTPS
serverfarm SRVfarm_server
response sticky
layer4-payload offset 43 length 64 begin-pattern "(\x20|\x00\xST)"
class-map match-all CLA4_HTTPS
2 match virtual-address 192.168.30.60 tcp eq 8091
policy-map type loadbalance generic first-match POL7_HTTPS
class class-default
sticky-serverfarm server_HTTPS
policy-map multi-match POL4_HTTPS
class CLA4_HTTPS
loadbalance vip inservice
loadbalance policy POL7_HTTPS
loadbalance vip icmp-reply active
thanks
Fred
A mensagem foi editada por: Frederico Fred
Solved! Go to Solution.
11-21-2013 04:57 AM
Hi Fred,
If i have understood you correctly you want that traffic coming to VIP at 443 should be sent back to the server on port 8091, then you should make a slight change in config.
serverfarm host SRVfarm_server
probe KPalive_server_8091
rserver server01 8091
inservice
rserver server02 8091
inservice
You should define the port at which ACE should send the traffic to server after taking a LB decision.
Let me know if that helps.
Regards,
Kanwal
11-21-2013 04:57 AM
Hi Fred,
If i have understood you correctly you want that traffic coming to VIP at 443 should be sent back to the server on port 8091, then you should make a slight change in config.
serverfarm host SRVfarm_server
probe KPalive_server_8091
rserver server01 8091
inservice
rserver server02 8091
inservice
You should define the port at which ACE should send the traffic to server after taking a LB decision.
Let me know if that helps.
Regards,
Kanwal
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