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 traffic -
when HTTP_REQUEST {
Check requested host header (set to lowercase)
switch [string tolower [HTTP::host]] {
"VIP1" {
pool TS_2008_Test_Pool
}
"VIP2" {
pool Pool_Review
}
"VIP3" {
pool Pool_Review
}
}
}
TIA,
Phillip
21 Replies
Sort By
- Phillip_Ulberg_
Nimbostratus
We have GPO's that takes care of wayward/orphand sessions. All of our clients TS into us and only use IE for a custom app., so no need to persist sessions etc. I have also now learned that the 3 external vip's will resolve to the same IP, is there something in the TCP payload that can be inspected?, can I use something else in the flow of traffic to query on, such as a cookie?
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