Examples

The following example configures Content Gateway to allow only one user to access the Content Gateway manager:

src_ip=123.12.3.123 action=ip_allow

The following example configures Content Gateway to allow a range of IP addresses to access the Content Gateway manager:

src_ip=123.12.3.000-123.12.3.123 action=ip_allow

The following example configures Content Gateway to deny one IP address access to the Content Gateway manager:

src_ip=123.45.67.8 action=ip_deny