Forum Discussion

1 Reply

  • Hello,

     

    It's really depending your use case.

     

    First of you have to check that you can reach you backend frome F5. - use telnet / Curl / ping in order to check that you can reach your backend (you can have an Firewall problem, routing...) - If you can reach the backend use TCPDUMP in order to validate that you see request and response from the backend...

     

    • In order to avoid asymetric routing don't forget snat

       

    • Regarding your monitor if you deploye webservice you can test your monitor before with curl:

       

    Ex: curl -i -k https://1.2.3.3/login -H "Host: myhost.mydomain.com"

     

    Then use response for built your monitor...

     

    Always with tcpdump you can validate that you can reach the VS (or just check stat)...

     

    Their can also interception problem... if your backend use SSL/TLS don't forget to set you ssl server.

     

    And of course if you use interception don't forget to set an http profile...

     

    it's hard to answer you like that. do you have a well-defined use case?

     

    Regards