Forum Discussion

Brendan_Hogan_9's avatar
Brendan_Hogan_9
Icon for Nimbostratus rankNimbostratus
May 16, 2008

Want to use data group list instead of ip address

How would I change the following rule to use a data group list instead of specific IP addresses?

 

 

when HTTP_REQUEST {

 

if { [IP::addr [IP::client_addr] equals 164.16.1.1] } {

 

pool f89devl}

 

elseif { [IP::addr [IP::client_addr] equals 164.16.1.2] } {

 

pool f89devl}

 

else

 

{HTTP::redirect "https://outage.vccs.edu"}

 

}

 

3 Replies

No RepliesBe the first to reply