Forum Discussion

redadmin1972's avatar
redadmin1972
Icon for Altocumulus rankAltocumulus
Apr 10, 2024
Solved

Pool round Robin not working with standard virtual server

I have a standard HTTPS virtual server configured with two nodes in the pool. There is no persistence setting enabled and the load balancing method is round robin. For some reason, after I browse to...
  • Paulius's avatar
    Paulius
    Apr 11, 2024

    The reason you're having this issue is most likely because of the following entry in your iRule.

     

    catch { persist uie [HTTP::header "X-Forwarded-For"] 1800 }

     

    That entry will always apply UIE persistence based on the HTTP header "X-Forwarded-For" so you then get bound to the same pool member all the time.