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

Arie's avatar
Arie
Icon for Altostratus rankAltostratus
Mar 20, 2007

IP Range syntax question

I've got an iRule to send traffic from our office to a specific pool:

when CLIENT_ACCEPTED {
  if { [IP::addr [IP::client_addr] equals 123.100.45.100/123.100.45.188] } {
    pool employees-only-https
  }
}

Note: all staff use an address in the range 123.100.45.100 to 123.100.45.188

This seemed to work fine until this morning. Nothing seems to have changed. If I change the range to a single IP it works for those staff at that IP address.

Any ideas?

1 Reply

  • The question I have is how to use Ranges in Classes, and how an external file would need to look like.

     

     

    Any help appreciated there.

     

     

    Regds

     

     

    Wiesmann