Forum Discussion

BruceW's avatar
BruceW
Icon for Nimbostratus rankNimbostratus
Mar 11, 2020

F5 load balancing with CIsco CUIC

we have an HA F5 pair. we are trying to load balance between two CIsco CUIC servers. traffic flow should go like this. User request to app.internaldomain.com (users are internal - no external access) on standard http. we need F5 to rewrite the request (again on port 80) to two servers. LB method is round robin in this case, as long as both servers are up. the rewrite should direct to server1.internaldomain.com or server2.internal.com. the servers do a redirect to https on port 8444. Is this possible?? thanks in advance for any help.

1 Reply

  • Please correct me if i am wrong,

     

    user will hit to url 'app.internaldomain.com' on http port --> then F5 will load balance request between backend servers i.e. server1 and server2 on port 80.

     

    Till this point, everything should be fine. Not able to get other requirement - "the servers do a redirect to https on port 8444"

     

    Mayur