ltm irule
2 Topicshostname redirect for public IPs only
Dear Community, I am using following iRule to redirect traffic to another virtual IP during maintenance window but this iRule causes all traffic of external internet clinets with "public IPs" & internal clients inside our organization with "private IPs" as well to be redirected to maintenance page. ========================== when HTTP_REQUEST { if { [HTTP::host] contains "morning.abc.com" } { HTTP::redirect "https://evening.xyz.com/en/contact-us/mobile/maintenance" } } ===================== Kindly proivde an updated iRule which should redirect requests originating only fromexternal internet clinets with "public IPs" to maintenance page & internal clients inside our organization with "private IPs" should not be redirected tohttps://evening.xyz.com/en/contact-us/mobile/maintenance Best Regards @LTM iRule @ADC @Application DeliverySolved850Views0likes2CommentsLTM log suppressing messages
Hello F5 users, I've a question/issue on F5 logging HTTP requests to LTM log. Maybe someone can explain it ;-) In the past, I created a simple iRule for logging based on https://my.f5.com/manage/s/article/K42210592. (for troubleshooting) For my understanding then I should see any GET/POST request in my LTM log. BUT if I compare the count of GET requests on client browser side (developer tools) and the LTM logs ----> it doesn't match. The LTM logs much less requests. I know there is a limitation of 1024 bytes per request. But each client side request should be a new request for F5 (at least that's what I think). Could that be another log limitation? Thanks for you help.54Views0likes2Comments