Forum Discussion

4 Replies

  • been a while since the question was asked but i believe the answer is still no.

     

    is there specific setting you want to modify, there are options for that: https://clouddocs.f5.com/api/irules/TCP.html

    • Mohanad's avatar
      Mohanad
      Icon for Cirrostratus rankCirrostratus

      Thank you boneyard, i wan to change the mss value to be 1300 for specific client IP and other client use the assigned tcp profile with it settings

       

       

       

      so i searched for irule and applied it, i got +100 Executions but the client is not trying to connect yet, i dont know why i have hits on this irule, maybe because i didnt use (else)

       

      when FLOW_INIT {

             if { [IP::addr [IP::client_addr] equals 10.239.50.50] } {

                 TCP::setmss 1300

             }

          }

       

      • boneyard's avatar
        boneyard
        Icon for MVP rankMVP

        did this work out for you? had planned to give it a go myself, but didnt get around to it.