Forum Discussion
JRahm
Admin
Jan 24, 2005Universal Persistence by client tcp port
All clients exiting ssl vpn tunnel will share source IP of the appliance, so I need to persist by client tcp port instead to make sure all clients remain on the correct terminal server. I am unfamiliar with iRules, and I am in the process of evaluating BigIP (prepurchase). Can anyone suggest a method? My best crack would be:
rule client_tcpport_persist {
when CLIENT_ACCEPTED {
set cl_tcpport [ findstr [TCP::client_port]]
if {$cl_tcpport ne " "} {
persist uie $cl_tcpport
}
}
}
Thanks.
Jason
- unRuleY_95363Historic F5 AccountJason,
rule client_tcpport_persist { when CLIENT_ACCEPTED { if {[TCP::client_port] != 0} { persist uie [TCP::client_port] } } }
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