Forum Discussion
Custom TCP Idle Time_out
I have a requirement to configure a custom TCP_IDLE timeout.
- All the users can only access the network resources after connecting to the SSL VPN on the F5 APM.
- One of the Data-Base query is failing right after the 2 hours.
- its just the DB getting time out, the VPN stays UP though.
- Packet captures shows its the F5 sending the Reset.
- Support suggested to increase the Tcp idle time out.
If i want to have different TCP IDLE_TIMEOUT value for only the traffic destined to the 1521 , can i apply the irule on the VIP (where the SSL VPN is terminated).
when CLIENT_ACCEPTED { set dg_port [TCP::server_port] if {$db_port equal 1521} { TCP::idletime 10800 } }
2 Replies
- Stanislas_Piro2
Cumulonimbus
Hi,
to change TCP inactivity timeout on inner connection, you must first create a virtual server and change the timeout value. the easiest solution without irule is to create one virtual server:
- destination : 0.0.0.0/0
- destination port : 1521
- type : formwarding IP
- enable on VLAN : Connectivity profile
- protocol : TCP
- protocol profile : fastL4_sqlnet
and one protocol profile fastL4_sqlnet from parent fastL4 with idle timeout set to 10800
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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
