For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

Deon_01_153199's avatar
Deon_01_153199
Icon for Nimbostratus rankNimbostratus
May 08, 2014

F5 load balancing

If I have 4 IP addresses behind a F5 load balancing device, and I send a request to the F5, is there a way by means of commandline utilities that I can determine where the F5 would have sent the request Thanks

 

1 Reply

  • At a minimum you could log the load balancing decision:

    when LB_SELECTED {
        log local0. "Client: [IP::client_addr] load balanced to [LB::server addr]"
    }
    

    You can also tcpdump on the internal interface (where the servers sit) and watch where the traffic is going.