Forum Discussion
connection rests on wildcard VIP
Hi, I've got a wild virtual wit the below irule restricting access, redirecting based on the incoming port and so on... when CLIENT_ACCEPTED { if { ([TCP::local_port] == 80) || ([TCP::local_port] == 9082) } { SSL::disable } elseif { [TCP::local_port] != 443 }{ reject } } when HTTP_REQUEST { if { ([TCP::local_port] == 80) } { HTTP::redirect https://[getfield [HTTP::host] ":" 1][HTTP::uri] } if { ( [TCP::local_port] == 9082 && [HTTP::host] contains ":") } { HTTP::redirect https://[getfield [HTTP::host] ":" 1][HTTP::uri] } }
This works great for the first three links below, always end up at . The 4th link though the F5 is resetting the client connection though - always. 3-way handshake completes, then a PSH,ACK from the client, the f5 ACKS that then immediately resets the connection. I'm perplexed particularly as all three of the first ones work. Any ideas. Thanks folks,
- Faruk_AYDIN
Altostratus
Hi Guy,
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