Forum Discussion

Reginald_Sible1's avatar
Reginald_Sible1
Icon for Nimbostratus rankNimbostratus
Mar 13, 2019

APM to restrict specific user account from successfully authenticating based on source ip?

Is it possible to add a rule in F5 APM to restrict specific user account from successfully authenticating based on source ip?

 

1 Reply

  • in VPE, create an empty box with a branch expression:

    expr { [mcget {session.logon.last.username} ] contains "myuser" &&  [IP::addr [mcget {session.user.clientip}] equals "172.20.0.0/16"]}