Forum Discussion

Marco_Castro_11's avatar
Marco_Castro_11
Icon for Nimbostratus rankNimbostratus
Dec 12, 2013

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