Forum Discussion
Change tcp client profile based on iRule
Hi everyone
can i change tcp client profile based on iRule
Thank you
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
Cirrostratus
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
}
}
did this work out for you? had planned to give it a go myself, but didnt get around to it.
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com