Forum Discussion
Ramil_Ancajas_1
Nimbostratus
Jan 29, 2014HTTP VS to accept and redirect SSH request to SSH VS
Hi All,
I have a VS with open port service for HTTP request, which I also want it to accept SSH request but will redirect the traffic to another VS with SSH service. Is this possible using iRule...
nathe
Cirrocumulus
Jan 29, 2014Ramil, Would this do it?
when CLIENT_ACCEPTED {
if { [TCP::local_port] eq 22 } {
virtual name_of_virtual
}
}
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