Restrict Public IP to a ADC entity
book
Article ID: CTX297161
calendar_today
Updated On:
Description
This article describes how can we restrict the public IP to access any ADC entity using Responder policy
Instructions
- For blocking the public IP we need to know the Private IP addresses.
- Configure a policy Expression for all private IP Address:
- add policy expression private_ip "(CLIENT.IP.SRC.IN_SUBNET(172.16.0.0/12) || (CLIENT.IP.SRC.IN_SUBNET(10.0.0.0/8) || (CLIENT.IP.SRC.IN_SUBNET(192.168.0.0/16) "
- Create a Responder policy:
- add responder policy block_internet_ip "!private_IP" DROP
- Now bind the policy to the required entity like VServer, Globally or Management.
- bind lb vserver <vserver_name> -policyName block_internet_ip -prioirty 100
Was this article helpful?
thumb_up
Yes
thumb_down
No