Forum Discussion
aaperson_255899
Nimbostratus
Jul 24, 2017Pass traffic directly to a pool member
How do I pass SSH traffic from the end user to the pool member, passing through the load balancing step. (Not going around it by SSH directly to the IP of the pool member) The virtual server that ex...
jaikumar_f5
Noctilucent
Jul 26, 2017Try this,
when CLIENT_ACCEPTED {
switch [TCP::local_port] {
"22" { pool Pool_22 }
}
}
when SERVER_CONNECTED {
This logs information about the TCP connections on *both* sides of the full proxy
set client_remote "[IP::client_addr]:[TCP::client_port]"
set client_local "[IP::local_addr clientside]:[TCP::local_port clientside]"
set server_local "[IP::local_addr]:[TCP::local_port]"
set server_remote "[IP::server_addr]:[TCP::server_port]"
log local0. "Got connection: Client($client_remote)<->($client_local)LTM($server_local)<-->($server_remote)Server"
}
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