Forum Discussion
crodriguez
Feb 18, 2021Ret. Employee
You could try adding a rule specifically for the port 8686 traffic before default_deny_rule and set the action to Ignore. That should allow the connection to continue on to layer 7 where I'm guessing your iRule is sending the external monitor response on the HTTP_REQUEST event. Something like: If TCP port is 8686 at client accepted time, ignore. Since you've masked the ports for the other rules, it is hard for me to tell whether or not one of those rules would catch the port 8686 traffic first.