Forum Discussion

paul_79097's avatar
paul_79097
Icon for Nimbostratus rankNimbostratus
Sep 14, 2009

Unable to add a rule

hello there,

 

I am trying to add a rule to go to a specific node in a pool when specific ip address is connected.

 

when HTTP_REQUEST {

 

if {[IP::addr [IP::remote_addr] equals 216.254.x.x]} {

 

pool poolname member 10.1.0.101

 

}

 

}

 

for some reason it doesn't work :-/