Silvia_84906
Dec 28, 2010Nimbostratus
SSH BALANCING
Hi all,
I've been searching in the forums and bigip guides but I didn't find how to configure a VIP in order to balance SSH connections between a pool of two members, the port I'm using in VS an pool members is 22 but I think is not enough.
When a I try to do:
ssh X.X.X.X (vs IP)
There is no response.
But when I do:
telnet x.x.x.x 22
I connect to it without problem.
Vs config:
virtual vs_X.X.X.X_http {
pool TEST_http
destination X.X.X,X:http
ip protocol tcp
profiles
http
tcp
}
Do you know if I have to add something more in the configuration?
Thank you so much!!!