Jump to content
Updated Privacy Statement

Carmelo Jimenez

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Carmelo Jimenez

  1. 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?
×
×
  • Create New...