Jump to content
Updated Privacy Statement

Carmelo Jimenez

Members
  • Posts

    1
  • Joined

  • Last visited

Carmelo Jimenez's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • Conversation Starter Rare
  • First Post Rare

Recent Badges

0

Reputation

  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...