Forum Discussion

Luis_125085's avatar
Luis_125085
Icon for Nimbostratus rankNimbostratus
Apr 18, 2017
Solved

Netscaler to F5 migration mantain client IP and responder policy

Hi everyone!   I am trying to get rid of netscaler infrastructure, but I am having trouble with one VS.   I have a single-arm setup environment with 1 VS balancing 2 nodes   Client(20.24.20....
  • Kevin_Davies_40's avatar
    Apr 18, 2017

    No problem! Create an iRule as follows and apply this to the virtual server

    when CLIENT_ACCEPTED {
      switch [IP::client_addr] {
        20.24.20.65 -
        100.0.63.41 -
        100.0.64.50 { }
        default { reject }
      }
    }