Format
Each line in the mgmt_allow.config file has the following format:
src_ip=<ipaddress> action=<ip_allow|ip_deny>
Here, <ipaddress> is the IP address or range of IP addresses allowed to access the Content Gateway manager.
Use “action” to specify either ip_allow (grant access to the Content Gateway manager) or ip_deny (block access).
By default, the mgmt_allow.config file contains the following line, which allows all remote hosts to access the Content Gateway manager. Comment out or delete this line before adding rules to restrict access.
src_ip=0.0.0.0-255.255.255.255 action=ip_allow