Forum Discussion
irule with forward command increase a lot number of connections
Hi, I have configured following irule the problem is that with forward command the number of conections goes from 100 to 5000. Is this behavior normal? LTM ver11.4.1
when HTTP_REQUEST { if { [string tolower [HTTP::host]] equals "my.domain.com" } { forward } else { discard } } Best Regards, MC
2 Replies
- Kevin_Stewart
Employee
I don't think the forward command is behaving the way you may think it should.
https://devcentral.f5.com/wiki/iRules.forward.ashx
Assuming this is a standard (non-forwarding) VIP, try this instead:
when HTTP_REQUEST { if { not ( [string tolower [HTTP::host]] equals "my.domain.com" ) } { discard } } - Marco_Castro_11
Nimbostratus
Thanks Kevin!
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