Forum Discussion

Chris1269_13050's avatar
Chris1269_13050
Icon for Nimbostratus rankNimbostratus
Apr 13, 2017

One VIP, One Pool, One member, multiple services - persistence?

Scenario: required to loadbalance three different ports for one server (round robin) Client 1 will be coming in on port 2000 for example and gets proxied to 192.168.1.1:2221. Client 2 uses the same VIP IP/port and must use the same server IP but use next port 192.168.1.1:2222...and so on... Will sourceIP persistence with match accross services keep Client 1s subsequent connections to the same pool member/port?

 

VIP:2000 POOL: 192.168.1.1:2221 192.168.1.1:2222 192.168.1.1:2223

 

  • Yes. It will persist connection based on source IP address. In fact we are using in our environment.