Forum Discussion

rmoss25's avatar
rmoss25
Icon for Altostratus rankAltostratus
Apr 25, 2017

TCP HSL iRule not sending data to a pool

Hi All, I have the following high speed logging rule setup but its not sending data to one of the pools.

 

when CLIENT_ACCEPTED { set hsl [HSL::open -proto TCP -pool pool_A] set hsl1 [HSL::open -proto TCP -pool pool_B]

 

} when CLIENT_DATA { HSL::send $hsl [TCP::payload] }

 

pool_A has node 192.168.1.1:8090 pool_B has node 192.168.1.1:9110

 

all the traffic goes to pool_A but nothing ever reaches pool_B. I am using a "STANDARD" virtual server to do this.