ProxySG & Advanced Secure Gateway

 View Only
  • 1.  CPL Policies

    Posted Apr 25, 2018 03:50 AM

    Need CPl policy to block whole subnet excluding few Ips as allowing mulitple url or category



  • 2.  RE: CPL Policies
    Best Answer

    Posted Apr 25, 2018 03:57 AM

    Hi Aboo,

     

                 Example below

     

    define subnet Allowed_IPs
    192.168.1.100
    192.168.1.110
    end
    
    define condition Domains_to_Control
    url.domain=google.com
    category=("Job Search/Careers", "Social Networking", "Society/Daily Living")
    end
    
    <proxy>
    client.address=192.168.1.0/24 client.address=!Allowed_IPs condition=Domains_to_Control Deny