Restricting NetScaler Gateway Access to Clients Using Responder Policy
book
Article ID: CTX207018
calendar_today
Updated On:
Description
This article describes how to use a Responder Policy to restrict access to the NetScaler Gateway based on client source IP or subnet.
Instructions
- Create a Responder policy.
- Set Action to DROP.
- Use the following expression syntax: !CLIENT.IP.SRC.IN_SUBNET(10.0.0.0/24)
- The statement logic is IF a client IP is NOT within the following subnet range, THEN (DROP).
- Bind to NetScaler Gateway Vserver.
- The same can be applied to internal IPs or external IPs based on the Client IP range.


Issue/Introduction
This article describes how to use a Responder Policy to restrict access to the NetScaler Gateway based on client source IP or subnet.
Was this article helpful?
thumb_up
Yes
thumb_down
No