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

kingmuir_152188's avatar
kingmuir_152188
Icon for Nimbostratus rankNimbostratus
Apr 28, 2014

irule forwarding to gtm address based on port

Is this possible... Add the following irule to the gtm wide ip address.. when HTTP_REQUEST { if { [TCP::local_port] equals "9074" } { HTTP::redirect “test.com; } } Th...