Allow/Deny IPs by Access Control Policy using KVM

Hi,

I want to store all the IPs that needs to be whitelisted in a kvm and at runtime the kvm should be read and dynamically populate the access control policy.

Is this possible ? If not , is there an alternative to dynamically block or allow the ips ?

Thanks

0 2 805
2 REPLIES 2

You could do it with a JavaScript policy. Use a KVM-Get to read the data you want, then have the JavaScript code reference the retrieved variable, and check the client.ip against whatever you have retrieved.

Would that work?

Hi Dino, If you have any example related to it ,please kindly post it .It would be very helpfull.