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

Patrick_Chang_7's avatar
Patrick_Chang_7
Historic F5 Account
Mar 29, 2008

How to get server IP when LB_Selected

when HTTP_REQUEST { set clientIP [IP::client_addr] } when LB_SELECTED { set serverIP [serverside {IP::remote_addr}] } when LB_FAILED { log local0. "LB Failed for client $clientIP and serve...