Forum Discussion
DP
Nimbostratus
Feb 17, 2016Node selection for non-HTTP traffic
I've setup a standard VS with no HTTP profile applied, only TCP. The protocol I'd like to load balance is custom and TCP-based.
There's 1 iRule applied which I've based on this: https://devcentral....
VernonWells
Employee
Feb 18, 2016Ordinarily, the server-side connection is initiated at the completion of the client-side three-way handshake, so the order of events should be:
- CLIENT_ACCEPTED
- LB_SELECTED
- SERVER_CONNECTED
- CLIENT_DATA
Since you execute the
node
command in CLIENT_DATA, this may raise LB_SELECTED again, but it would have no effect, since the server-side is already connected. Try performing an LB::detach before the node
command.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