Forum Discussion
Steve_85547
Nimbostratus
Dec 16, 2010Telnet redirection??
Guys I have a VIP operating on all services. We use it for TCP 21 and TCP 23
172.25.240.20 *
It has a pool assigned to it with 2 nodes:
172.25.108.70
172.25.108.71
If BOTH of these pool nodes go down, can I write an irule to redirect a telnet request to another node notifying the client that the system is unavailable?
Sorry if this is too noobish..
2 Replies
Sort By
- Steve_85547
Nimbostratus
Stefan thanks!! - hoolio
Cirrostratus
You could potentially send a TCP response with some text that tells the client that no servers are available:when CLIENT_ACCEPTED { Check if the default pool has no active members if {[active_members [LB::server pool]] == 0 }{ Send a TCP response TCP::respond "Servers are all down. Try later" } }
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