F5 is upgrading its customer support chat feature on My.F5.com. Chat support will be unavailable from 6am-10am PST on 1/20/26. Refer to K000159584 for details.

Forum Discussion

1 Reply

  • Try this,

    when HTTP_REQUEST {
        if { not ( [class match [IP::client_addr] equals allowed_ips] ) } {
            HTTP::redirect "https://www.test.com/user.php"
        } 
    }
    

    where "allowed_ips" is an address-based data group. The data group option allows you to more easily modify IP addresses/ranges.