Forum Discussion
Phillip_Ulberg_
Nimbostratus
Nov 11, 2009load balance MSRDP traffic
I just need a basic iRule to dirct incoming requests from 3 vip's to 2 pools. I've done this before with HTTP traffic but not rdp, I'm hoping to re-use an existing iRule, modified of course for MSRDP...
Phillip_Ulberg_
Nimbostratus
Nov 13, 2009How about something like this -
when CLIENT_ACCEPTED {
TCP::collect 25
}
when CLIENT_DATA {
if { [TCP::payload 25] contains "legacy" } {
pool Pool_Review
} else {
pool TS_2008_Test_Pool
}
TCP::release
}
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