Forum Discussion
hjadams123_1054
Dec 15, 2011Nimbostratus
Using IRules to Direct Remote Desktop Traffic?
Hello and Good Afternoon DevCentral... We use our LTM 6400 primarily to load balance our customers on Windows 2003\2008 Terminal Servers. Customers connect over the internet using the standard TCP 33...
Pav_70755
Dec 20, 2011Nimbostratus
Something like this could work?!
when CLIENT_ACCEPTED {
if {[TCP::local_port] == 3389 and [HTTP:host] == "computer.termserver.com" }{
pool rdp_servers
} else {
pool default
}
}
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