Forum Discussion
Move active connection from one node to another is same pool
Thanks for replying. The issue is that we have had to quickly ramp up our homeworking provision, which is causing us an issue when trying to remotely manage the users devices. The user needs to be connected to a specific node for us to be able to remote on to them for support. Currently I am having to find out their broadband IP address, and then disable all other nodes before I delete the connection to force it to connect to the only active node to allow management.
I was hoping there was a tmsh command to just move the connection directly to the required node, or some kind of iRule that could help with this?
If you have the source IP of your user, you can do something like that :
when HTTP_REQUEST {
if { [IP::addr [IP::client_addr] equals 10.10.10.10] } {
node youserver
}
}
Recent Discussions
Related Content
* 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