To white list an IP address in imunify360 firewall, you can run command
imunify360-agent whitelist ip add 1.2.3.4 --comment "one good ip" --full-access
Another way to white list IP is create a folder
mkdir /etc/imunify360/whitelist/
Inside the folder, create a file with .txt extension, add IPs you need whitelist in CIDR format, one per line. Reoad firewall with command
imunify360-agent reload-lists
See imunify360
Leave a Reply