Jump to content
Welcome to our new Citrix community!

I need to block some IP subnets from using the LB web-proxy VIP/Service. How to do it using responder policy?


Recommended Posts

I need to block some IP subnets from using the LB web-proxy VIP/Service.

Googling around found a similar logic and I tailored it.

Create these policies:

> add responder policy "Drop_VDI_to_Proxy" "CLIENT.IP.SRC.IN_SUBNET(10.255.0.0/24) || CLIENT.IP.SRC.IN_SUBNET(10.200.0.0/24)" DROP

> add responder policy "Allow-All-Other-IPs" TRUE NOOP

! bind both responders policies to "web-proxy" vserver(s)

! lower priority number for Drop_VDI_to_Proxy

! higher priority number for Allow-All-Other-IPs

Would this work?

Link to comment
Share on other sites

  • 4 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...