For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

Kishore_Kumar_2's avatar
May 29, 2016

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] ...