Forum Discussion

Jellf_42492's avatar
Jellf_42492
Icon for Nimbostratus rankNimbostratus
Jun 16, 2009

Forward IP

Dear All,

 

 

I have a cluster which F5 as a Load Balancer, the server will be selected by F5, so when i try to reach the server F5 will choose the server, my question now, how can i set my ip directly connect just to one server (server A) and this server will be choose by LB to me every day when i connect to cluster.

 

 

Wait a reply from all of you

 

 

Thanks and BR

 

  • Hello Jellfy,

     

     

    try with something like:

     

     

    when CLIENT_ACCEPTED {

     

    switch [IP::client_addr] {

     

    YOUR_IP_ADDRESS {

     

    node IP_ADDRESS_SERVER

     

    }

     

    }

     

     

    But you will have to connect always from the same IP address.

     

     

    regards,

     

    Javier.