Forum Discussion
What happens when a Client request is not meeting the conditions of an iRule ?
A virtual server is listening at 10.10.1.100:any and has the following iRule associated with it: when CLIENT_ACCEPTED { if {[TCP::local_port] equals 21 } { pool ftp pool } else if {[TCP::local_port] equals 23 } { pool telnet pool } If a user connects to 10.10.1.100 and port 22, which pool will receive the request?
3 Replies
- Mathew
Cirrus
Traffic will forward to the default pool if configured.Otherwise it will drop the connection.
Hi,
It depends on the VS type and the default pool settings.
If you are not using a forwarding vs an you have no default pool, the client will receive a tcp reset
- Samir_Jha_52506
Noctilucent
I guess, F5 Connection will be dropped if not selected any default pool to VIP.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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