Forum Discussion
Paul_Kuykendal1
Nimbostratus
Nov 22, 2005Documentation for modifying TCP profile settings with an iRule
Hi,
We are currently trying to tune the TCP session settings based on the upstream client and downstream server's location.
For instance:
when CLIENT_ACCEPTED {
Tune settings for Pa...
johns
Employee
Aug 16, 2006I am looking for a similar information. I basically want to have LAN-tcp-profile and WAN-tcp-profiles optimized for each, and apply them based on the source IP range.
when CLIENT_ACCEPTED {
if {[IP::addr "[IP::client_addr]/24" equals "192.168.1.0/24"]} {
use LAN-tcp-profile
} else {
use WAN-tcp-profiles
}
}
Is this possible?
Recent Discussions
Related Content
DevCentral Quicklinks
* 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
Discover DevCentral Connects