Forum Discussion

Juan_Fernando_B's avatar
Juan_Fernando_B
Icon for Nimbostratus rankNimbostratus
Jan 10, 2018
Solved

Different Applications Sharing IP address and Port in a same server

Hello, I have the following scenario, I have two applications running into a server where they share IP address and port, they are differentiated by the URL only, for example Application 1 URL is : ...
  • Hannes_Rapp_162's avatar
    Jan 10, 2018

    Hello,

    For the good news, there's nothing complex here, just look into Local Traffic Policy feature. Both requirements can be fulfilled. Since your web-server already can distinguish between two different apps due to its own Web Server listener configuration, your BigIP configuration can be done with a single LTM pool.

    Test in your lab or staging environment the following:

    1 Virtual Server/1 Local Traffic Policy/1 LTM Pool/2 ASM policies

    Local Traffic Policy Logic:

    • Default Rule and Action - Select
      ASMpolicy1
    • Conditional Rule and Action - If HTTP path starts with
      /app2
      , select
      ASMpolicy2

    LTM Pool:

    • LTM Pool is just mapped as Default Pool in Virtual Server configuration

    Regards,