Forum Discussion
JRahm
Admin
Mar 01, 2005Terminal Server Persistence
I have msrdp persistence working without a rule, but only within a single vip. Globally, I don't have persistence to the client, so a client could potentially be assigned to the wrong vip, and even t...
JRahm
Admin
Mar 02, 2005I corrected some syntax so that the rule would be accepted, but I'm not sure if I broke the rule in doing so. I don't get any connection when I don't send user credentials (thus preventing the mstshash= but I can login once I do supply the username. Also, the correct syntax from the documentation is [TCP::payload_length], but this gives me an error:
line 6:[undefined procedure: TCP::payload_length][TCP::payload_length]
If I change the expression from
when CLIENT_DATA {
if { [TCP::payload_length] < 25 } {
TCP::collect
return
}
to
when CLIENT_DATA {
if { [TCP::payload length] < 25 } {
TCP::collect
return
}
It doesn't error on this, but it also doesn't work. The syntax is looking for a size following TCP::payload, so I'm not sure what it is evaluating at this point.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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